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

Annotation of src/usr.bin/sudo/config.h.in, Revision 1.13

1.10      millert     1: /* config.h.in.  Generated from configure.in by autoheader.  */
1.1       millert     2:
                      3: #ifndef _SUDO_CONFIG_H
                      4: #define _SUDO_CONFIG_H
                      5:
1.6       millert     6: /* Define if the `syslog' function returns a non-zero int to denote failure.
                      7:    */
                      8: #undef BROKEN_SYSLOG
1.1       millert     9:
1.6       millert    10: /* Define if you want the insults from the "classic" version sudo. */
                     11: #undef CLASSIC_INSULTS
1.1       millert    12:
1.6       millert    13: /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
                     14:    systems. This function is required for `alloca.c' support on those systems.
                     15:    */
                     16: #undef CRAY_STACKSEG_END
1.1       millert    17:
1.6       millert    18: /* Define if you want insults culled from the twisted minds of CSOps. */
                     19: #undef CSOPS_INSULTS
1.1       millert    20:
1.10      millert    21: /* Define to 1 if using `alloca.c'. */
1.6       millert    22: #undef C_ALLOCA
1.1       millert    23:
1.6       millert    24: /* Define if you want sudo to display "command not allowed" instead of
                     25:    "command not found" when a command cannot be found. */
                     26: #undef DONT_LEAK_PATH_INFO
1.1       millert    27:
1.6       millert    28: /* A colon-separated list of pathnames to be used as the editor for visudo. */
                     29: #undef EDITOR
1.1       millert    30:
1.6       millert    31: /* Define if you want visudo to honor the EDITOR and VISUAL env variables. */
                     32: #undef ENV_EDITOR
1.1       millert    33:
1.6       millert    34: /* If defined, users in this group need not enter a passwd (ie "sudo"). */
                     35: #undef EXEMPTGROUP
1.1       millert    36:
1.6       millert    37: /* Define if you want to require fully qualified hosts in sudoers. */
                     38: #undef FQDN
1.1       millert    39:
1.6       millert    40: /* Define if you want insults from the "Goon Show". */
                     41: #undef GOONS_INSULTS
1.1       millert    42:
1.6       millert    43: /* Define if you want 2001-like insults. */
                     44: #undef HAL_INSULTS
1.1       millert    45:
1.6       millert    46: /* Define if you use AFS. */
                     47: #undef HAVE_AFS
1.1       millert    48:
1.10      millert    49: /* Define to 1 if you have `alloca', as a function or macro. */
1.6       millert    50: #undef HAVE_ALLOCA
1.1       millert    51:
1.10      millert    52: /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
                     53:    */
1.6       millert    54: #undef HAVE_ALLOCA_H
1.1       millert    55:
1.10      millert    56: /* Define to 1 if you have the `asprintf' function. */
1.6       millert    57: #undef HAVE_ASPRINTF
1.1       millert    58:
1.6       millert    59: /* Define if you use AIX general authentication. */
                     60: #undef HAVE_AUTHENTICATE
1.1       millert    61:
1.10      millert    62: /* Define to 1 if you have the `bigcrypt' function. */
1.6       millert    63: #undef HAVE_BIGCRYPT
1.1       millert    64:
1.6       millert    65: /* Define if you use BSD authentication. */
                     66: #undef HAVE_BSD_AUTH_H
1.1       millert    67:
1.6       millert    68: /* Define if you use OSF DCE. */
                     69: #undef HAVE_DCE
1.1       millert    70:
1.10      millert    71: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
                     72:    */
1.6       millert    73: #undef HAVE_DIRENT_H
1.1       millert    74:
1.10      millert    75: /* Define to 1 if you have the `dispcrypt' function. */
1.6       millert    76: #undef HAVE_DISPCRYPT
1.1       millert    77:
1.11      millert    78: /* Define to 1 if you have the <err.h> header file. */
                     79: #undef HAVE_ERR_H
                     80:
