[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/config.h.in between version 1.5 and 1.5.4.1

version 1.5, 2000/11/21 17:58:43 version 1.5.4.1, 2002/01/18 16:14:45
Line 1 
Line 1 
 /*  /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  * Copyright (c) 1996, 1998, 1999 Todd C. Miller <Todd.Miller@courtesan.com>  
  * All rights reserved.  
  *  
  * Redistribution and use in source and binary forms, with or without  
  * modification, are permitted provided that the following conditions  
  * are met:  
  *  
  * 1. Redistributions of source code must retain the above copyright  
  *    notice, this list of conditions and the following disclaimer.  
  *  
  * 2. Redistributions in binary form must reproduce the above copyright  
  *    notice, this list of conditions and the following disclaimer in the  
  *    documentation and/or other materials provided with the distribution.  
  *  
  * 3. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *  
  * 4. Products derived from this software may not be called "Sudo" nor  
  *    may "Sudo" appear in their names without specific prior written  
  *    permission from the author.  
  *  
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,  
  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY  
  * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL  
  * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,  
  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,  
  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;  
  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,  
  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR  
  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF  
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  
  *  
  * $Sudo: config.h.in,v 1.144 2000/03/07 04:29:42 millert Exp $  
  */  
   
 /*  
  * config.h -- You shouldn't edit this by hand unless you are  
  *             NOT using configure.  
  */  
   
 #ifndef _SUDO_CONFIG_H  #ifndef _SUDO_CONFIG_H
 #define _SUDO_CONFIG_H  #define _SUDO_CONFIG_H
   
 /* New ANSI-style OS defs.  */  /* Define if the `syslog' function returns a non-zero int to denote failure.
 #if defined(hpux) && !defined(__hpux)     */
 #  define __hpux        1  #undef BROKEN_SYSLOG
 #endif /* hpux */  
   
 #if defined(convex) && !defined(__convex__)  /* Define if you want the insults from the "classic" version sudo. */
 #  define __convex__    1  #undef CLASSIC_INSULTS
 #endif /* convex */  
   
 /* Define if on AIX 3.  /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    System headers sometimes define this.     systems. This function is required for `alloca.c' support on those systems.
    We just want to avoid a redefinition error message.  */     */
 #ifndef _ALL_SOURCE  #undef CRAY_STACKSEG_END
 #undef _ALL_SOURCE  
 #endif  
   
 /* Define if on ConvexOs.  /* Define if you want insults culled from the twisted minds of CSOps. */
    System headers sometimes define this.  #undef CSOPS_INSULTS
    We just want to avoid a redefinition error message.  */  
 #ifndef _CONVEX_SOURCE  
 #undef _CONVEX_SOURCE  
 #endif  
   
 /* Define if needed to get POSIX functionality.  /* Define if using `alloca.c'. */
    System headers sometimes define this.  #undef C_ALLOCA
    We just want to avoid a redefinition error message.  */  
 #ifndef _POSIX_SOURCE  
 #undef _POSIX_SOURCE  
 #endif  
   
 /* Define if needed to get GNU extensions on Linux.  /* Define if you want sudo to display "command not allowed" instead of
    System headers sometimes define this.     "command not found" when a command cannot be found. */
    We just want to avoid a redefinition error message.  */  #undef DONT_LEAK_PATH_INFO
 #ifndef _GNU_SOURCE  
 #undef _GNU_SOURCE  
 #endif  
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  /* A colon-separated list of pathnames to be used as the editor for visudo. */
 #undef uid_t  #undef EDITOR
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  /* Define if you want visudo to honor the EDITOR and VISUAL env variables. */
 #undef gid_t  #undef ENV_EDITOR
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  /* If defined, users in this group need not enter a passwd (ie "sudo"). */
 #undef mode_t  #undef EXEMPTGROUP
   
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define if you want to require fully qualified hosts in sudoers. */
 #undef size_t  #undef FQDN
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  /* Define if you want insults from the "Goon Show". */
 #undef ssize_t  #undef GOONS_INSULTS
   
 /* Define to `int' if <sys/types.h> doesn't define.  */  /* Define if you want 2001-like insults. */
 #undef dev_t  #undef HAL_INSULTS
   
 /* Define to `unsigned int' if <sys/types.h> doesn't define.  */  /* Define if you use AFS. */
 #undef ino_t  #undef HAVE_AFS
   
 /* Define to be nil if C compiler doesn't support "const."  */  /* Define if you have `alloca', as a function or macro. */
 #undef const  #undef HAVE_ALLOCA
   
 /* Define if your compiler supports the "long long" type.  */  /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
 #undef HAVE_LONG_LONG  #undef HAVE_ALLOCA_H
   
 /* Define if sizeof(long) == sizeof(long long).  */  /* Define if you have the `asprintf' function. */
 #undef LONG_IS_QUAD  #undef HAVE_ASPRINTF
   
 /* Solaris doesn't use const qualifiers in PAM. */  /* Define if you use AIX general authentication. */
 #ifdef sun  #undef HAVE_AUTHENTICATE
 #define PAM_CONST  
 #else  
 #define PAM_CONST       const  
 #endif  
   
 /* Define as the return type of signal handlers (int or void).  */  /* Define if you have the `bigcrypt' function. */
 #undef RETSIGTYPE  #undef HAVE_BIGCRYPT
   
 /* Define if you have the ANSI C header files.  */  /* Define if you use BSD authentication. */
 #undef STDC_HEADERS  #undef HAVE_BSD_AUTH_H
   
 /* Define if you want to use execv() instead of execvp().  */  /* Define if you use OSF DCE. */
 #undef USE_EXECV  #undef HAVE_DCE
   
 /* Define if you have POSIX signals.  */  /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
 #undef HAVE_SIGACTION  #undef HAVE_DIRENT_H
 #ifdef HAVE_SIGACTION  
 #  define POSIX_SIGNALS  
 #endif /* HAVE_SIGACTION */  
   
 /* Define if you have tzset(3).  */  /* Define if you have the `dispcrypt' function. */
 #undef HAVE_TZSET  #undef HAVE_DISPCRYPT
   
 /* Define if you have getcwd(3).  */  /* Define if you have the `flock' function. */
 #undef HAVE_GETCWD  #undef HAVE_FLOCK
   
 /* Define if you have fnmatch(3).  */  /* Define if you have the `fnmatch' function. */
 #undef HAVE_FNMATCH  #undef HAVE_FNMATCH
   
 /* Define if you have lsearch(3).  */  /* Define if you have the `fstat' function. */
 #undef HAVE_LSEARCH  #undef HAVE_FSTAT
   
 /* Define if you have strchr(3).  */  /* Define if you use the FWTK authsrv daemon. */
 #undef HAVE_STRCHR  #undef HAVE_FWTK
 #if !defined(HAVE_STRCHR) && !defined(strchr)  
 #  define strchr        index  
 #endif  
   
 /* Define if you have strrchr(3).  */  /* Define if you have the `getauthuid' function. (ULTRIX 4.x shadow passwords)
 #undef HAVE_STRRCHR     */
 #if !defined(HAVE_STRRCHR) && !defined(strrchr)  #undef HAVE_GETAUTHUID
 #  define strrchr       rindex  
 #endif  
   
 /* Define if you have memchr(3).  */  /* Define if you have the `getcwd' function. */
 #undef HAVE_MEMCHR  #undef HAVE_GETCWD
   
 /* Define if you have memcpy(3).  */  /* Define if you have the `getdomainname' function. */
 #undef HAVE_MEMCPY  #undef HAVE_GETDOMAINNAME
 #if !defined(HAVE_MEMCPY) && !defined(memcpy)  
 #  define memcpy(D, S, L)       (bcopy(S, D, L))  
 #endif  
   
 /* Define if you have memset(3).  */  /* Define if you have the `getifaddrs' function. */
 #undef HAVE_MEMSET  #undef HAVE_GETIFADDRS
 #if !defined(HAVE_MEMSET) && !defined(memset)  
 #  define memset(S, X, N)       (bzero(S, N))  
 #endif  
   
 /* Define if you have sysconf(3c).  */  /* Define if you have the `getprpwnam' function. (SecureWare-style shadow
 #undef HAVE_SYSCONF     passwords) */
   #undef HAVE_GETPRPWNAM
   
 /* Define if you have putenv(3).  */  /* Define if you have the `getpwanam' function. (SunOS 4.x shadow passwords)
 #undef HAVE_PUTENV     */
   #undef HAVE_GETPWANAM
   
 /* Define if you have setenv(3).  */  /* Define if you have the `getspnam' function (SVR4-style shadow passwords) */
 #undef HAVE_SETENV  #undef HAVE_GETSPNAM
   
 /* Define if you have strcasecmp(3).  */  /* Define if you have the `getspwuid' function. (HP-UX <= 9.X shadow
 #undef HAVE_STRCASECMP     passwords) */
   #undef HAVE_GETSPWUID
   
 /* Define if you have tcgetattr(3).  */  /* Define if you have the `initgroups' function. */
 #undef HAVE_TCGETATTR  #undef HAVE_INITGROUPS
   
 /* Define if you have innetgr(3).  */  /* Define if you have the `initprivs' function. */
   #undef HAVE_INITPRIVS
   
   /* Define if you have the `innetgr' function. */
 #undef HAVE_INNETGR  #undef HAVE_INNETGR
   
 /* Define if you have initgroups(3).  */  /* Define if you have the <inttypes.h> header file. */
 #undef HAVE_INITGROUPS  #undef HAVE_INTTYPES_H
   
 /* Define if you have getdomainname(2).  */  /* Define if you have isblank(3). */
 #undef HAVE_GETDOMAINNAME  #undef HAVE_ISBLANK
   
 /* Define if you have utime(2).  */  /* Define if you have the `iscomsec' function. (HP-UX >= 10.x check for shadow
 #undef HAVE_UTIME     enabled) */
   #undef HAVE_ISCOMSEC
   
 /* Define if you have a POSIX utime() (uses struct utimbuf) */  /* Define if you have the `issecure' function. (SunOS 4.x check for shadow
 #undef HAVE_UTIME_POSIX     enabled) */
   #undef HAVE_ISSECURE
   
 /* Define if you have bigcrypt(3).  */  /* Define if you use Kerberos IV. */
 #undef HAVE_BIGCRYPT  #undef HAVE_KERB4
   
 /* Define if you have set_auth_parameters(3).  */  /* Define if you use Kerberos V. */
 #undef HAVE_SET_AUTH_PARAMETERS  #undef HAVE_KERB5
   
 /* Define if you have initprivs(3).  */  /* Define if you have the `lockf' function. */
 #undef HAVE_INITPRIVS  #undef HAVE_LOCKF
   
 /* Define if you have dispcrypt(3).  */  /* Define if you have the <login_cap.h> header file. */
 #undef HAVE_DISPCRYPT  #undef HAVE_LOGIN_CAP_H
   
 /* Define if you have getspnam(3).  [SVR4-style shadow passwords] */  /* Define if your compiler supports the "long long" type. */
 #undef HAVE_GETSPNAM  #undef HAVE_LONG_LONG
   
 /* Define if you have getprpwnam(3).  [SecureWare-style shadow passwords] */  /* Define if you have the `lsearch' function. */
 #undef HAVE_GETPRPWNAM  #undef HAVE_LSEARCH
   
 /* Define if you have iscomsec(3).  [HP-UX >= 10.x check for shadow enabled] */  /* Define if you have the <malloc.h> header file. */
 #undef HAVE_ISCOMSEC  #undef HAVE_MALLOC_H
   
 /* Define if you have getspwuid(3).  [HP-UX <= 9.X shadow passwords] */  /* Define if you have the `memchr' function. */
 #undef HAVE_GETSPWUID  #undef HAVE_MEMCHR
   
 /* Define if you have getpwanam(3).  [SunOS 4.x shadow passwords] */  /* Define if you have the `memcpy' function. */
 #undef HAVE_GETPWANAM  #undef HAVE_MEMCPY
   
 /* Define if you have issecure(3).  [SunOS 4.x check for shadow enabled] */  /* Define if you have the <memory.h> header file. */
 #undef HAVE_ISSECURE  #undef HAVE_MEMORY_H
   
 /* Define if you have getauthuid(3).  [ULTRIX 4.x shadow passwords] */  /* Define if you have the `memset' function. */
 #undef HAVE_GETAUTHUID  #undef HAVE_MEMSET
   
 /* Define if you have seteuid(3).  */  /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_SETEUID  #undef HAVE_NDIR_H
   
 /* Define if you have waitpid(2).  */  /* Define if you have the <netgroup.h> header file. */
 #undef HAVE_WAITPID  #undef HAVE_NETGROUP_H
   
 /* Define if you have wait3(2).  */  /* Define if you use NRL OPIE. */
 #undef HAVE_WAIT3  #undef HAVE_OPIE
   
 /* Define if you have strerror(3).  */  /* Define if you use PAM. */
 #undef HAVE_STRERROR  #undef HAVE_PAM
   
 /* Define if you have lockf(3).  */  /* Define if you have the <paths.h> header file. */
 #undef HAVE_LOCKF  #undef HAVE_PATHS_H
   
 /* Define if you have flock(2).  */  /* Define if your struct sockadr has an sa_len field. */
 #undef HAVE_FLOCK  #undef HAVE_SA_LEN
   
 /* Define if you have fstat(2).  */  /* Define if you use SecurID. */
 #undef HAVE_FSTAT  #undef HAVE_SECURID
   
 /* Define if you have setrlimit(2).  */  /* Define if you have the `setegid' function. */
   #undef HAVE_SETEGID
   
   /* Define if you have the `seteuid' function. */
   #undef HAVE_SETEUID
   
   /* Define if you have the `setreuid' function. */
   #undef HAVE_SETREUID
   
   /* Define if you have the `setrlimit' function. */
 #undef HAVE_SETRLIMIT  #undef HAVE_SETRLIMIT
   
 /* Define if you have strftime(2).  */  /* Define if you have the `set_auth_parameters' function. */
 #undef HAVE_STRFTIME  #undef HAVE_SET_AUTH_PARAMETERS
   
 /* Define if you have snprintf(3).  */  /* Define if you use SIA. */
 #undef HAVE_SNPRINTF  #undef HAVE_SIA
   
 /* Define if you have vsnprintf(3).  */  /* Define if you have the `sigaction' function. */
 #undef HAVE_VSNPRINTF  #undef HAVE_SIGACTION
   
 /* Define if you have asprintf(3).  */  /* Define if <signal.h> has the sigaction_t typedef. */
 #undef HAVE_ASPRINTF  #undef HAVE_SIGACTION_T
   
 /* Define if you have vasprintf(3).  */  /* Define if the system has the type `sig_atomic_t'. */
 #undef HAVE_VASPRINTF  #undef HAVE_SIG_ATOMIC_T
   
 /* Define if you have the <malloc.h> header file.  */  /* Define if you use S/Key. */
 #undef HAVE_MALLOC_H  #undef HAVE_SKEY
   
 /* Define if you have the <alloca.h> header file.  */  /* Define if your S/Key library has skeyaccess(). */
 #undef HAVE_ALLOCA_H  #undef HAVE_SKEYACCESS
   
 /* Define if you have the <paths.h> header file.  */  /* Define if you have the `snprintf' function. */
 #undef HAVE_PATHS_H  #undef HAVE_SNPRINTF
   
 /* Define if you have the <string.h> header file.  */  /* Define if you have the <stdint.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STDINT_H
   
 /* Define if you have the <strings.h> header file but no <string.h>.  */  /* Define if you have the <stdlib.h> header file. */
 #ifndef HAVE_STRING_H  #undef HAVE_STDLIB_H
 #undef HAVE_STRINGS_H  
 #endif /* !HAVE_STRING_H */  
   
 /* Define your flavor of dir entry header file.  */  /* Define if you have the `strcasecmp' function. */
 #undef HAVE_DIRENT_H  #undef HAVE_STRCASECMP
 #undef HAVE_SYS_NDIR_H  
 #undef HAVE_SYS_DIR_H  
 #undef HAVE_NDIR_H  
   
 /* Define if you have the <utime.h> header file.  */  /* Define if you have the `strchr' function. */
 #undef HAVE_UTIME_H  #undef HAVE_STRCHR
   
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have the `strerror' function. */
 #undef HAVE_UNISTD_H  #undef HAVE_STRERROR
   
 /* Define if you have the <netgroup.h> header file.  */  /* Define if you have the `strftime' function. */
 #undef HAVE_NETGROUP_H  #undef HAVE_STRFTIME
   
 /* Define if you have the <termio.h> header file.  */  /* Define if you have the <strings.h> header file. */
 #undef HAVE_TERMIO_H  #undef HAVE_STRINGS_H
   
 /* Define if you have the <termios.h> header file and tcgetattr(3).  */  /* Define if you have the <string.h> header file. */
 #ifdef HAVE_TCGETATTR  #undef HAVE_STRING_H
 #undef HAVE_TERMIOS_H  
 #endif /* HAVE_TCGETATTR */  
   
 /* Define if you have the <sys/sockio.h> header file.  */  /* Define if you have the `strrchr' function. */
 #undef HAVE_SYS_SOCKIO_H  #undef HAVE_STRRCHR
   
 /* Define if you have the <sys/bsdtypes.h> header file.  */  /* Define if you have the `sysconf' function. */
   #undef HAVE_SYSCONF
   
   /* Define if you have the <sys/bsdtypes.h> header file. */
 #undef HAVE_SYS_BSDTYPES_H  #undef HAVE_SYS_BSDTYPES_H
   
 /* Define if you have the <sys/select.h> header file.  */  /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
 #undef HAVE_SYS_SELECT_H  #undef HAVE_SYS_DIR_H
   
 /* Define if your struct sockadr has an sa_len field.  */  /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_SA_LEN  #undef HAVE_SYS_NDIR_H
   
 /* Define if you want visudo to honor EDITOR and VISUAL env variables.  */  /* Define if you have the <sys/select.h> header file. */
 #undef ENV_EDITOR  #undef HAVE_SYS_SELECT_H
   
 /* Define to avoid using the passwd/shadow file for authentication.  */  /* Define if you have the <sys/sockio.h> header file. */
 #undef WITHOUT_PASSWD  #undef HAVE_SYS_SOCKIO_H
   
 /* Define to void if your C compiler fully groks void, else char */  /* Define if you have the <sys/stat.h> header file. */
 #undef VOID  #undef HAVE_SYS_STAT_H
   
 /* Define to the max length of a uid_t in string context (excluding the NUL) */  /* Define if you have the <sys/types.h> header file. */
 #undef MAX_UID_T_LEN  #undef HAVE_SYS_TYPES_H
   
 /* Define if your syslog(3) does not guarantee the message will be logged */  /* Define if you have the <termios.h> header file and the `tcgetattr'
 /* and syslog(3) returns non-zero to denote failure */     function. */
 #undef BROKEN_SYSLOG  #undef HAVE_TERMIOS_H
   
 /* Define if the code in interfaces.c does not compile for you.  */  /* Define if you have the <termio.h> header file. */
 #undef STUB_LOAD_INTERFACES  #undef HAVE_TERMIO_H
   
 /*  /* Define if you have the `tzset' function. */
  * Defaults for options.  These may be overridden via a "Defaults" line  #undef HAVE_TZSET
  * in the sudoers file.  
  */  
   
 /* Define if you a different ticket file for each tty.  */  /* Define if you have the <unistd.h> header file. */
 #undef USE_TTY_TICKETS  #undef HAVE_UNISTD_H
   
 /* Define if you want to insult the user for entering an incorrect password.  */  /* Define if you have the `utime' function. */
 #undef USE_INSULTS  #undef HAVE_UTIME
   
 /* Define if you want the insults from the "classic" version sudo.  */  /* Define if you have the <utime.h> header file. */
 #undef CLASSIC_INSULTS  #undef HAVE_UTIME_H
   
 /* Define if you want 2001-like insults.  */  /* Define if you have a POSIX utime() (uses struct utimbuf). */
 #undef HAL_INSULTS  #undef HAVE_UTIME_POSIX
   
 /* Define if you want insults from the "Goon Show" */  /* Define if you have the `vasprintf' function. */
 #undef GOONS_INSULTS  #undef HAVE_VASPRINTF
   
 /* Define if you want insults culled from the twisted minds of CSOps.  */  /* Define if you have the `vsnprintf' function. */
 #undef CSOPS_INSULTS  #undef HAVE_VSNPRINTF
   
 /* Define to override the user's path with a builtin one.  */  /* Define if you have the `wait3' function. */
 #undef SECURE_PATH  #undef HAVE_WAIT3
   
 /* Define if you want a two line OTP (skey/opie) prompt.  */  /* Define if you have the `waitpid' function. */
 #undef LONG_OTP_PROMPT  #undef HAVE_WAITPID
   
 /* The umask that the root-run prog should use */  /* Define if you have the `_innetgr' function. */
 #undef SUDO_UMASK  #undef HAVE__INNETGR
   
 /* Define if you want the hostname to be entered into the log file */  /* Define if you want the hostname to be entered into the log file. */
 #undef HOST_IN_LOG  #undef HOST_IN_LOG
   
 /* Define to be the number of minutes before sudo asks for passwd again.  */  /* Define if you want to ignore '.' and empty $PATH elements */
 #undef TIMEOUT  #undef IGNORE_DOT_PATH
   
 /* Define to be the passwd prompt timeout (in minutes).  */  /* The message given when a bad password is entered. */
 #undef PASSWORD_TIMEOUT  #undef INCORRECT_PASSWORD
   
 /* Define to be the number of tries the user gets to enter the passwd.  */  /* The syslog facility sudo will use. */
 #undef TRIES_FOR_PASSWORD  #undef LOGFAC
   
 /* Define to be the user sudo should run commands as by default.  */  /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
 #undef RUNAS_DEFAULT  #undef LOGGING
   
 /* Define if you want to require fully qualified hosts in sudoers.  */  /* Define if sizeof(long) == sizeof(long long). */
 #undef FQDN  #undef LONG_IS_QUAD
   
 /* If defined, users in this group need not enter a passwd (ie "sudo").  */  /* Define if you want a two line OTP (S/Key or OPIE) prompt. */
 #undef EXEMPTGROUP  #undef LONG_OTP_PROMPT
   
 /* Define to the path of the editor visudo should use. */  /* The subject of the mail sent by sudo to the MAILTO user/address. */
 #undef EDITOR  #undef MAILSUBJECT
   
 /* Define if root should not be allowed to use sudo.  */  /* The user or email address that sudo mail is sent to. */
 #undef NO_ROOT_SUDO  
   
 /* Define to be the user that gets sudo mail.  */  
 #undef MAILTO  #undef MAILTO
   
 /* Define to be the subject of the mail sent to MAILTO by sudo.  */  /* The max number of chars per log file line (for line wrapping). */
 #undef MAILSUBJECT  #undef MAXLOGFILELEN
   
 /* Define to be the message given for a bad password.  */  /* Define to the max length of a uid_t in string context (excluding the NUL).
 #undef INCORRECT_PASSWORD     */
   #undef MAX_UID_T_LEN
   
 /* Define to be the password prompt.  */  /* Define if you don't want sudo to prompt for a password by default. */
 #undef PASSPROMPT  #undef NO_AUTHENTICATION
   
 /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH */  /* Define if you don't want users to get the lecture the first they user sudo.
 #undef LOGGING     */
   #undef NO_LECTURE
   
 /* Define to be the syslog facility to use.  */  /* Define to avoid runing the mailer as root. */
 #undef LOGFAC  #undef NO_ROOT_MAILER
   
 /* Define to be the syslog priority to use for successful attemps.  */  /* Define if root should not be allowed to use sudo. */
 #undef PRI_SUCCESS  #undef NO_ROOT_SUDO
   
 /* Define to be the syslog priority to use for unsuccessful attemps/errors.  */  /* Define to avoid using POSIX saved ids. */
   #undef NO_SAVED_IDS
   
   /* The default password prompt. */
   #undef PASSPROMPT
   
   /* The passwd prompt timeout (in minutes). */
   #undef PASSWORD_TIMEOUT
   
   /* The syslog priority sudo will use for unsuccessful attempts/errors. */
 #undef PRI_FAILURE  #undef PRI_FAILURE
   
 /* Define to be the max chars per log line (for line wrapping).  */  /* The syslog priority sudo will use for successful attempts. */
 #undef MAXLOGFILELEN  #undef PRI_SUCCESS
   
 /* Define if you want to ignore '.' and '' in $PATH */  /* Define as the return type of signal handlers (`int' or `void'). */
 #undef IGNORE_DOT_PATH  #undef RETSIGTYPE
   
 /* Define if you want "command not allowed" instead of "command not found" */  /* The user sudo should run commands as by default. */
 #undef DONT_LEAK_PATH_INFO  #undef RUNAS_DEFAULT
   
 /* Define if you don't want users to get the lecture the first they user sudo */  /* Define to override the user's path with a builtin one. */
 #undef NO_LECTURE  #undef SECURE_PATH
   
 /* Define SEND_MAIL_WHEN_NO_USER to send mail when user not in sudoers file */  /* Define to send mail when the user is not not allowed to run a command. */
 #undef SEND_MAIL_WHEN_NO_USER  #undef SEND_MAIL_WHEN_NOT_OK
   
 /* Define SEND_MAIL_WHEN_NO_HOST to send mail when not allowed on this host */  /* Define to send mail when the user is not not allowed to run sudo on this
      host. */
 #undef SEND_MAIL_WHEN_NO_HOST  #undef SEND_MAIL_WHEN_NO_HOST
   
 /* Define SEND_MAIL_WHEN_NOT_OK to send mail when not allowed to run command */  /* Define to send mail when the user is not in the sudoers file. */
 #undef SEND_MAIL_WHEN_NOT_OK  #undef SEND_MAIL_WHEN_NO_USER
   
 /* Define if you want sudo to start a shell if given no arguments.  */  /* Define if you want sudo to start a shell if given no arguments. */
 #undef SHELL_IF_NO_ARGS  #undef SHELL_IF_NO_ARGS
   
 /* Define if you want sudo to set $HOME in shell mode.  */  /* Define if you want sudo to set /home/millert in shell mode. */
 #undef SHELL_SETS_HOME  #undef SHELL_SETS_HOME
   
 /* Define if you don't want sudo to prompt for a password by default.  */  /* If using the C implementation of alloca, define if you know the
 #undef NO_AUTHENTICATION     direction of stack growth for your system; otherwise it will be
      automatically deduced at run-time.
           STACK_DIRECTION > 0 => grows toward higher addresses
           STACK_DIRECTION < 0 => grows toward lower addresses
           STACK_DIRECTION = 0 => direction of growth unknown */
   #undef STACK_DIRECTION
   
   /* Define if you have the ANSI C header files. */
   #undef STDC_HEADERS
   
 /*  /* Define if the code in interfaces.c does not compile for you. */
  * Authentication methods.  #undef STUB_LOAD_INTERFACES
  */  
   
 /* Define if you use S/Key.  */  /* The umask that the root-run prog should use. */
 #undef HAVE_SKEY  #undef SUDO_UMASK
   
 /* Define if you use NRL OPIE.  */  /* The number of minutes before sudo asks for a password again. */
 #undef HAVE_OPIE  #undef TIMEOUT
   
 /* Define if you use SecurID.  */  /* The number of tries a user gets to enter their password. */
 #undef HAVE_SECURID  #undef TRIES_FOR_PASSWORD
   
 /* Define if you use AIX general authentication.  */  /* Define if you wish to use execv() instead of execvp() when running
 #undef HAVE_AUTHENTICATE     programs. */
   #undef USE_EXECV
   
 /* Define if you use Kerberos IV or Kerberos V < 1.1.  */  /* Define if you want to insult the user for entering an incorrect password.
 #undef HAVE_KERB4     */
   #undef USE_INSULTS
 /* Define if you use Kerberos V version 1.1 or higher.  */  
 #undef HAVE_KERB5  
   
 /* Define if you use SIA.  */  /* Define if you want a different ticket file for each tty. */
 #undef HAVE_SIA  #undef USE_TTY_TICKETS
   
 /* Define if you use PAM.  */  /* Define to "void" if your compiler supports void pointers, else use "char".
 #undef HAVE_PAM     */
   #undef VOID
   
 /* Define if you use AFS.  */  /* Define to avoid using the passwd/shadow file for authentication. */
 #undef HAVE_AFS  #undef WITHOUT_PASSWD
   
 /* Define if you use OSF DCE.  */  /* Enable non-POSIX extensions on AIX. */
 #undef HAVE_DCE  #ifndef _ALL_SOURCE
   # undef _ALL_SOURCE
   #endif
   
 /* Define if you use the BSD login capabilities database.  */  /* Enable non-POSIX extensions on ConvexOS. */
 #undef HAVE_LOGIN_CAP_H  #ifndef _CONVEX_SOURCE
   # undef _CONVEX_SOURCE
   #endif
   
 /* Define if you use BSD authentication.  */  /* Enable GNU extensions on systems that have them. */
 #undef HAVE_BSD_AUTH_H  #ifndef _GNU_SOURCE
   # define _GNU_SOURCE    1
   #endif
   
 /* Define if you use the FWTK authsrv daemon.  */  /* Define if you need to in order for stat and other things to work. */
 #undef HAVE_FWTK  #undef _POSIX_SOURCE
   
   /* Define to empty if `const' does not conform to ANSI C. */
   #undef const
   
 /**********  You probably don't want to modify anything below here  ***********/  /* Define if your system lacks the dev_t type. */
   #undef dev_t
   
   /* Define to `int' if <sys/types.h> doesn't define. */
   #undef gid_t
   
   /* Define if your system lacks the ino_t type. */
   #undef ino_t
   
   /* Define to `int' if <sys/types.h> does not define. */
   #undef mode_t
   
   /* Define to `int' if <signal.h> does not define. */
   #undef sig_atomic_t
   
   /* Define if your system lacks the size_t type. */
   #undef size_t
   
   /* Define if your system lacks the ssize_t type. */
   #undef ssize_t
   
   /* Define to `int' if <sys/types.h> doesn't define. */
   #undef uid_t
   
   /* Define to empty if the keyword `volatile' does not work. Warning: valid
      code using `volatile' can become incorrect without. Disable with care. */
   #undef volatile
   
 /*  /*
  * Emulate a subset of waitpid() if we don't have it.   * Emulate a subset of waitpid() if we don't have it.
  */   */
 #ifdef HAVE_WAITPID  #ifdef HAVE_WAITPID
 #  define sudo_waitpid(p, s, o)         waitpid(p, s, o)  # define sudo_waitpid(p, s, o)  waitpid(p, s, o)
 #else  #else
 #  ifdef HAVE_WAIT3  # ifdef HAVE_WAIT3
 #    define sudo_waitpid(p, s, o)       wait3(s, o, NULL)  #  define sudo_waitpid(p, s, o) wait3(s, o, NULL)
 #  endif  # endif
 #endif  #endif
   
   /* Solaris doesn't use const qualifiers in PAM. */
   #ifdef sun
   # define PAM_CONST
   #else
   # define PAM_CONST      const
   #endif
   
 #ifdef USE_EXECV  #ifdef USE_EXECV
 #  define EXEC  execv  # define EXEC   execv
 #else  #else
 #  define EXEC  execvp  # define EXEC   execvp
 #endif /* USE_EXECV */  #endif /* USE_EXECV */
   
   /* New ANSI-style OS defs for HP-UX and ConvexOS. */
   #if defined(hpux) && !defined(__hpux)
   # define __hpux         1
   #endif /* hpux */
   
   #if defined(convex) && !defined(__convex__)
   # define __convex__     1
   #endif /* convex */
   
   /* BSD compatibility on some SVR4 systems. */
 #ifdef __svr4__  #ifdef __svr4__
 #  define BSD_COMP  # define BSD_COMP
 #endif /* __svr4__ */  #endif /* __svr4__ */
   
 #endif /* _SUDO_CONFIG_H */  #endif /* _SUDO_CONFIG_H */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.4.1