no more options.h
This commit is contained in:
1
check.c
1
check.c
@@ -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
|
||||||
|
@@ -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 */
|
||||||
|
@@ -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
|
||||||
|
@@ -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 *));
|
||||||
|
@@ -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__)
|
||||||
|
@@ -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
|
||||||
|
1
parse.c
1
parse.c
@@ -83,7 +83,6 @@ static char rcsid[] = "$Id$";
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sudo.h"
|
#include "sudo.h"
|
||||||
#include <options.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Globals
|
* Globals
|
||||||
|
@@ -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 */
|
||||||
|
@@ -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
1
sudo.c
@@ -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
|
||||||
|
4
sudo.pod
4
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
|
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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user