1.10      millert    81: /* Define to 1 if you have the `flock' function. */
1.6       millert    82: #undef HAVE_FLOCK
1.1       millert    83:
1.6       millert    84: /* Define if you have the `fnmatch' function. */
1.1       millert    85: #undef HAVE_FNMATCH
                     86:
1.10      millert    87: /* Define to 1 if you have the `freeifaddrs' function. */
1.9       millert    88: #undef HAVE_FREEIFADDRS
                     89:
1.10      millert    90: /* Define to 1 if you have the `fstat' function. */
1.6       millert    91: #undef HAVE_FSTAT
                     92:
                     93: /* Define if you use the FWTK authsrv daemon. */
                     94: #undef HAVE_FWTK
1.1       millert    95:
1.6       millert    96: /* Define if you have the `getauthuid' function. (ULTRIX 4.x shadow passwords)
                     97:    */
                     98: #undef HAVE_GETAUTHUID
1.1       millert    99:
1.10      millert   100: /* Define to 1 if you have the `getcwd' function. */
1.6       millert   101: #undef HAVE_GETCWD
1.1       millert   102:
1.10      millert   103: /* Define to 1 if you have the `getdomainname' function. */
1.6       millert   104: #undef HAVE_GETDOMAINNAME
1.1       millert   105:
1.10      millert   106: /* Define to 1 if you have the `getifaddrs' function. */
1.6       millert   107: #undef HAVE_GETIFADDRS
1.1       millert   108:
1.11      millert   109: /* Define to 1 if you have the `getprogname' function. */
                    110: #undef HAVE_GETPROGNAME
                    111:
1.6       millert   112: /* Define if you have the `getprpwnam' function. (SecureWare-style shadow
                    113:    passwords) */
                    114: #undef HAVE_GETPRPWNAM
1.1       millert   115:
1.6       millert   116: /* Define if you have the `getpwanam' function. (SunOS 4.x shadow passwords)
                    117:    */
                    118: #undef HAVE_GETPWANAM
1.1       millert   119:
1.6       millert   120: /* Define if you have the `getspnam' function (SVR4-style shadow passwords) */
                    121: #undef HAVE_GETSPNAM
1.1       millert   122:
1.6       millert   123: /* Define if you have the `getspwuid' function. (HP-UX <= 9.X shadow
                    124:    passwords) */
                    125: #undef HAVE_GETSPWUID
1.1       millert   126:
1.12      millert   127: /* Define if your Kerberos is Heimdal. */
                    128: #undef HAVE_HEIMDAL
                    129:
1.10      millert   130: /* Define to 1 if you have the `initgroups' function. */
1.6       millert   131: #undef HAVE_INITGROUPS
1.1       millert   132:
1.10      millert   133: /* Define to 1 if you have the `initprivs' function. */
1.6       millert   134: #undef HAVE_INITPRIVS
1.1       millert   135:
1.10      millert   136: /* Define to 1 if you have the `innetgr' function. */
1.1       millert   137: #undef HAVE_INNETGR
                    138:
1.10      millert   139: /* Define to 1 if you have the <inttypes.h> header file. */
1.6       millert   140: #undef HAVE_INTTYPES_H
                    141:
                    142: /* Define if you have isblank(3). */
                    143: #undef HAVE_ISBLANK
                    144:
                    145: /* Define if you have the `iscomsec' function. (HP-UX >= 10.x check for shadow
                    146:    enabled) */
                    147: #undef HAVE_ISCOMSEC
                    148:
                    149: /* Define if you have the `issecure' function. (SunOS 4.x check for shadow
                    150:    enabled) */
                    151: #undef HAVE_ISSECURE
1.2       millert   152:
1.6       millert   153: /* Define if you use Kerberos IV. */
                    154: #undef HAVE_KERB4
1.1       millert   155:
1.6       millert   156: /* Define if you use Kerberos V. */
                    157: #undef HAVE_KERB5
