no more options.h

This commit is contained in:
Todd C. Miller
1998-10-15 05:41:26 +00:00
parent b61f17b506
commit 5bfb481ca7
13 changed files with 0 additions and 16 deletions

View File

@@ -64,7 +64,6 @@ static char rcsid[] = "$Id$";
#include <pwd.h> #include <pwd.h>
#include <grp.h> #include <grp.h>
#include "sudo.h" #include "sudo.h"
#include <options.h>
#include "insults.h" #include "insults.h"
#include "version.h" #include "version.h"
#ifdef HAVE_GETPRPWUID #ifdef HAVE_GETPRPWUID

View File

@@ -56,7 +56,6 @@ 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 */

View File

@@ -51,7 +51,6 @@ 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>
/* Shadow password includes */ /* Shadow password includes */
#ifdef HAVE_GETSPNAM #ifdef HAVE_GETSPNAM

View File

@@ -51,7 +51,6 @@ 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 int stat __P((const char *, struct stat *)); extern int stat __P((const char *, struct stat *));

View File

@@ -76,7 +76,6 @@ static char rcsid[] = "$Id$";
#include <net/if.h> #include <net/if.h>
#include "sudo.h" #include "sudo.h"
#include <options.h>
#include "version.h" #include "version.h"
#if !defined(STDC_HEADERS) && !defined(__GNUC__) #if !defined(STDC_HEADERS) && !defined(__GNUC__)

View File

@@ -69,7 +69,6 @@ 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

View File

@@ -83,7 +83,6 @@ static char rcsid[] = "$Id$";
#endif #endif
#include "sudo.h" #include "sudo.h"
#include <options.h>
/* /*
* Globals * Globals

View File

@@ -48,7 +48,6 @@ static char rcsid[] = "$Id$";
#include <sys/param.h> #include <sys/param.h>
#include <netinet/in.h> #include <netinet/in.h>
#include "sudo.h" #include "sudo.h"
#include <options.h>
#include "sudo.tab.h" #include "sudo.tab.h"
#undef yywrap /* guard against a yywrap macro */ #undef yywrap /* guard against a yywrap macro */

View File

@@ -55,7 +55,6 @@ static char rcsid[] = "$Id$";
#include <search.h> #include <search.h>
#endif /* HAVE_LSEARCH */ #endif /* HAVE_LSEARCH */
#include <options.h>
#include "sudo.h" #include "sudo.h"
#ifndef HAVE_LSEARCH #ifndef HAVE_LSEARCH

1
sudo.c
View File

@@ -90,7 +90,6 @@ static char rcsid[] = "$Id$";
#endif /* HAVE_DCE */ #endif /* HAVE_DCE */
#include "sudo.h" #include "sudo.h"
#include <options.h>
#include "version.h" #include "version.h"
#ifndef STDC_HEADERS #ifndef STDC_HEADERS

View File

@@ -30,10 +30,6 @@ user to the local authorities (defined at installation time).
B<sudo> was designed to log via the 4.3 BSD syslog(3) facility but B<sudo> was designed to log via the 4.3 BSD syslog(3) facility but
can log to a file instead if so desired (or to both syslog and a file). can log to a file instead if so desired (or to both syslog and a file).
All preferences are defined at installation time and are derived from
the options.h and pathnames.h include files as well as as well as the
Makefile.
=head1 OPTIONS =head1 OPTIONS
B<sudo> accepts the following command line options: B<sudo> accepts the following command line options:

View File

@@ -46,7 +46,6 @@ 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

View File

@@ -59,7 +59,6 @@ static char rcsid[] = "$Id$";
#include <netinet/in.h> #include <netinet/in.h>
#include "sudo.h" #include "sudo.h"
#include <options.h>
#include "version.h" #include "version.h"
#ifndef STDC_HEADERS #ifndef STDC_HEADERS