Imported Upstream version 1.8.4p4
[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 1 if you want insults culled from the twisted minds of CSOps. */
14 #undef CSOPS_INSULTS
15
16 /* Define to 1 if you want sudo to display "command not allowed" instead of
17    "command not found" when a command cannot be found. */
18 #undef DONT_LEAK_PATH_INFO
19
20 /* A colon-separated list of pathnames to be used as the editor for visudo. */
21 #undef EDITOR
22
23 /* Define to 1 to enable environment function debugging. */
24 #undef ENV_DEBUG
25
26 /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
27    variables. */
28 #undef ENV_EDITOR
29
30 /* Define to 1 to enable environment resetting by default. */
31 #undef ENV_RESET
32
33 /* If defined, users in this group need not enter a passwd (ie "sudo"). */
34 #undef EXEMPTGROUP
35
36 /* Define to 1 if you want to require fully qualified hosts in sudoers. */
37 #undef FQDN
38
39 /* Define to the type of elements in the array set by `getgroups'. Usually
40    this is either `int' or `gid_t'. */
41 #undef GETGROUPS_T
42
43 /* Define to 1 if you want insults from the "Goon Show". */
44 #undef GOONS_INSULTS
45
46 /* Define to 1 if you want 2001-like insults. */
47 #undef HAL_INSULTS
48
49 /* Define to 1 if you use AFS. */
50 #undef HAVE_AFS
51
52 /* Define to 1 if you use AIX general authentication. */
53 #undef HAVE_AIXAUTH
54
55 /* Define to 1 if you have the `asprintf' function. */
56 #undef HAVE_ASPRINTF
57
58 /* Define to 1 if you have the `authenticate' function. */
59 #undef HAVE_AUTHENTICATE
60
61 /* Define to 1 if you have the `auth_challenge' function. */
62 #undef HAVE_AUTH_CHALLENGE
63
64 /* Define to 1 if you have the `bigcrypt' function. */
65 #undef HAVE_BIGCRYPT
66
67 /* Define to 1 if you use BSD authentication. */
68 #undef HAVE_BSD_AUTH_H
69
70 /* Define to 1 to enable BSM audit support. */
71 #undef HAVE_BSM_AUDIT
72
73 /* Define to 1 if you have the `closefrom' function. */
74 #undef HAVE_CLOSEFROM
75
76 /* Define to 1 if you use OSF DCE. */
77 #undef HAVE_DCE
78
79 /* Define to 1 if your `DIR' contains dd_fd. */
80 #undef HAVE_DD_FD
81
82 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
83    */
84 #undef HAVE_DECL_ERRNO
85
86 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
87    don't. */
88 #undef HAVE_DECL_H_ERRNO
89
90 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
91    don't. */
92 #undef HAVE_DECL_SYS_SIGLIST
93
94 /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
95    don't. */
96 #undef HAVE_DECL__SYS_SIGLIST
97
98 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
99    don't. */
100 #undef HAVE_DECL___SYS_SIGLIST
101
102 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
103    */
104 #undef HAVE_DIRENT_H
105
106 /* Define to 1 if you have the `dirfd' function or macro. */
107 #undef HAVE_DIRFD
108
109 /* Define to 1 if you have the `dispcrypt' function. */
110 #undef HAVE_DISPCRYPT
111
112 /* Define to 1 if you have the <dlfcn.h> header file. */
113 #undef HAVE_DLFCN_H
114
115 /* Define to 1 if you have the `dlopen' function. */
116 #undef HAVE_DLOPEN
117
118 /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */
119 #undef HAVE_EXTENDED_GLOB
120
121 /* Define to 1 if your system has the F_CLOSEM fcntl. */
122 #undef HAVE_FCNTL_CLOSEM
123
124 /* Define to 1 if you have the `fgetln' function. */
125 #undef HAVE_FGETLN
126
127 /* Define to 1 if you have the `flock' function. */
128 #undef HAVE_FLOCK
129
130 /* Define to 1 if you have the `fnmatch' function. */
131 #undef HAVE_FNMATCH
132
133 /* Define to 1 if you have the `freeifaddrs' function. */
134 #undef HAVE_FREEIFADDRS
135
136 /* Define to 1 if you have the `futime' function. */
137 #undef HAVE_FUTIME
138
139 /* Define to 1 if you have the `futimes' function. */
140 #undef HAVE_FUTIMES
141
142 /* Define to 1 if you have the `futimesat' function. */
143 #undef HAVE_FUTIMESAT
144
145 /* Define to 1 if you use the FWTK authsrv daemon. */
146 #undef HAVE_FWTK
147
148 /* Define to 1 if you have the `getaddrinfo' function. */
149 #undef HAVE_GETADDRINFO
150
151 /* Define to 1 if you have the `getauthuid' function. (ULTRIX 4.x shadow
152    passwords) */
153 #undef HAVE_GETAUTHUID
154
155 /* Define to 1 if you have the `getcwd' function. */
156 #undef HAVE_GETCWD
157
158 /* Define to 1 if you have the `getdomainname' function. */
159 #undef HAVE_GETDOMAINNAME
160
161 /* Define to 1 if you have the `getgrouplist' function. */
162 #undef HAVE_GETGROUPLIST
163
164 /* Define to 1 if your system has a working `getgroups' function. */
165 #undef HAVE_GETGROUPS
166
167 /* Define to 1 if you have the `getgrset' function. */
168 #undef HAVE_GETGRSET
169
170 /* Define to 1 if you have the `getifaddrs' function. */
171 #undef HAVE_GETIFADDRS
172
173 /* Define to 1 if you have the `getline' function. */
174 #undef HAVE_GETLINE
175
176 /* Define to 1 if you have the `getprogname' function. */
177 #undef HAVE_GETPROGNAME
178
179 /* Define to 1 if you have the `getprpwnam' function. (SecureWare-style shadow
180    passwords) */
181 #undef HAVE_GETPRPWNAM
182
183 /* Define to 1 if you have the `getpwanam' function. (SunOS 4.x shadow
184    passwords) */
185 #undef HAVE_GETPWANAM
186
187 /* Define to 1 if you have the `getresuid' function. */
188 #undef HAVE_GETRESUID
189
190 /* Define to 1 if you have the `getspnam' function (SVR4-style shadow
191    passwords) */
192 #undef HAVE_GETSPNAM
193
194 /* Define to 1 if you have the `getspwuid' function. (HP-UX <= 9.X shadow
195    passwords) */
196 #undef HAVE_GETSPWUID
197
198 /* Define to 1 if you have the `getttyent' function. */
199 #undef HAVE_GETTTYENT
200
201 /* Define to 1 if you have the `getuserattr' function. */
202 #undef HAVE_GETUSERATTR
203
204 /* Define to 1 if you have the `getutid' function. */
205 #undef HAVE_GETUTID
206
207 /* Define to 1 if you have the `getutxid' function. */
208 #undef HAVE_GETUTXID
209
210 /* Define to 1 if you have the `glob' function. */
211 #undef HAVE_GLOB
212
213 /* Define to 1 if you have the `grantpt' function. */
214 #undef HAVE_GRANTPT
215
216 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
217 #undef HAVE_GSSAPI_GSSAPI_KRB5_H
218
219 /* Define to 1 if you have the `gss_krb5_ccache_name' function. */
220 #undef HAVE_GSS_KRB5_CCACHE_NAME
221
222 /* Define to 1 if your Kerberos is Heimdal. */
223 #undef HAVE_HEIMDAL
224
225 /* Define to 1 if you have the `initprivs' function. */
226 #undef HAVE_INITPRIVS
227
228 /* Define to 1 if you have the `innetgr' function. */
229 #undef HAVE_INNETGR
230
231 /* Define to 1 if you have the <inttypes.h> header file. */
232 #undef HAVE_INTTYPES_H
233
234 /* Define if you have isblank(3). */
235 #undef HAVE_ISBLANK
236
237 /* Define to 1 if you have the `iscomsec' function. (HP-UX >= 10.x check for
238    shadow enabled) */
239 #undef HAVE_ISCOMSEC
240
241 /* Define to 1 if you have the `issecure' function. (SunOS 4.x check for
242    shadow enabled) */
243 #undef HAVE_ISSECURE
244
245 /* Define to 1 if you use Kerberos V. */
246 #undef HAVE_KERB5
247
248 /* Define to 1 if you have the `killpg' function. */
249 #undef HAVE_KILLPG
250
251 /* Define to 1 if you have the `krb5_get_init_creds_opt_alloc' function. */
252 #undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
253
254 /* Define to 1 if your `krb5_get_init_creds_opt_free' function takes two
255    arguments. */
256 #undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_TWO_ARGS
257
258 /* Define to 1 if you have the `krb5_init_secure_context' function. */
259 #undef HAVE_KRB5_INIT_SECURE_CONTEXT
260
261 /* Define to 1 if you have the `krb5_verify_user' function. */
262 #undef HAVE_KRB5_VERIFY_USER
263
264 /* Define to 1 if your LDAP needs <lber.h>. (OpenLDAP does not) */
265 #undef HAVE_LBER_H
266
267 /* Define to 1 if you use LDAP for sudoers. */
268 #undef HAVE_LDAP
269
270 /* Define to 1 if you have the `ldapssl_init' function. */
271 #undef HAVE_LDAPSSL_INIT
272
273 /* Define to 1 if you have the `ldapssl_set_strength' function. */
274 #undef HAVE_LDAPSSL_SET_STRENGTH
275
276 /* Define to 1 if you have the `ldap_create' function. */
277 #undef HAVE_LDAP_CREATE
278
279 /* Define to 1 if you have the `ldap_initialize' function. */
280 #undef HAVE_LDAP_INITIALIZE
281
282 /* Define to 1 if you have the `ldap_sasl_bind_s' function. */
283 #undef HAVE_LDAP_SASL_BIND_S
284
285 /* Define to 1 if you have the `ldap_sasl_interactive_bind_s' function. */
286 #undef HAVE_LDAP_SASL_INTERACTIVE_BIND_S
287
288 /* Define to 1 if you have the `ldap_search_ext_s' function. */
289 #undef HAVE_LDAP_SEARCH_EXT_S
290
291 /* Define to 1 if you have the `ldap_search_st' function. */
292 #undef HAVE_LDAP_SEARCH_ST
293
294 /* Define to 1 if you have the `ldap_ssl_client_init' function. */
295 #undef HAVE_LDAP_SSL_CLIENT_INIT
296
297 /* Define to 1 if you have the <ldap_ssl.h> header file. */
298 #undef HAVE_LDAP_SSL_H
299
300 /* Define to 1 if you have the `ldap_start_tls_s' function. */
301 #undef HAVE_LDAP_START_TLS_S
302
303 /* Define to 1 if you have the `ldap_start_tls_s_np' function. */
304 #undef HAVE_LDAP_START_TLS_S_NP
305
306 /* Define to 1 if you have the `ldap_str2dn' function. */
307 #undef HAVE_LDAP_STR2DN
308
309 /* Define to 1 if you have the `ldap_unbind_ext_s' function. */
310 #undef HAVE_LDAP_UNBIND_EXT_S
311
312 /* Define to 1 if you have the <libintl.h> header file. */
313 #undef HAVE_LIBINTL_H
314
315 /* Define to 1 if you have the <libutil.h> header file. */
316 #undef HAVE_LIBUTIL_H
317
318 /* Define to 1 to enable Linux audit support. */
319 #undef HAVE_LINUX_AUDIT
320
321 /* Define to 1 if you have the `lockf' function. */
322 #undef HAVE_LOCKF
323
324 /* Define to 1 if you have the <login_cap.h> header file. */
325 #undef HAVE_LOGIN_CAP_H
326
327 /* Define to 1 if the system has the type `long long int'. */
328 #undef HAVE_LONG_LONG_INT
329
330 /* Define to 1 if you have the `lrand48' function. */
331 #undef HAVE_LRAND48
332
333 /* Define to 1 if you have the <maillock.h> header file. */
334 #undef HAVE_MAILLOCK_H
335
336 /* Define to 1 if you have the <malloc.h> header file. */
337 #undef HAVE_MALLOC_H
338
339 /* Define to 1 if you have the `mbr_check_membership' function. */
340 #undef HAVE_MBR_CHECK_MEMBERSHIP
341
342 /* Define to 1 if you have the <memory.h> header file. */
343 #undef HAVE_MEMORY_H
344
345 /* Define to 1 if you have the `memrchr' function. */
346 #undef HAVE_MEMRCHR
347
348 /* Define to 1 if you have the `mkdtemp' function. */
349 #undef HAVE_MKDTEMP
350
351 /* Define to 1 if you have the `mkstemps' function. */
352 #undef HAVE_MKSTEMPS
353
354 /* Define to 1 if you have the <mps/ldap_ssl.h> header file. */
355 #undef HAVE_MPS_LDAP_SSL_H
356
357 /* Define to 1 if you have the `nanosleep' function. */
358 #undef HAVE_NANOSLEEP
359
360 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
361 #undef HAVE_NDIR_H
362
363 /* Define to 1 if you have the <netgroup.h> header file. */
364 #undef HAVE_NETGROUP_H
365
366 /* Define to 1 if you have the `nl_langinfo' function. */
367 #undef HAVE_NL_LANGINFO
368
369 /* Define to 1 if you have the `openpty' function. */
370 #undef HAVE_OPENPTY
371
372 /* Define to 1 if you use NRL OPIE. */
373 #undef HAVE_OPIE
374
375 /* Define to 1 if you use PAM authentication. */
376 #undef HAVE_PAM
377
378 /* Define to 1 if you use a specific PAM session for sudo -i. */
379 #undef HAVE_PAM_LOGIN
380
381 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
382 #undef HAVE_PAM_PAM_APPL_H
383
384 /* Define to 1 if you have the <paths.h> header file. */
385 #undef HAVE_PATHS_H
386
387 /* Define to 1 if you have the `posix_openpt' function. */
388 #undef HAVE_POSIX_OPENPT
389
390 /* Define to 1 if you have the `priv_set' function. */
391 #undef HAVE_PRIV_SET
392
393 /* Define to 1 if you have the <project.h> header file. */
394 #undef HAVE_PROJECT_H
395
396 /* Define to 1 if you have the <pty.h> header file. */
397 #undef HAVE_PTY_H
398
399 /* Define to 1 if you have the `pw_dup' function. */
400 #undef HAVE_PW_DUP
401
402 /* Define to 1 if you have the `random' function. */
403 #undef HAVE_RANDOM
404
405 /* Define to 1 if you have the `regcomp' function. */
406 #undef HAVE_REGCOMP
407
408 /* Define to 1 if you have the `revoke' function. */
409 #undef HAVE_REVOKE
410
411 /* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes
412    4 arguments */
413 #undef HAVE_RFC1938_SKEYCHALLENGE
414
415 /* Define to 1 if you have the <sasl.h> header file. */
416 #undef HAVE_SASL_H
417
418 /* Define to 1 if you have the <sasl/sasl.h> header file. */
419 #undef HAVE_SASL_SASL_H
420
421 /* Define to 1 if you use SecurID for authentication. */
422 #undef HAVE_SECURID
423
424 /* Define to 1 if you have the <security/pam_appl.h> header file. */
425 #undef HAVE_SECURITY_PAM_APPL_H
426
427 /* Define to 1 to enable SELinux RBAC support. */
428 #undef HAVE_SELINUX
429
430 /* Define to 1 if you have the `setauthdb' function. */
431 #undef HAVE_SETAUTHDB
432
433 /* Define to 1 if you have the `setenv' function. */
434 #undef HAVE_SETENV
435
436 /* Define to 1 if you have the `seteuid' function. */
437 #undef HAVE_SETEUID
438
439 /* Define to 1 if you have the `setkeycreatecon' function. */
440 #undef HAVE_SETKEYCREATECON
441
442 /* Define to 1 if you have the `setlocale' function. */
443 #undef HAVE_SETLOCALE
444
445 /* Define to 1 if you have the `setresuid' function. */
446 #undef HAVE_SETRESUID
447
448 /* Define to 1 if you have the `setreuid' function. */
449 #undef HAVE_SETREUID
450
451 /* Define to 1 if you have the `setrlimit64' function. */
452 #undef HAVE_SETRLIMIT64
453
454 /* Define to 1 if you have the `set_auth_parameters' function. */
455 #undef HAVE_SET_AUTH_PARAMETERS
456
457 /* Define to 1 if you have the `shl_load' function. */
458 #undef HAVE_SHL_LOAD
459
460 /* Define to 1 if you have the `sia_ses_init' function. */
461 #undef HAVE_SIA_SES_INIT
462
463 /* Define to 1 if the system has the type `sigaction_t'. */
464 #undef HAVE_SIGACTION_T
465
466 /* Define to 1 if you use S/Key. */
467 #undef HAVE_SKEY
468
469 /* Define to 1 if your S/Key library has skeyaccess(). */
470 #undef HAVE_SKEYACCESS
471
472 /* Define to 1 if you have the `snprintf' function. */
473 #undef HAVE_SNPRINTF
474
475 /* Define to 1 if stdbool.h conforms to C99. */
476 #undef HAVE_STDBOOL_H
477
478 /* Define to 1 if you have the <stdint.h> header file. */
479 #undef HAVE_STDINT_H
480
481 /* Define to 1 if you have the <stdlib.h> header file. */
482 #undef HAVE_STDLIB_H
483
484 /* Define to 1 if you have the `strftime' function. */
485 #undef HAVE_STRFTIME
486
487 /* Define to 1 if you have the <strings.h> header file. */
488 #undef HAVE_STRINGS_H
489
490 /* Define to 1 if you have the <string.h> header file. */
491 #undef HAVE_STRING_H
492
493 /* Define to 1 if you have the `strlcat' function. */
494 #undef HAVE_STRLCAT
495
496 /* Define to 1 if you have the `strlcpy' function. */
497 #undef HAVE_STRLCPY
498
499 /* Define to 1 if you have the `strrchr' function. */
500 #undef HAVE_STRRCHR
501
502 /* Define to 1 if you have the `strsignal' function. */
503 #undef HAVE_STRSIGNAL
504
505 /* Define to 1 if the system has the type `struct in6_addr'. */
506 #undef HAVE_STRUCT_IN6_ADDR
507
508 /* Define to 1 if `p_tdev' is a member of `struct kinfo_proc2'. */
509 #undef HAVE_STRUCT_KINFO_PROC2_P_TDEV
510
511 /* Define to 1 if `ki_tdev' is a member of `struct kinfo_proc'. */
512 #undef HAVE_STRUCT_KINFO_PROC_KI_TDEV
513
514 /* Define to 1 if `kp_eproc.e_tdev' is a member of `struct kinfo_proc'. */
515 #undef HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV
516
517 /* Define to 1 if `p_tdev' is a member of `struct kinfo_proc'. */
518 #undef HAVE_STRUCT_KINFO_PROC_P_TDEV
519
520 /* Define if your struct sockadr has an sa_len field. */
521 #undef HAVE_STRUCT_SOCKADDR_SA_LEN
522
523 /* Define to 1 if the system has the type `struct timespec'. */
524 #undef HAVE_STRUCT_TIMESPEC
525
526 /* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
527 #undef HAVE_STRUCT_UTMPX_UT_EXIT
528
529 /* Define to 1 if `ut_exit.e_termination' is a member of `struct utmpx'. */
530 #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
531
532 /* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmpx'. */
533 #undef HAVE_STRUCT_UTMPX_UT_EXIT___E_TERMINATION
534
535 /* Define to 1 if `ut_id' is a member of `struct utmpx'. */
536 #undef HAVE_STRUCT_UTMPX_UT_ID
537
538 /* Define to 1 if `ut_pid' is a member of `struct utmpx'. */
539 #undef HAVE_STRUCT_UTMPX_UT_PID
540
541 /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
542 #undef HAVE_STRUCT_UTMPX_UT_TV
543
544 /* Define to 1 if `ut_type' is a member of `struct utmpx'. */
545 #undef HAVE_STRUCT_UTMPX_UT_TYPE
546
547 /* Define to 1 if `ut_exit' is a member of `struct utmp'. */
548 #undef HAVE_STRUCT_UTMP_UT_EXIT
549
550 /* Define to 1 if `ut_exit.e_termination' is a member of `struct utmp'. */
551 #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
552
553 /* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmp'. */
554 #undef HAVE_STRUCT_UTMP_UT_EXIT___E_TERMINATION
555
556 /* Define to 1 if `ut_id' is a member of `struct utmp'. */
557 #undef HAVE_STRUCT_UTMP_UT_ID
558
559 /* Define to 1 if `ut_pid' is a member of `struct utmp'. */
560 #undef HAVE_STRUCT_UTMP_UT_PID
561
562 /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
563 #undef HAVE_STRUCT_UTMP_UT_TV
564
565 /* Define to 1 if `ut_type' is a member of `struct utmp'. */
566 #undef HAVE_STRUCT_UTMP_UT_TYPE
567
568 /* Define to 1 if `ut_user' is a member of `struct utmp'. */
569 #undef HAVE_STRUCT_UTMP_UT_USER
570
571 /* Define to 1 if your struct stat has an st_mtim member */
572 #undef HAVE_ST_MTIM
573
574 /* Define to 1 if your struct stat has an st_mtimespec member */
575 #undef HAVE_ST_MTIMESPEC
576
577 /* Define to 1 if your struct stat uses an st__tim union */
578 #undef HAVE_ST__TIM
579
580 /* Define to 1 if you have the `sysconf' function. */
581 #undef HAVE_SYSCONF
582
583 /* Define to 1 if you have the `sysctl' function. */
584 #undef HAVE_SYSCTL
585
586 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
587 #undef HAVE_SYS_BSDTYPES_H
588
589 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
590    */
591 #undef HAVE_SYS_DIR_H
592
593 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
594    */
595 #undef HAVE_SYS_NDIR_H
596
597 /* Define to 1 if you have the <sys/select.h> header file. */
598 #undef HAVE_SYS_SELECT_H
599
600 /* Define to 1 if you have the <sys/sockio.h> header file. */
601 #undef HAVE_SYS_SOCKIO_H
602
603 /* Define to 1 if you have the <sys/stat.h> header file. */
604 #undef HAVE_SYS_STAT_H
605
606 /* Define to 1 if you have the <sys/stropts.h> header file. */
607 #undef HAVE_SYS_STROPTS_H
608
609 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
610 #undef HAVE_SYS_SYSMACROS_H
611
612 /* Define to 1 if you have the <sys/types.h> header file. */
613 #undef HAVE_SYS_TYPES_H
614
615 /* Define to 1 if you have the `ttyslot' function. */
616 #undef HAVE_TTYSLOT
617
618 /* Define to 1 if you have the `tzset' function. */
619 #undef HAVE_TZSET
620
621 /* Define to 1 if you have the <unistd.h> header file. */
622 #undef HAVE_UNISTD_H
623
624 /* Define to 1 if you have the `unsetenv' function. */
625 #undef HAVE_UNSETENV
626
627 /* Define to 1 if you have the <util.h> header file. */
628 #undef HAVE_UTIL_H
629
630 /* Define to 1 if you have the `utimes' function. */
631 #undef HAVE_UTIMES
632
633 /* Define to 1 if you have the <utime.h> header file. */
634 #undef HAVE_UTIME_H
635
636 /* Define to 1 if you have the <utmpx.h> header file. */
637 #undef HAVE_UTMPX_H
638
639 /* Define to 1 if you have the `vasprintf' function. */
640 #undef HAVE_VASPRINTF
641
642 /* Define to 1 if you have the `vsnprintf' function. */
643 #undef HAVE_VSNPRINTF
644
645 /* Define to 1 if you have the <zlib.h> header file. */
646 #undef HAVE_ZLIB_H
647
648 /* Define to 1 if the system has the type `_Bool'. */
649 #undef HAVE__BOOL
650
651 /* Define to 1 if you have the `_getpty' function. */
652 #undef HAVE__GETPTY
653
654 /* Define to 1 if you have the `_innetgr' function. */
655 #undef HAVE__INNETGR
656
657 /* Define to 1 if the compiler supports the C99 __func__ variable. */
658 #undef HAVE___FUNC__
659
660 /* Define to 1 if your crt0.o defines the __progname symbol for you. */
661 #undef HAVE___PROGNAME
662
663 /* Define to 1 if you want the hostname to be entered into the log file. */
664 #undef HOST_IN_LOG
665
666 /* Define to 1 if you want to ignore '.' and empty PATH elements */
667 #undef IGNORE_DOT_PATH
668
669 /* The message given when a bad password is entered. */
670 #undef INCORRECT_PASSWORD
671
672 /* The syslog facility sudo will use. */
673 #undef LOGFAC
674
675 /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
676 #undef LOGGING
677
678 /* Define to 1 if you want a two line OTP (S/Key or OPIE) prompt. */
679 #undef LONG_OTP_PROMPT
680
681 /* Define to the sub-directory in which libtool stores uninstalled libraries.
682    */
683 #undef LT_OBJDIR
684
685 /* The subject of the mail sent by sudo to the MAILTO user/address. */
686 #undef MAILSUBJECT
687
688 /* The user or email address that sudo mail is sent to. */
689 #undef MAILTO
690
691 /* The max number of chars per log file line (for line wrapping). */
692 #undef MAXLOGFILELEN
693
694 /* Define to the max length of a uid_t in string context (excluding the NUL).
695    */
696 #undef MAX_UID_T_LEN
697
698 /* Define to 1 if you don't want sudo to prompt for a password by default. */
699 #undef NO_AUTHENTICATION
700
701 /* Define to 1 if you don't want users to get the lecture the first they user
702    sudo. */
703 #undef NO_LECTURE
704
705 /* Define to 1 if you don't want to use sudo's PAM session support */
706 #undef NO_PAM_SESSION
707
708 /* Define to avoid runing the mailer as root. */
709 #undef NO_ROOT_MAILER
710
711 /* Define to 1 if root should not be allowed to use sudo. */
712 #undef NO_ROOT_SUDO
713
714 /* Define to 1 if you want a single ticket file instead of per-tty files. */
715 #undef NO_TTY_TICKETS
716
717 /* Define to the address where bug reports for this package should be sent. */
718 #undef PACKAGE_BUGREPORT
719
720 /* Define to the full name of this package. */
721 #undef PACKAGE_NAME
722
723 /* Define to the full name and version of this package. */
724 #undef PACKAGE_STRING
725
726 /* Define to the one symbol short name of this package. */
727 #undef PACKAGE_TARNAME
728
729 /* Define to the home page for this package. */
730 #undef PACKAGE_URL
731
732 /* Define to the version of this package. */
733 #undef PACKAGE_VERSION
734
735 /* The default password prompt. */
736 #undef PASSPROMPT
737
738 /* The passwd prompt timeout (in minutes). */
739 #undef PASSWORD_TIMEOUT
740
741 /* Define to 1 to replace politically incorrect insults with less offensive
742    ones. */
743 #undef PC_INSULTS
744
745 /* The syslog priority sudo will use for unsuccessful attempts/errors. */
746 #undef PRI_FAILURE
747
748 /* The syslog priority sudo will use for successful attempts. */
749 #undef PRI_SUCCESS
750
751 /* The user sudo should run commands as by default. */
752 #undef RUNAS_DEFAULT
753
754 /* Define to 1 to override the user's path with a built-in one. */
755 #undef SECURE_PATH
756
757 /* Define to 1 to send mail when the user is not allowed to run a command. */
758 #undef SEND_MAIL_WHEN_NOT_OK
759
760 /* Define to 1 to send mail when the user is not allowed to run sudo on this
761    host. */
762 #undef SEND_MAIL_WHEN_NO_HOST
763
764 /* Define to 1 to send mail when the user is not in the sudoers file. */
765 #undef SEND_MAIL_WHEN_NO_USER
766
767 /* Define to 1 if you want sudo to start a shell if given no arguments. */
768 #undef SHELL_IF_NO_ARGS
769
770 /* Define to 1 if you want sudo to set $HOME in shell mode. */
771 #undef SHELL_SETS_HOME
772
773 /* The size of `long int', as computed by sizeof. */
774 #undef SIZEOF_LONG_INT
775
776 /* Define to 1 if you have the ANSI C header files. */
777 #undef STDC_HEADERS
778
779 /* Define to 1 if the code in interfaces.c does not compile for you. */
780 #undef STUB_LOAD_INTERFACES
781
782 /* The name of the sudoers plugin, including extension. */
783 #undef SUDOERS_PLUGIN
784
785 /* An instance string to append to the username (separated by a slash) for
786    Kerberos V authentication */
787 #undef SUDO_KRB5_INSTANCE
788
789 /* The umask that the sudo-run prog should use. */
790 #undef SUDO_UMASK
791
792 /* The number of minutes before sudo asks for a password again. */
793 #undef TIMEOUT
794
795 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
796 #undef TIME_WITH_SYS_TIME
797
798 /* The number of tries a user gets to enter their password. */
799 #undef TRIES_FOR_PASSWORD
800
801 /* Define to 1 to use the umask specified in sudoers even when it is less
802    restrictive than the invoking user's. */
803 #undef UMASK_OVERRIDE
804
805 /* Define to 1 if the `unsetenv' function returns void instead of `int'. */
806 #undef UNSETENV_VOID
807
808 /* Define to 1 if you want to create ~/.sudo_as_admin_successful if the user
809    is in the admin group the first time they run sudo. */
810 #undef USE_ADMIN_FLAG
811
812 /* Define to 1 if you want to insult the user for entering an incorrect
813    password. */
814 #undef USE_INSULTS
815
816 /* Define to 1 if you use GNU stow packaging. */
817 #undef USE_STOW
818
819 /* Define to avoid using the passwd/shadow file for authentication. */
820 #undef WITHOUT_PASSWD
821
822 /* Number of bits in a file offset, on hosts where this is settable. */
823 #undef _FILE_OFFSET_BITS
824
825 /* Define for large files, on AIX-style hosts. */
826 #undef _LARGE_FILES
827
828 /* Define to __FUNCTION__ if your compiler support __FUNCTION__ but not
829    __func__ */
830 #undef __func__
831
832 /* Define to `signed' or nothing if compiler does not support a signed type
833    qualifier. */
834 #undef __signed
835
836 /* Define to empty if `const' does not conform to ANSI C. */
837 #undef const
838
839 /* Define to `int' if <sys/types.h> does not define. */
840 #undef dev_t
841
842 /* Define to `int' if <sys/types.h> doesn't define. */
843 #undef gid_t
844
845 /* Define to `unsigned int' if <sys/types.h> does not define. */
846 #undef ino_t
847
848 /* Define to `int' if <sys/types.h> does not define. */
849 #undef mode_t
850
851 /* Define to `int' if <signal.h> does not define. */
852 #undef sig_atomic_t
853
854 /* Define to `unsigned int' if <sys/types.h> does not define. */
855 #undef size_t
856
857 /* Define to `unsigned int' if <sys/socket.h> doesn't define. */
858 #undef socklen_t
859
860 /* Define to `int' if <sys/types.h> does not define. */
861 #undef ssize_t
862
863 /* Define to `int' if <sys/types.h> doesn't define. */
864 #undef uid_t
865
866 /* Define to empty if the keyword `volatile' does not work. Warning: valid
867    code using `volatile' can become incorrect without. Disable with care. */
868 #undef volatile
869
870 /*
871  * Macros to convert ctime and mtime into timevals.
872  */
873 #define timespec2timeval(_ts, _tv) do {                                 \
874     (_tv)->tv_sec = (_ts)->tv_sec;                                      \
875     (_tv)->tv_usec = (_ts)->tv_nsec / 1000;                             \
876 } while (0)
877
878 #ifdef HAVE_ST_MTIM
879 # ifdef HAVE_ST__TIM
880 #  define ctim_get(_x, _y)      timespec2timeval(&(_x)->st_ctim.st__tim, (_y))
881 #  define mtim_get(_x, _y)      timespec2timeval(&(_x)->st_mtim.st__tim, (_y))
882 # else
883 #  define ctim_get(_x, _y)      timespec2timeval(&(_x)->st_ctim, (_y))
884 #  define mtim_get(_x, _y)      timespec2timeval(&(_x)->st_mtim, (_y))
885 # endif
886 #else
887 # ifdef HAVE_ST_MTIMESPEC
888 #  define ctim_get(_x, _y)      timespec2timeval(&(_x)->st_ctimespec, (_y))
889 #  define mtim_get(_x, _y)      timespec2timeval(&(_x)->st_mtimespec, (_y))
890 # else
891 #  define ctim_get(_x, _y)      do { (_y)->tv_sec = (_x)->st_ctime; (_y)->tv_usec = 0; } while (0)
892 #  define mtim_get(_x, _y)      do { (_y)->tv_sec = (_x)->st_mtime; (_y)->tv_usec = 0; } while (0)
893 # endif /* HAVE_ST_MTIMESPEC */
894 #endif /* HAVE_ST_MTIM */
895
896 /* GNU stow needs /etc/sudoers to be a symlink. */
897 #ifdef USE_STOW
898 # define stat_sudoers   stat
899 #else
900 # define stat_sudoers   lstat
901 #endif
902
903 /* Macros to set/clear/test flags. */
904 #undef SET
905 #define SET(t, f)       ((t) |= (f))
906 #undef CLR
907 #define CLR(t, f)       ((t) &= ~(f))
908 #undef ISSET
909 #define ISSET(t, f)     ((t) & (f))
910
911 /* ANSI-style OS defs for HP-UX and ConvexOS. */
912 #if defined(hpux) && !defined(__hpux)
913 # define __hpux         1
914 #endif /* hpux */
915
916 #if defined(convex) && !defined(__convex__)
917 # define __convex__     1
918 #endif /* convex */
919
920 /* BSD compatibility on some SVR4 systems. */
921 #ifdef __svr4__
922 # define BSD_COMP
923 #endif /* __svr4__ */
924
925 #endif /* _SUDO_CONFIG_H */