1.1       millert   158:
1.10      millert   159: /* Define to 1 if you have the `lockf' function. */
1.6       millert   160: #undef HAVE_LOCKF
1.1       millert   161:
1.10      millert   162: /* Define to 1 if you have the <login_cap.h> header file. */
1.6       millert   163: #undef HAVE_LOGIN_CAP_H
1.1       millert   164:
1.6       millert   165: /* Define if your compiler supports the "long long" type. */
                    166: #undef HAVE_LONG_LONG
1.1       millert   167:
1.10      millert   168: /* Define to 1 if you have the `lsearch' function. */
1.6       millert   169: #undef HAVE_LSEARCH
1.1       millert   170:
1.10      millert   171: /* Define to 1 if you have the <malloc.h> header file. */
1.6       millert   172: #undef HAVE_MALLOC_H
1.1       millert   173:
1.10      millert   174: /* Define to 1 if you have the `memchr' function. */
1.6       millert   175: #undef HAVE_MEMCHR
1.1       millert   176:
1.10      millert   177: /* Define to 1 if you have the `memcpy' function. */
1.6       millert   178: #undef HAVE_MEMCPY
1.1       millert   179:
1.10      millert   180: /* Define to 1 if you have the <memory.h> header file. */
1.6       millert   181: #undef HAVE_MEMORY_H
1.1       millert   182:
1.10      millert   183: /* Define to 1 if you have the `memset' function. */
1.6       millert   184: #undef HAVE_MEMSET
1.1       millert   185:
1.10      millert   186: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
1.6       millert   187: #undef HAVE_NDIR_H
1.1       millert   188:
1.10      millert   189: /* Define to 1 if you have the <netgroup.h> header file. */
1.6       millert   190: #undef HAVE_NETGROUP_H
1.1       millert   191:
1.6       millert   192: /* Define if you use NRL OPIE. */
                    193: #undef HAVE_OPIE
1.1       millert   194:
1.6       millert   195: /* Define if you use PAM. */
                    196: #undef HAVE_PAM
1.1       millert   197:
1.10      millert   198: /* Define to 1 if you have the <paths.h> header file. */
1.6       millert   199: #undef HAVE_PATHS_H
1.1       millert   200:
1.6       millert   201: /* Define if your struct sockadr has an sa_len field. */
                    202: #undef HAVE_SA_LEN
1.1       millert   203:
1.6       millert   204: /* Define if you use SecurID. */
                    205: #undef HAVE_SECURID
1.1       millert   206:
1.10      millert   207: /* Define to 1 if you have the `setresuid' function. */
                    208: #undef HAVE_SETRESUID
1.1       millert   209:
1.10      millert   210: /* Define to 1 if you have the `setreuid' function. */
1.6       millert   211: #undef HAVE_SETREUID
1.1       millert   212:
1.10      millert   213: /* Define to 1 if you have the `setrlimit' function. */
1.1       millert   214: #undef HAVE_SETRLIMIT
                    215:
1.10      millert   216: /* Define to 1 if you have the `set_auth_parameters' function. */
1.6       millert   217: #undef HAVE_SET_AUTH_PARAMETERS
                    218:
                    219: /* Define if you use SIA. */
                    220: #undef HAVE_SIA
1.1       millert   221:
1.10      millert   222: /* Define to 1 if you have the `sigaction' function. */
1.6       millert   223: #undef HAVE_SIGACTION
1.1       millert   224:
1.6       millert   225: /* Define if <signal.h> has the sigaction_t typedef. */
                    226: #undef HAVE_SIGACTION_T
1.1       millert   227:
1.10      millert   228: /* Define to 1 if the system has the type `sig_atomic_t'. */
1.6       millert   229: #undef HAVE_SIG_ATOMIC_T
1.1       millert   230:
1.6       millert   231: /* Define if you use S/Key. */
                    232: #undef HAVE_SKEY
