Imported Upstream version 1.6.9p11
[debian/sudo] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 #ifndef _SUDO_CONFIG_H
4 #define _SUDO_CONFIG_H
5
6 /* Define to 1 if the `syslog' function returns a non-zero int to denote
7    failure. */
8 #undef BROKEN_SYSLOG
9
10 /* Define to 1 if you want the insults from the "classic" version sudo. */
11 #undef CLASSIC_INSULTS
12
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
17
18 /* Define to 1 if you want insults culled from the twisted minds of CSOps. */
19 #undef CSOPS_INSULTS
20
21 /* Define to 1 if using `alloca.c'. */
22 #undef C_ALLOCA
23
24 /* Define to 1 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
27
28 /* A colon-separated list of pathnames to be used as the editor for visudo. */
29 #undef EDITOR
30
31 /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
32    variables. */
33 #undef ENV_EDITOR
34
35 /* If defined, users in this group need not enter a passwd (ie "sudo"). */
36 #undef EXEMPTGROUP
37
38 /* Define to 1 if you want to require fully qualified hosts in sudoers. */
39 #undef FQDN
40
41 /* Define to 1 if you want insults from the "Goon Show". */
42 #undef GOONS_INSULTS
43
44 /* Define to 1 if you want 2001-like insults. */
45 #undef HAL_INSULTS
46
47 /* Define to 1 if you use AFS. */
48 #undef HAVE_AFS
49
50 /* Define to 1 if you use AIX general authentication. */
51 #undef HAVE_AIXAUTH
52
53 /* Define to 1 if you have `alloca', as a function or macro. */
54 #undef HAVE_ALLOCA
55
56 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
57    */
58 #undef HAVE_ALLOCA_H
59
60 /* Define to 1 if you have the `asprintf' function. */
61 #undef HAVE_ASPRINTF
62
63 /* Define to 1 if you have the `authenticate' function. */
64 #undef HAVE_AUTHENTICATE
65
66 /* Define to 1 if you have the `auth_challenge' function. */
67 #undef HAVE_AUTH_CHALLENGE
68
69 /* Define to 1 if you have the `bigcrypt' function. */
70 #undef HAVE_BIGCRYPT
71
72 /* Define to 1 if you use BSD authentication. */
73 #undef HAVE_BSD_AUTH_H
74
75 /* Define to 1 if you have the `closefrom' function. */
76 #undef HAVE_CLOSEFROM
77
78 /* Define to 1 if you use OSF DCE. */
79 #undef HAVE_DCE
80
81 /* Define to 1 if your `DIR' contains dd_fd. */
82 #undef HAVE_DD_FD
83
84 /* Define to 1 if you have the `dgettext' function. */
85 #undef HAVE_DGETTEXT
86
87 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
88    */
89 #undef HAVE_DIRENT_H
90
91 /* Define to 1 if you have the `dirfd' function or macro. */
92 #undef HAVE_DIRFD
93
94 /* Define to 1 if you have the `dispcrypt' function. */
95 #undef HAVE_DISPCRYPT
96
97 /* Define to 1 if you have the <err.h> header file. */
98 #undef HAVE_ERR_H
99
100 /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */
101 #undef HAVE_EXTENDED_GLOB
102
103 /* Define to 1 if your system has the F_CLOSEM fcntl. */
104 #undef HAVE_FCNTL_CLOSEM
105
106 /* Define to 1 if you have the `flock' function. */
107 #undef HAVE_FLOCK
108
109 /* Define to 1 if you have the `fnmatch' function. */
110 #undef HAVE_FNMATCH
111
112 /* Define to 1 if you have the `freeifaddrs' function. */
113 #undef HAVE_FREEIFADDRS
114
115 /* Define to 1 if you have the `fstat' function. */
116 #undef HAVE_FSTAT
117
118 /* Define to 1 if you have the `futime' function. */
119 #undef HAVE_FUTIME
120
121 /* Define to 1 if you have the `futimes' function. */
122 #undef HAVE_FUTIMES
123
124 /* Define to 1 if you have the `futimesat' function. */
125 #undef HAVE_FUTIMESAT
126
127 /* Define to 1 if you use the FWTK authsrv daemon. */
128 #undef HAVE_FWTK
129
130 /* Define to 1 if you have the `getaddrinfo' function. */
131 #undef HAVE_GETADDRINFO
132
133 /* Define to 1 if you have the `getauthuid' function. (ULTRIX 4.x shadow
134    passwords) */
135 #undef HAVE_GETAUTHUID
136
137 /* Define to 1 if you have the `getcwd' function. */
138 #undef HAVE_GETCWD
139
140 /* Define to 1 if you have the `getdomainname' function. */
141 #undef HAVE_GETDOMAINNAME
142
143 /* Define to 1 if you have the `getgroups' function. */
144 #undef HAVE_GETGROUPS
145
146 /* Define to 1 if you have the `getifaddrs' function. */
147 #undef HAVE_GETIFADDRS
148
149 /* Define to 1 if you have the `getprogname' function. */
150 #undef HAVE_GETPROGNAME
151
152 /* Define to 1 if you have the `getprpwnam' function. (SecureWare-style shadow
153    passwords) */
154 #undef HAVE_GETPRPWNAM
155
156 /* Define to 1 if you have the `getpwanam' function. (SunOS 4.x shadow
157    passwords) */
158 #undef HAVE_GETPWANAM
159
160 /* Define to 1 if you have the `getspnam' function (SVR4-style shadow
161    passwords) */
162 #undef HAVE_GETSPNAM
163
164 /* Define to 1 if you have the `getspwuid' function. (HP-UX <= 9.X shadow
165    passwords) */
166 #undef HAVE_GETSPWUID
167
168 /* Define to 1 if you have the `gettimeofday' function. */
169 #undef HAVE_GETTIMEOFDAY
170
171 /* Define to 1 if you have the `glob' function. */
172 #undef HAVE_GLOB
173
174 /* Define to 1 if your Kerberos is Heimdal. */
175 #undef HAVE_HEIMDAL
176
177 /* Define to 1 if <netinet/in.h> contains struct in6_addr. */
178 #undef HAVE_IN6_ADDR
179
180 /* Define to 1 if you have the `initgroups' function. */
181 #undef HAVE_INITGROUPS
182
183 /* Define to 1 if you have the `initprivs' function. */
184 #undef HAVE_INITPRIVS
185
186 /* Define to 1 if you have the `innetgr' function. */
187 #undef HAVE_INNETGR
188
189 /* Define to 1 if you have the <inttypes.h> header file. */
190 #undef HAVE_INTTYPES_H
191
192 /* Define if you have isblank(3). */
193 #undef HAVE_ISBLANK
194
195 /* Define to 1 if you have the `iscomsec' function. (HP-UX >= 10.x check for
196    shadow enabled) */
197 #undef HAVE_ISCOMSEC
198
199 /* Define to 1 if you have the `issecure' function. (SunOS 4.x check for
200    shadow enabled) */
201 #undef HAVE_ISSECURE
202
203 /* Define to 1 if you use Kerberos IV. */
204 #undef HAVE_KERB4
205
206 /* Define to 1 if you use Kerberos V. */
207 #undef HAVE_KERB5
208
209 /* Define to 1 if you have the `krb5_init_secure_context' function. */
210 #undef HAVE_KRB5_INIT_SECURE_CONTEXT
211
212 /* Define to 1 if you have the `krb5_verify_user' function. */
213 #undef HAVE_KRB5_VERIFY_USER
214
215 /* Define to 1 if your LDAP needs <lber.h>. (OpenLDAP does not) */
216 #undef HAVE_LBER_H
217
218 /* Define to 1 if you use LDAP for sudoers. */
219 #undef HAVE_LDAP
220
221 /* Define to 1 if you have the `ldap_initialize' function. */
222 #undef HAVE_LDAP_INITIALIZE
223
224 /* Define to 1 if you have the `ldap_start_tls_s' function. */
225 #undef HAVE_LDAP_START_TLS_S
226
227 /* Define to 1 if you have the `ldapssl_init' function. */
228 #undef HAVE_LDAPSSL_INIT
229
230 /* Define to 1 if you have the `lockf' function. */
231 #undef HAVE_LOCKF
232
233 /* Define to 1 if you have the <login_cap.h> header file. */
234 #undef HAVE_LOGIN_CAP_H
235
236 /* Define if your compiler supports the "long long" type. */
237 #undef HAVE_LONG_LONG
238
239 /* Define to 1 if you have the `lrand48' function. */
240 #undef HAVE_LRAND48
241
242 /* Define to 1 if you have the `lsearch' function. */
243 #undef HAVE_LSEARCH
244
245 /* Define to 1 if you have the <malloc.h> header file. */
246 #undef HAVE_MALLOC_H
247
248 /* Define to 1 if you have the `memchr' function. */
249 #undef HAVE_MEMCHR
250
251 /* Define to 1 if you have the `memcpy' function. */
252 #undef HAVE_MEMCPY
253
254 /* Define to 1 if you have the <memory.h> header file. */
255 #undef HAVE_MEMORY_H
256
257 /* Define to 1 if you have the `memrchr' function. */
258 #undef HAVE_MEMRCHR
259
260 /* Define to 1 if you have the `memset' function. */
261 #undef HAVE_MEMSET
262
263 /* Define to 1 if you have the `mkstemp' function. */
264 #undef HAVE_MKSTEMP
265
266 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
267 #undef HAVE_NDIR_H
268
269 /* Define to 1 if you have the <netgroup.h> header file. */
270 #undef HAVE_NETGROUP_H
271
272 /* Define to 1 if you use NRL OPIE. */
273 #undef HAVE_OPIE
274
275 /* Define to 1 if you use PAM authentication. */
276 #undef HAVE_PAM
277
278 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
279 #undef HAVE_PAM_PAM_APPL_H
280
281 /* Define to 1 if you have the <paths.h> header file. */
282 #undef HAVE_PATHS_H
283
284 /* Define to 1 if you have the <project.h> header file. */
285 #undef HAVE_PROJECT_H
286
287 /* Define to 1 if you have the `random' function. */
288 #undef HAVE_RANDOM
289
290 /* Define if your struct sockadr has an sa_len field. */
291 #undef HAVE_SA_LEN
292
293 /* Define to 1 if you use SecurID for authentication. */
294 #undef HAVE_SECURID
295
296 /* Define to 1 if you have the <security/pam_appl.h> header file. */
297 #undef HAVE_SECURITY_PAM_APPL_H
298
299 /* Define to 1 if you have the `seteuid' function. */
300 #undef HAVE_SETEUID
301
302 /* Define to 1 if you have the `setlocale' function. */
303 #undef HAVE_SETLOCALE
304
305 /* Define to 1 if you have the `setresuid' function. */
306 #undef HAVE_SETRESUID
307
308 /* Define to 1 if you have the `setreuid' function. */
309 #undef HAVE_SETREUID
310
311 /* Define to 1 if you have the `setrlimit' function. */
312 #undef HAVE_SETRLIMIT
313
314 /* Define to 1 if you have the `set_auth_parameters' function. */
315 #undef HAVE_SET_AUTH_PARAMETERS
316
317 /* Define to 1 if you use SIA authentication. */
318 #undef HAVE_SIA
319
320 /* Define to 1 if you have the `sia_ses_init' function. */
321 #undef HAVE_SIA_SES_INIT
322
323 /* Define to 1 if you have the `sigaction' function. */
324 #undef HAVE_SIGACTION
325
326 /* Define to 1 if <signal.h> has the sigaction_t typedef. */
327 #undef HAVE_SIGACTION_T
328
329 /* Define to 1 if the system has the type `sig_atomic_t'. */
330 #undef HAVE_SIG_ATOMIC_T
331
332 /* Define to 1 if you use S/Key. */
333 #undef HAVE_SKEY
334
335 /* Define to 1 if your S/Key library has skeyaccess(). */
336 #undef HAVE_SKEYACCESS
337
338 /* Define to 1 if you have the `snprintf' function. */
339 #undef HAVE_SNPRINTF
340
341 /* Define to 1 if you have the <stdint.h> header file. */
342 #undef HAVE_STDINT_H
343
344 /* Define to 1 if you have the <stdlib.h> header file. */
345 #undef HAVE_STDLIB_H
346
347 /* Define to 1 if you have the `strcasecmp' function. */
348 #undef HAVE_STRCASECMP
349
350 /* Define to 1 if you have the `strchr' function. */
351 #undef HAVE_STRCHR
352
353 /* Define to 1 if you have the `strerror' function. */
354 #undef HAVE_STRERROR
355
356 /* Define to 1 if you have the `strftime' function. */
357 #undef HAVE_STRFTIME
358
359 /* Define to 1 if you have the <strings.h> header file. */
360 #undef HAVE_STRINGS_H
361
362 /* Define to 1 if you have the <string.h> header file. */
363 #undef HAVE_STRING_H
364
365 /* Define to 1 if you have the `strlcat' function. */
366 #undef HAVE_STRLCAT
367
368 /* Define to 1 if you have the `strlcpy' function. */
369 #undef HAVE_STRLCPY
370
371 /* Define to 1 if you have the `strrchr' function. */
372 #undef HAVE_STRRCHR
373
374 /* Define to 1 if your struct stat has an st_mtim member */
375 #undef HAVE_ST_MTIM
376
377 /* Define to 1 if your struct stat uses an st__tim union */
378 #undef HAVE_ST__TIM
379
380 /* Define to 1 if your struct stat has an st_mtimespec member */
381 #undef HAVE_ST_MTIMESPEC
382
383 /* Define to 1 if you have the `sysconf' function. */
384 #undef HAVE_SYSCONF
385
386 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
387 #undef HAVE_SYS_BSDTYPES_H
388
389 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
390    */
391 #undef HAVE_SYS_DIR_H
392
393 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
394    */
395 #undef HAVE_SYS_NDIR_H
396
397 /* Define to 1 if you have the <sys/select.h> header file. */
398 #undef HAVE_SYS_SELECT_H
399
400 /* Define to 1 if you have the <sys/sockio.h> header file. */
401 #undef HAVE_SYS_SOCKIO_H
402
403 /* Define to 1 if you have the <sys/stat.h> header file. */
404 #undef HAVE_SYS_STAT_H
405
406 /* Define to 1 if you have the <sys/types.h> header file. */
407 #undef HAVE_SYS_TYPES_H
408
409 /* Define to 1 if you have the <termios.h> header file and the `tcgetattr'
410    function. */
411 #undef HAVE_TERMIOS_H
412
413 /* Define to 1 if you have the <termio.h> header file. */
414 #undef HAVE_TERMIO_H
415
416 /* Define to 1 if you have struct timespec in sys/time.h */
417 #undef HAVE_TIMESPEC
418
419 /* Define to 1 if you have a timespecsub macro or function that takes two
420    arguments (not three) */
421 #undef HAVE_TIMESPECSUB2
422
423 /* Define to 1 if you have the `tzset' function. */
424 #undef HAVE_TZSET
425
426 /* Define to 1 if you have the <unistd.h> header file. */
427 #undef HAVE_UNISTD_H
428
429 /* Define to 1 if you have the `utimes' function. */
430 #undef HAVE_UTIMES
431
432 /* Define to 1 if you have the <utime.h> header file. */
433 #undef HAVE_UTIME_H
434
435 /* Define to 1 if you have the `vasprintf' function. */
436 #undef HAVE_VASPRINTF
437
438 /* Define to 1 if you have the `vsnprintf' function. */
439 #undef HAVE_VSNPRINTF
440
441 /* Define to 1 if you have the `wait3' function. */
442 #undef HAVE_WAIT3
443
444 /* Define to 1 if you have the `waitpid' function. */
445 #undef HAVE_WAITPID
446
447 /* Define to 1 if you have the `_innetgr' function. */
448 #undef HAVE__INNETGR
449
450 /* Define to 1 if your crt0.o defines the __progname symbol for you. */
451 #undef HAVE___PROGNAME
452
453 /* Define to 1 if you want the hostname to be entered into the log file. */
454 #undef HOST_IN_LOG
455
456 /* Define to 1 if you want to ignore '.' and empty PATH elements */
457 #undef IGNORE_DOT_PATH
458
459 /* The message given when a bad password is entered. */
460 #undef INCORRECT_PASSWORD
461
462 /* The syslog facility sudo will use. */
463 #undef LOGFAC
464
465 /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
466 #undef LOGGING
467
468 /* Define if sizeof(long) == sizeof(long long). */
469 #undef LONG_IS_QUAD
470
471 /* Define to 1 if you want a two line OTP (S/Key or OPIE) prompt. */
472 #undef LONG_OTP_PROMPT
473
474 /* Define to the sub-directory in which libtool stores uninstalled libraries.
475    */
476 #undef LT_OBJDIR
477
478 /* The subject of the mail sent by sudo to the MAILTO user/address. */
479 #undef MAILSUBJECT
480
481 /* The user or email address that sudo mail is sent to. */
482 #undef MAILTO
483
484 /* The max number of chars per log file line (for line wrapping). */
485 #undef MAXLOGFILELEN
486
487 /* Define to the max length of a uid_t in string context (excluding the NUL).
488    */
489 #undef MAX_UID_T_LEN
490
491 /* Define to 1 if you don't want sudo to prompt for a password by default. */
492 #undef NO_AUTHENTICATION
493
494 /* Define to 1 if you don't want users to get the lecture the first they user
495    sudo. */
496 #undef NO_LECTURE
497
498 /* Define to 1 if you don't want to use sudo's PAM session support. */
499 #undef NO_PAM_SESSION
500
501 /* Define to avoid runing the mailer as root. */
502 #undef NO_ROOT_MAILER
503
504 /* Define to 1 if root should not be allowed to use sudo. */
505 #undef NO_ROOT_SUDO
506
507 /* The default password prompt. */
508 #undef PASSPROMPT
509
510 /* The passwd prompt timeout (in minutes). */
511 #undef PASSWORD_TIMEOUT
512
513 /* Define to 1 to replace politically incorrect insults with less offensive
514    ones. */
515 #undef PC_INSULTS
516
517 /* The syslog priority sudo will use for unsuccessful attempts/errors. */
518 #undef PRI_FAILURE
519
520 /* The syslog priority sudo will use for successful attempts. */
521 #undef PRI_SUCCESS
522
523 /* Define as the return type of signal handlers (`int' or `void'). */
524 #undef RETSIGTYPE
525
526 /* The user sudo should run commands as by default. */
527 #undef RUNAS_DEFAULT
528
529 /* Define to 1 to override the user's path with a built-in one. */
530 #undef SECURE_PATH
531
532 /* Define to 1 to send mail when the user is not allowed to run a command. */
533 #undef SEND_MAIL_WHEN_NOT_OK
534
535 /* Define to 1 to send mail when the user is not allowed to run sudo on this
536    host. */
537 #undef SEND_MAIL_WHEN_NO_HOST
538
539 /* Define to 1 to send mail when the user is not in the sudoers file. */
540 #undef SEND_MAIL_WHEN_NO_USER
541
542 /* Define to 1 if you want sudo to start a shell if given no arguments. */
543 #undef SHELL_IF_NO_ARGS
544
545 /* Define to 1 if you want sudo to set $HOME in shell mode. */
546 #undef SHELL_SETS_HOME
547
548 /* If using the C implementation of alloca, define if you know the
549    direction of stack growth for your system; otherwise it will be
550    automatically deduced at run-time.
551         STACK_DIRECTION > 0 => grows toward higher addresses
552         STACK_DIRECTION < 0 => grows toward lower addresses
553         STACK_DIRECTION = 0 => direction of growth unknown */
554 #undef STACK_DIRECTION
555
556 /* Define to 1 if you have the ANSI C header files. */
557 #undef STDC_HEADERS
558
559 /* Define to 1 if the code in interfaces.c does not compile for you. */
560 #undef STUB_LOAD_INTERFACES
561
562 /* The umask that the root-run prog should use. */
563 #undef SUDO_UMASK
564
565 /* The number of minutes before sudo asks for a password again. */
566 #undef TIMEOUT
567
568 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
569 #undef TIME_WITH_SYS_TIME
570
571 /* The number of tries a user gets to enter their password. */
572 #undef TRIES_FOR_PASSWORD
573
574 /* Define to 1 if you want to insult the user for entering an incorrect
575    password. */
576 #undef USE_INSULTS
577
578 /* Define to 1 if you use GNU stow packaging. */
579 #undef USE_STOW
580
581 /* Define to 1 if you want a different ticket file for each tty. */
582 #undef USE_TTY_TICKETS
583
584 /* Define to "void" if your compiler supports void pointers, else use "char".
585    */
586 #undef VOID
587
588 /* Define to avoid using the passwd/shadow file for authentication. */
589 #undef WITHOUT_PASSWD
590
591 /* Path to the ldap.conf file */
592 #undef _PATH_LDAP_CONF
593
594 /* Path to the ldap.secret file */
595 #undef _PATH_LDAP_SECRET
596
597 /* The fully qualified pathname of sudo_noexec.so */
598 #undef _PATH_SUDO_NOEXEC
599
600 /* Define to empty if `const' does not conform to ANSI C. */
601 #undef const
602
603 /* Define if your system lacks the dev_t type. */
604 #undef dev_t
605
606 /* Define to `int' if <sys/types.h> doesn't define. */
607 #undef gid_t
608
609 /* Define if your system lacks the ino_t type. */
610 #undef ino_t
611
612 /* Define to `int' if <sys/types.h> does not define. */
613 #undef mode_t
614
615 /* Define to `int' if <signal.h> does not define. */
616 #undef sig_atomic_t
617
618 /* Define if your system lacks the size_t type. */
619 #undef size_t
620
621 /* Define if your system lacks the ssize_t type. */
622 #undef ssize_t
623
624 /* Define to `int' if <sys/types.h> doesn't define. */
625 #undef uid_t
626
627 /* Define to the type of elements in the array set by `getgroups'.
628    Usually this is either `int' or `gid_t'. */
629 #undef GETGROUPS_T
630
631 /* Define to empty if the keyword `volatile' does not work. Warning: valid
632    code using `volatile' can become incorrect without. Disable with care. */
633 #undef volatile
634
635 /*
636  * Macros to pull sec and nsec parts of mtime from struct stat.
637  * We need to be able to convert between timeval and timespec
638  * so the last 3 digits of tv_nsec are not significant.
639  */
640 #ifdef HAVE_ST_MTIM
641 # ifdef HAVE_ST__TIM
642 #  define mtim_getsec(_x)       ((_x).st_mtim.st__tim.tv_sec)
643 #  define mtim_getnsec(_x)      (((_x).st_mtim.st__tim.tv_nsec / 1000) * 1000)
644 # else
645 #  define mtim_getsec(_x)       ((_x).st_mtim.tv_sec)
646 #  define mtim_getnsec(_x)      (((_x).st_mtim.tv_nsec / 1000) * 1000)
647 # endif
648 #else
649 # ifdef HAVE_ST_MTIMESPEC
650 #  define mtim_getsec(_x)       ((_x).st_mtimespec.tv_sec)
651 #  define mtim_getnsec(_x)      (((_x).st_mtimespec.tv_nsec / 1000) * 1000)
652 # else
653 #  define mtim_getsec(_x)       ((_x).st_mtime)
654 #  define mtim_getnsec(_x)      (0)
655 # endif /* HAVE_ST_MTIMESPEC */
656 #endif /* HAVE_ST_MTIM */
657
658 /*
659  * Emulate a subset of waitpid() if we don't have it.
660  */
661 #ifdef HAVE_WAITPID
662 # define sudo_waitpid(p, s, o)  waitpid(p, s, o)
663 #else
664 # ifdef HAVE_WAIT3
665 #  define sudo_waitpid(p, s, o) wait3(s, o, NULL)
666 # endif
667 #endif
668
669 /* GNU stow needs /etc/sudoers to be a symlink. */
670 #ifdef USE_STOW
671 # define stat_sudoers   stat
672 #else
673 # define stat_sudoers   lstat
674 #endif
675
676 /* Macros to set/clear/test flags. */
677 #undef SET
678 #define SET(t, f)       ((t) |= (f))
679 #undef CLR
680 #define CLR(t, f)       ((t) &= ~(f))
681 #undef ISSET
682 #define ISSET(t, f)     ((t) & (f))
683
684 /* New ANSI-style OS defs for HP-UX and ConvexOS. */
685 #if defined(hpux) && !defined(__hpux)
686 # define __hpux         1
687 #endif /* hpux */
688
689 #if defined(convex) && !defined(__convex__)
690 # define __convex__     1
691 #endif /* convex */
692
693 /* BSD compatibility on some SVR4 systems. */
694 #ifdef __svr4__
695 # define BSD_COMP
696 #endif /* __svr4__ */
697
698 #endif /* _SUDO_CONFIG_H */