]> granicus.if.org Git - sudo/commitdiff
no more options.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 05:41:26 +0000 (05:41 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 05:41:26 +0000 (05:41 +0000)
13 files changed:
check.c
find_path.c
getspwuid.c
goodpath.c
interfaces.c
logging.c
parse.c
parse.lex
parse.yacc
sudo.c
sudo.pod
sudo_setenv.c
visudo.c

diff --git a/check.c b/check.c
index e033b10bb65a57555a44345166c9dc021c5cbb2e..3d5f46118389708ec5ba47dc30559e0282fe81d1 100644 (file)
--- a/check.c
+++ b/check.c
@@ -64,7 +64,6 @@ static char rcsid[] = "$Id$";
 #include <pwd.h>
 #include <grp.h>
 #include "sudo.h"
-#include <options.h>
 #include "insults.h"
 #include "version.h"
 #ifdef HAVE_GETPRPWUID
index f79beba1f1bcc33b870e567588de27060d499eec..5e125423abc53fbbeaa0b4a9757d2f97cac56864 100644 (file)
@@ -56,7 +56,6 @@ static char rcsid[] = "$Id$";
 #include <sys/stat.h>
 #include <netinet/in.h>
 #include "sudo.h"
-#include <options.h>
 
 #ifndef STDC_HEADERS
 #ifndef __GNUC__               /* gcc has its own malloc */
index d0be906632061a376cf4435e1f55c771c3b93ed4..01fc57aa166b84382547350c55a6a14ff0785ade 100644 (file)
@@ -51,7 +51,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 #include <pwd.h>
 #include "sudo.h"
-#include <options.h>
 
 /* Shadow password includes */
 #ifdef HAVE_GETSPNAM
index 2724390ba0a82003beee563a2c1c5ff0d69bd6f5..6096ac1dcda40a97c40b103b69f9d482a1528df7 100644 (file)
@@ -51,7 +51,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 
 #include "sudo.h"
-#include <options.h>
 
 #ifndef STDC_HEADERS
 extern int stat                __P((const char *, struct stat *));
index e9bd35072d2aa436861d4cb82dca1a959efc615e..d09883d53fc6d869c33b94966fdab3ee868388e2 100644 (file)
@@ -76,7 +76,6 @@ static char rcsid[] = "$Id$";
 #include <net/if.h>
 
 #include "sudo.h"
-#include <options.h>
 #include "version.h"
 
 #if !defined(STDC_HEADERS) && !defined(__GNUC__)
index cfe0811ae78a6f61b55af171ce899b73432bab47..2e1c1509dff9d08bc495ef7bd37e5ffc191b5b1a 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -69,7 +69,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 
 #include "sudo.h"
-#include <options.h>
 
 /*
  * Prototypes for local functions
diff --git a/parse.c b/parse.c
index b9ca87cf6e6721f67d487849a300c724703cab9e..15e053bd60e0f9876bb779ac7f99475fb9c95fea 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -83,7 +83,6 @@ static char rcsid[] = "$Id$";
 #endif
 
 #include "sudo.h"
-#include <options.h>
 
 /*
  * Globals
index 60afc085de035514ade82953ef171b22bc29b93d..930bfa6e0412b44cb104d77a1f251bbf548c0f0e 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -48,7 +48,6 @@ static char rcsid[] = "$Id$";
 #include <sys/param.h>
 #include <netinet/in.h>
 #include "sudo.h"
-#include <options.h>
 #include "sudo.tab.h"
 
 #undef yywrap          /* guard against a yywrap macro */
index cb9be5e02e7ce3169069be5af6575997fa01a2dd..618a72a1eef62ba2b5a43f733b4bd9ba3e95b2db 100644 (file)
@@ -55,7 +55,6 @@ static char rcsid[] = "$Id$";
 #include <search.h>
 #endif /* HAVE_LSEARCH */
 
-#include <options.h>
 #include "sudo.h"
 
 #ifndef HAVE_LSEARCH
diff --git a/sudo.c b/sudo.c
index 7eb9e1324f8d8f68237d62c526edb31cd6cbbc86..6800d69943aeb568ea5ec990c20d11593309a153 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -90,7 +90,6 @@ static char rcsid[] = "$Id$";
 #endif /* HAVE_DCE */
 
 #include "sudo.h"
-#include <options.h>
 #include "version.h"
 
 #ifndef STDC_HEADERS
index 547b2ad05c1a696bcb8ef60ae92e9597160ef9e2..c62e4150554fc5b59b02cce52e0f3ce598d47779 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -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
 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
 
 B<sudo> accepts the following command line options:
index 31388d69a42b7e7daa367f4c4e45fc14e6bf599f..d4a55250789e3bb9d6c6962f336069f665db959d 100644 (file)
@@ -46,7 +46,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 
 #include "sudo.h"
-#include <options.h>
 
 #ifndef STDC_HEADERS
 #ifdef HAVE_PUTENV
index 127b4ef4e87c55c3b1224adddffaa12e252be1a6..b2fe9842490b7b63d781169e5f3505f2eaf60f2c 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -59,7 +59,6 @@ static char rcsid[] = "$Id$";
 #include <netinet/in.h>
 
 #include "sudo.h"
-#include <options.h>
 #include "version.h"
 
 #ifndef STDC_HEADERS