1.1       millert   233:
1.6       millert   234: /* Define if your S/Key library has skeyaccess(). */
                    235: #undef HAVE_SKEYACCESS
1.1       millert   236:
1.10      millert   237: /* Define to 1 if you have the `snprintf' function. */
1.6       millert   238: #undef HAVE_SNPRINTF
1.1       millert   239:
1.10      millert   240: /* Define to 1 if you have the <stdint.h> header file. */
1.6       millert   241: #undef HAVE_STDINT_H
1.1       millert   242:
1.10      millert   243: /* Define to 1 if you have the <stdlib.h> header file. */
1.6       millert   244: #undef HAVE_STDLIB_H
1.1       millert   245:
1.10      millert   246: /* Define to 1 if you have the `strcasecmp' function. */
1.6       millert   247: #undef HAVE_STRCASECMP
1.1       millert   248:
1.10      millert   249: /* Define to 1 if you have the `strchr' function. */
1.6       millert   250: #undef HAVE_STRCHR
1.1       millert   251:
1.10      millert   252: /* Define to 1 if you have the `strerror' function. */
1.6       millert   253: #undef HAVE_STRERROR
1.1       millert   254:
1.10      millert   255: /* Define to 1 if you have the `strftime' function. */
1.6       millert   256: #undef HAVE_STRFTIME
1.1       millert   257:
1.10      millert   258: /* Define to 1 if you have the <strings.h> header file. */
1.6       millert   259: #undef HAVE_STRINGS_H
1.1       millert   260:
1.10      millert   261: /* Define to 1 if you have the <string.h> header file. */
1.6       millert   262: #undef HAVE_STRING_H
1.1       millert   263:
1.10      millert   264: /* Define to 1 if you have the `strlcat' function. */
                    265: #undef HAVE_STRLCAT
                    266:
                    267: /* Define to 1 if you have the `strlcpy' function. */
                    268: #undef HAVE_STRLCPY
                    269:
                    270: /* Define to 1 if you have the `strrchr' function. */
1.6       millert   271: #undef HAVE_STRRCHR
1.1       millert   272:
1.10      millert   273: /* Define to 1 if you have the `sysconf' function. */
1.6       millert   274: #undef HAVE_SYSCONF
1.1       millert   275:
1.10      millert   276: /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
1.1       millert   277: #undef HAVE_SYS_BSDTYPES_H
                    278:
1.10      millert   279: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
                    280:    */
1.6       millert   281: #undef HAVE_SYS_DIR_H
1.1       millert   282:
1.10      millert   283: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
                    284:    */
1.6       millert   285: #undef HAVE_SYS_NDIR_H
1.1       millert   286:
1.10      millert   287: /* Define to 1 if you have the <sys/select.h> header file. */
1.6       millert   288: #undef HAVE_SYS_SELECT_H
1.1       millert   289:
1.10      millert   290: /* Define to 1 if you have the <sys/sockio.h> header file. */
1.6       millert   291: #undef HAVE_SYS_SOCKIO_H
1.1       millert   292:
1.10      millert   293: /* Define to 1 if you have the <sys/stat.h> header file. */
1.6       millert   294: #undef HAVE_SYS_STAT_H
1.1       millert   295:
1.10      millert   296: /* Define to 1 if you have the <sys/types.h> header file. */
1.6       millert   297: #undef HAVE_SYS_TYPES_H
1.1       millert   298:
1.6       millert   299: /* Define if you have the <termios.h> header file and the `tcgetattr'
                    300:    function. */
                    301: #undef HAVE_TERMIOS_H
