now includes options.h
This commit is contained in:
1
check.c
1
check.c
@@ -60,6 +60,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
#include "insults.h"
|
#include "insults.h"
|
||||||
#ifdef __svr4__
|
#ifdef __svr4__
|
||||||
#include <shadow.h>
|
#include <shadow.h>
|
||||||
|
@@ -55,6 +55,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
#ifndef STDC_HEADERS
|
#ifndef STDC_HEADERS
|
||||||
#ifndef __GNUC__ /* gcc has its own malloc */
|
#ifndef __GNUC__ /* gcc has its own malloc */
|
||||||
|
@@ -61,6 +61,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Prototypes for local functions
|
* Prototypes for local functions
|
||||||
|
1
parse.c
1
parse.c
@@ -59,6 +59,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* there are 3 main lists (User, Host_Alias, Cmnd_Alias) and 1 extra list
|
* there are 3 main lists (User, Host_Alias, Cmnd_Alias) and 1 extra list
|
||||||
|
@@ -52,6 +52,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
#ifndef STDC_HEADERS
|
#ifndef STDC_HEADERS
|
||||||
extern char *strcpy __P((char *, const char *));
|
extern char *strcpy __P((char *, const char *));
|
||||||
|
@@ -46,6 +46,7 @@ static char rcsid[] = "$Id$";
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
#ifndef STDC_HEADERS
|
#ifndef STDC_HEADERS
|
||||||
#ifdef HAVE_PUTENV
|
#ifdef HAVE_PUTENV
|
||||||
|
Reference in New Issue
Block a user