1.1       millert   302:
1.10      millert   303: /* Define to 1 if you have the <termio.h> header file. */
1.6       millert   304: #undef HAVE_TERMIO_H
1.1       millert   305:
1.10      millert   306: /* Define to 1 if you have the `tzset' function. */
1.6       millert   307: #undef HAVE_TZSET
1.1       millert   308:
1.10      millert   309: /* Define to 1 if you have the <unistd.h> header file. */
1.6       millert   310: #undef HAVE_UNISTD_H
1.1       millert   311:
1.10      millert   312: /* Define to 1 if you have the `utime' function. */
1.6       millert   313: #undef HAVE_UTIME
1.1       millert   314:
1.10      millert   315: /* Define to 1 if you have the <utime.h> header file. */
1.6       millert   316: #undef HAVE_UTIME_H
1.1       millert   317:
1.6       millert   318: /* Define if you have a POSIX utime() (uses struct utimbuf). */
                    319: #undef HAVE_UTIME_POSIX
1.1       millert   320:
1.10      millert   321: /* Define to 1 if you have the `vasprintf' function. */
1.6       millert   322: #undef HAVE_VASPRINTF
1.1       millert   323:
1.10      millert   324: /* Define to 1 if you have the `vsnprintf' function. */
1.6       millert   325: #undef HAVE_VSNPRINTF
1.1       millert   326:
1.10      millert   327: /* Define to 1 if you have the `wait3' function. */
1.6       millert   328: #undef HAVE_WAIT3
1.1       millert   329:
1.10      millert   330: /* Define to 1 if you have the `waitpid' function. */
1.6       millert   331: #undef HAVE_WAITPID
1.1       millert   332:
1.10      millert   333: /* Define to 1 if you have the `_innetgr' function. */
1.6       millert   334: #undef HAVE__INNETGR
1.11      millert   335:
                    336: /* Define if your crt0.o defines the __progname symbol for you. */
                    337: #undef HAVE___PROGNAME
1.1       millert   338:
1.6       millert   339: /* Define if you want the hostname to be entered into the log file. */
1.1       millert   340: #undef HOST_IN_LOG
                    341:
1.6       millert   342: /* Define if you want to ignore '.' and empty $PATH elements */
                    343: #undef IGNORE_DOT_PATH
1.1       millert   344:
1.6       millert   345: /* The message given when a bad password is entered. */
                    346: #undef INCORRECT_PASSWORD
1.1       millert   347:
1.6       millert   348: /* The syslog facility sudo will use. */
                    349: #undef LOGFAC
1.1       millert   350:
1.6       millert   351: /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
                    352: #undef LOGGING
1.1       millert   353:
1.6       millert   354: /* Define if sizeof(long) == sizeof(long long). */
                    355: #undef LONG_IS_QUAD
1.1       millert   356:
1.6       millert   357: /* Define if you want a two line OTP (S/Key or OPIE) prompt. */
                    358: #undef LONG_OTP_PROMPT
1.1       millert   359:
1.6       millert   360: /* The subject of the mail sent by sudo to the MAILTO user/address. */
                    361: #undef MAILSUBJECT
1.1       millert   362:
1.6       millert   363: /* The user or email address that sudo mail is sent to. */
                    364: #undef MAILTO
1.1       millert   365:
1.6       millert   366: /* The max number of chars per log file line (for line wrapping). */
                    367: #undef MAXLOGFILELEN
1.1       millert   368:
1.6       millert   369: /* Define to the max length of a uid_t in string context (excluding the NUL).
                    370:    */
                    371: #undef MAX_UID_T_LEN
1.1       millert   372:
1.6       millert   373: /* Define if you don't want sudo to prompt for a password by default. */
                    374: #undef NO_AUTHENTICATION
1.1       millert   375:
1.6       millert   376: /* Define if you don't want users to get the lecture the first they user sudo.
                    377:    */
                    378: #undef NO_LECTURE
1.1       millert   379:
1.8       millert   380: /* Define to avoid runing the mailer as root. */
                    381: #undef NO_ROOT_MAILER
                    382:
1.6       millert   383: /* Define if root should not be allowed to use sudo. */
                    384: #undef NO_ROOT_SUDO
1.1       millert   385:
1.7       millert   386: /* Define to avoid using POSIX saved ids. */
                    387: #undef NO_SAVED_IDS
                    388:
1.6       millert   389: /* The default password prompt. */
                    390: #undef PASSPROMPT
1.1       millert   391:
1.6       millert   392: /* The passwd prompt timeout (in minutes). */
                    393: #undef PASSWORD_TIMEOUT
1.1       millert   394:
1.6       millert   395: /* The syslog priority sudo will use for unsuccessful attempts/errors. */
1.1       millert   396: #undef PRI_FAILURE
                    397:
1.6       millert   398: /* The syslog priority sudo will use for successful attempts. */
                    399: #undef PRI_SUCCESS
1.1       millert   400:
1.6       millert   401: /* Define as the return type of signal handlers (`int' or `void'). */
                    402: #undef RETSIGTYPE
1.1       millert   403:
1.6       millert   404: /* The user sudo should run commands as by default. */
                    405: #undef RUNAS_DEFAULT
1.1       millert   406:
1.13    ! millert   407: /* Define to override the user's path with a built-in one. */
1.6       millert   408: #undef SECURE_PATH
1.1       millert   409:
1.10      millert   410: /* Define to send mail when the user is not allowed to run a command. */
1.6       millert   411: #undef SEND_MAIL_WHEN_NOT_OK
1.1       millert   412:
1.10      millert   413: /* Define to send mail when the user is not allowed to run sudo on this host.
                    414:    */
1.1       millert   415: #undef SEND_MAIL_WHEN_NO_HOST
                    416:
1.6       millert   417: /* Define to send mail when the user is not in the sudoers file. */
                    418: #undef SEND_MAIL_WHEN_NO_USER
1.1       millert   419:
1.6       millert   420: /* Define if you want sudo to start a shell if given no arguments. */
1.1       millert   421: #undef SHELL_IF_NO_ARGS
                    422:
1.10      millert   423: /* Define if you want sudo to set $HOME in shell mode. */
1.1       millert   424: #undef SHELL_SETS_HOME
                    425:
1.6       millert   426: /* If using the C implementation of alloca, define if you know the
                    427:    direction of stack growth for your system; otherwise it will be
                    428:    automatically deduced at run-time.
                    429:         STACK_DIRECTION > 0 => grows toward higher addresses
                    430:         STACK_DIRECTION < 0 => grows toward lower addresses
                    431:         STACK_DIRECTION = 0 => direction of growth unknown */
                    432: #undef STACK_DIRECTION
                    433:
1.10      millert   434: /* Define to 1 if you have the ANSI C header files. */
1.6       millert   435: #undef STDC_HEADERS
                    436:
                    437: /* Define if the code in interfaces.c does not compile for you. */
                    438: #undef STUB_LOAD_INTERFACES
                    439:
                    440: /* The umask that the root-run prog should use. */
                    441: #undef SUDO_UMASK
                    442:
                    443: /* The number of minutes before sudo asks for a password again. */
                    444: #undef TIMEOUT
                    445:
                    446: /* The number of tries a user gets to enter their password. */
                    447: #undef TRIES_FOR_PASSWORD
                    448:
                    449: /* Define if you wish to use execv() instead of execvp() when running
                    450:    programs. */
                    451: #undef USE_EXECV
                    452:
                    453: /* Define if you want to insult the user for entering an incorrect password.
                    454:    */
                    455: #undef USE_INSULTS
1.1       millert   456:
1.10      millert   457: /* Define if you use stow packaging. */
                    458: #undef USE_STOW
                    459:
1.6       millert   460: /* Define if you want a different ticket file for each tty. */
                    461: #undef USE_TTY_TICKETS
1.1       millert   462:
1.6       millert   463: /* Define to "void" if your compiler supports void pointers, else use "char".
                    464:    */
                    465: #undef VOID
                    466:
                    467: /* Define to avoid using the passwd/shadow file for authentication. */
                    468: #undef WITHOUT_PASSWD
1.1       millert   469:
1.6       millert   470: /* Enable non-POSIX extensions on AIX. */
                    471: #ifndef _ALL_SOURCE
                    472: # undef _ALL_SOURCE
                    473: #endif
1.1       millert   474:
1.6       millert   475: /* Enable non-POSIX extensions on ConvexOS. */
                    476: #ifndef _CONVEX_SOURCE
                    477: # undef _CONVEX_SOURCE
                    478: #endif
1.1       millert   479:
1.6       millert   480: /* Enable GNU extensions on systems that have them. */
                    481: #ifndef _GNU_SOURCE
                    482: # define _GNU_SOURCE   1
                    483: #endif
1.1       millert   484:
1.6       millert   485: /* Define to empty if `const' does not conform to ANSI C. */
                    486: #undef const
1.1       millert   487:
1.6       millert   488: /* Define if your system lacks the dev_t type. */
                    489: #undef dev_t
1.1       millert   490:
1.6       millert   491: /* Define to `int' if <sys/types.h> doesn't define. */
                    492: #undef gid_t
1.1       millert   493:
1.6       millert   494: /* Define if your system lacks the ino_t type. */
                    495: #undef ino_t
1.1       millert   496:
1.6       millert   497: /* Define to `int' if <sys/types.h> does not define. */
                    498: #undef mode_t
1.4       millert   499:
1.6       millert   500: /* Define to `int' if <signal.h> does not define. */
                    501: #undef sig_atomic_t
1.5       millert   502:
1.6       millert   503: /* Define if your system lacks the size_t type. */
                    504: #undef size_t
1.1       millert   505:
1.6       millert   506: /* Define if your system lacks the ssize_t type. */
                    507: #undef ssize_t
1.1       millert   508:
1.6       millert   509: /* Define to `int' if <sys/types.h> doesn't define. */
                    510: #undef uid_t
1.1       millert   511:
1.6       millert   512: /* Define to empty if the keyword `volatile' does not work. Warning: valid
                    513:    code using `volatile' can become incorrect without. Disable with care. */
                    514: #undef volatile
1.1       millert   515:
                    516: /*
                    517:  * Emulate a subset of waitpid() if we don't have it.
                    518:  */
                    519: #ifdef HAVE_WAITPID
1.6       millert   520: # define sudo_waitpid(p, s, o) waitpid(p, s, o)
                    521: #else
                    522: # ifdef HAVE_WAIT3
                    523: #  define sudo_waitpid(p, s, o)        wait3(s, o, NULL)
                    524: # endif
1.10      millert   525: #endif
                    526:
                    527: /* GNU stow needs /etc/sudoers to be a symlink. */
                    528: #ifdef HAVE_STOW
                    529: # define stat_sudoers  stat
                    530: #else
                    531: # define stat_sudoers  lstat
1.6       millert   532: #endif
                    533:
                    534: /* Solaris doesn't use const qualifiers in PAM. */
                    535: #ifdef sun
                    536: # define PAM_CONST
1.1       millert   537: #else
1.6       millert   538: # define PAM_CONST     const
1.1       millert   539: #endif
                    540:
                    541: #ifdef USE_EXECV
1.6       millert   542: # define EXEC  execv
1.1       millert   543: #else
1.6       millert   544: # define EXEC  execvp
1.1       millert   545: #endif /* USE_EXECV */
                    546:
1.6       millert   547: /* New ANSI-style OS defs for HP-UX and ConvexOS. */
                    548: #if defined(hpux) && !defined(__hpux)
                    549: # define __hpux                1
                    550: #endif /* hpux */
                    551:
                    552: #if defined(convex) && !defined(__convex__)
                    553: # define __convex__    1
                    554: #endif /* convex */
                    555:
                    556: /* BSD compatibility on some SVR4 systems. */
1.1       millert   557: #ifdef __svr4__
1.6       millert   558: # define BSD_COMP
1.1       millert   559: #endif /* __svr4__ */
                    560:
                    561: #endif /* _SUDO_CONFIG_H */