2013-11-13 15:00:28 -07:00
|
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2015-05-21 11:13:20 -06:00
|
|
|
#ifndef SUDO_CONFIG_H
|
|
|
|
#define SUDO_CONFIG_H
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2023-04-18 07:29:37 -06:00
|
|
|
/* Configure script arguments used to build sudo. */
|
|
|
|
#undef CONFIGURE_ARGS
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want the insults from the "classic" version sudo. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef CLASSIC_INSULTS
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want insults culled from the twisted minds of CSOps. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef CSOPS_INSULTS
|
1996-01-07 19:25:06 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want sudo to display "command not allowed" instead of
|
2002-01-02 22:40:14 +00:00
|
|
|
"command not found" when a command cannot be found. */
|
|
|
|
#undef DONT_LEAK_PATH_INFO
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* A colon-separated list of pathnames to be used as the editor for visudo. */
|
|
|
|
#undef EDITOR
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2016-11-16 10:13:26 -07:00
|
|
|
/* Define to 1 to enable sudo's plugin interface. */
|
|
|
|
#undef ENABLE_SUDO_PLUGIN_API
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 to enable environment function debugging. */
|
2009-03-08 20:57:01 +00:00
|
|
|
#undef ENV_DEBUG
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
|
|
|
|
variables. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef ENV_EDITOR
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2011-01-28 16:52:25 -05:00
|
|
|
/* Define to 1 to enable environment resetting by default. */
|
|
|
|
#undef ENV_RESET
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* If defined, users in this group need not enter a passwd (ie "sudo"). */
|
|
|
|
#undef EXEMPTGROUP
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want to require fully qualified hosts in sudoers. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef FQDN
|
1994-09-20 23:21:14 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to the type of elements in the array set by 'getgroups'. Usually
|
|
|
|
this is either 'int' or 'gid_t'. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef GETGROUPS_T
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want insults from the "Goon Show". */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef GOONS_INSULTS
|
2001-12-14 06:52:44 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want 2001-like insults. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAL_INSULTS
|
1998-09-07 02:28:14 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use AFS. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_AFS
|
1998-09-07 02:28:14 +00:00
|
|
|
|
2005-11-17 01:36:48 +00:00
|
|
|
/* Define to 1 if you use AIX general authentication. */
|
|
|
|
#undef HAVE_AIXAUTH
|
|
|
|
|
2022-05-23 00:55:16 -06:00
|
|
|
/* Define to 1 to enable AppArmor support. */
|
|
|
|
#undef HAVE_APPARMOR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'arc4random' function. */
|
2014-10-31 06:57:19 -06:00
|
|
|
#undef HAVE_ARC4RANDOM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'arc4random_buf' function. */
|
2020-01-30 13:12:25 -07:00
|
|
|
#undef HAVE_ARC4RANDOM_BUF
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'arc4random_uniform' function. */
|
2018-05-24 21:04:23 -06:00
|
|
|
#undef HAVE_ARC4RANDOM_UNIFORM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ASN1_STRING_get0_data' function. */
|
2020-01-21 13:27:40 -07:00
|
|
|
#undef HAVE_ASN1_STRING_GET0_DATA
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'asprintf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_ASPRINTF
|
1999-08-21 19:00:53 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the system has the type 'authdb_t'. */
|
2016-01-22 17:04:58 -07:00
|
|
|
#undef HAVE_AUTHDB_T
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'authenticate' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_AUTHENTICATE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'auth_challenge' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_AUTH_CHALLENGE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the 'au_close' functions takes 4 arguments like Solaris 11.
|
2018-08-27 13:50:23 -06:00
|
|
|
*/
|
|
|
|
#undef HAVE_AU_CLOSE_SOLARIS11
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'bigcrypt' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_BIGCRYPT
|
1999-03-28 18:50:25 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use BSD authentication. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_BSD_AUTH_H
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2010-06-16 11:17:02 -04:00
|
|
|
/* Define to 1 to enable BSM audit support. */
|
2009-03-10 21:34:08 +00:00
|
|
|
#undef HAVE_BSM_AUDIT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'bzero' function. */
|
2020-08-10 19:24:32 -06:00
|
|
|
#undef HAVE_BZERO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'cfmakeraw' function. */
|
2019-12-23 13:15:34 -07:00
|
|
|
#undef HAVE_CFMAKERAW
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'clock_gettime' function. */
|
2014-01-30 15:50:40 -07:00
|
|
|
#undef HAVE_CLOCK_GETTIME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'closefrom' function. */
|
2004-01-12 19:03:54 +00:00
|
|
|
#undef HAVE_CLOSEFROM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'close_range' function. */
|
2022-03-01 09:54:23 -07:00
|
|
|
#undef HAVE_CLOSE_RANGE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'crypt' function. */
|
2020-09-18 08:18:07 -06:00
|
|
|
#undef HAVE_CRYPT
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use OSF DCE. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_DCE
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if your 'DIR' contains dd_fd. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_DD_FD
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'errno', and to 0 if you don't.
|
2011-08-30 10:05:30 -04:00
|
|
|
*/
|
|
|
|
#undef HAVE_DECL_ERRNO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'getdelim', and to 0 if you
|
2020-06-06 18:45:27 -06:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_GETDELIM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'getdomainname', and to 0 if you
|
2015-02-05 11:08:55 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_GETDOMAINNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'getgrouplist_2', and to 0 if
|
2016-12-13 10:39:32 -07:00
|
|
|
you don't. */
|
|
|
|
#undef HAVE_DECL_GETGROUPLIST_2
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'getresuid', and to 0 if you
|
2015-02-06 11:33:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_GETRESUID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'getusershell', and to 0 if you
|
2021-08-13 09:52:02 -06:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_GETUSERSHELL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'h_errno', and to 0 if you
|
2011-12-02 17:28:50 -05:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_H_ERRNO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'innetgr', and to 0 if you
|
2015-02-05 11:08:55 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_INNETGR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'LLONG_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_LLONG_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'LLONG_MIN', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_LLONG_MIN
|
|
|
|
|
2023-01-31 11:30:45 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'NSIG', and to 0 if you don't.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DECL_NSIG
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'PATH_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_PATH_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'pread64', and to 0 if you
|
2021-08-19 19:18:24 -06:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_PREAD64
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'pwrite64', and to 0 if you
|
2021-08-19 19:18:24 -06:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_PWRITE64
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'QUAD_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_QUAD_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'QUAD_MIN', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_QUAD_MIN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SECCOMP_MODE_FILTER', and to 0
|
2022-06-07 10:50:59 -06:00
|
|
|
if you don't. */
|
|
|
|
#undef HAVE_DECL_SECCOMP_MODE_FILTER
|
2016-10-09 11:24:29 -06:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'setauthdb', and to 0 if you
|
2015-02-03 07:33:25 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SETAUTHDB
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'setresuid', and to 0 if you
|
2015-02-05 11:08:55 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SETRESUID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SIG2STR_MAX', and to 0 if you
|
2015-05-07 07:34:50 -06:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SIG2STR_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SIZE_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SIZE_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SIZE_T_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SIZE_T_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SSIZE_MAX', and to 0 if you
|
2021-02-08 18:38:17 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SSIZE_MAX
|
|
|
|
|
2023-02-12 13:27:17 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'SYMLOOP_MAX', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SYMLOOP_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'sys_sigabbrev', and to 0 if you
|
2012-08-28 10:11:38 -04:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SYS_SIGABBREV
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'sys_siglist', and to 0 if you
|
2010-04-06 04:53:42 -04:00
|
|
|
don't. */
|
2010-03-12 05:26:01 -05:00
|
|
|
#undef HAVE_DECL_SYS_SIGLIST
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'sys_signame', and to 0 if you
|
2012-08-26 20:12:51 -04:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SYS_SIGNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'ULLONG_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_ULLONG_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'UQUAD_MAX', and to 0 if you
|
2015-01-15 17:01:30 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_UQUAD_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of 'usrinfo', and to 0 if you
|
2015-02-03 07:33:25 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_USRINFO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_innetgr', and to 0 if you
|
2015-02-05 11:08:55 -07:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL__INNETGR
|
|
|
|
|
2023-01-31 11:30:45 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_NSIG', and to 0 if you don't.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DECL__NSIG
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_POSIX_PATH_MAX', and to 0 if
|
2015-01-15 17:01:30 -07:00
|
|
|
you don't. */
|
|
|
|
#undef HAVE_DECL__POSIX_PATH_MAX
|
|
|
|
|
2023-02-12 13:27:17 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_POSIX_SYMLOOP_MAX', and to 0
|
|
|
|
if you don't. */
|
|
|
|
#undef HAVE_DECL__POSIX_SYMLOOP_MAX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_sys_siglist', and to 0 if you
|
2010-04-06 04:53:42 -04:00
|
|
|
don't. */
|
2010-03-12 05:26:01 -05:00
|
|
|
#undef HAVE_DECL__SYS_SIGLIST
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the declaration of '_sys_signame', and to 0 if you
|
2012-08-26 20:12:51 -04:00
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL__SYS_SIGNAME
|
|
|
|
|
2023-01-31 11:30:45 -07:00
|
|
|
/* Define to 1 if you have the declaration of '__NSIG', and to 0 if you don't.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DECL___NSIG
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'devname' function. */
|
2018-01-11 10:49:20 -07:00
|
|
|
#undef HAVE_DEVNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'.
|
2002-11-22 19:08:10 +00:00
|
|
|
*/
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_DIRENT_H
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'dirfd' function or macro. */
|
2004-06-01 19:13:37 +00:00
|
|
|
#undef HAVE_DIRFD
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'dispcrypt' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_DISPCRYPT
|
2001-12-12 00:31:07 +00:00
|
|
|
|
2009-05-17 22:19:38 +00:00
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
#undef HAVE_DLFCN_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'dlopen' function. */
|
2010-09-26 17:41:35 -04:00
|
|
|
#undef HAVE_DLOPEN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'dl_iterate_phdr' function. */
|
2018-05-24 21:04:23 -06:00
|
|
|
#undef HAVE_DL_ITERATE_PHDR
|
|
|
|
|
2012-06-13 16:57:49 -04:00
|
|
|
/* Define to 1 if the compiler supports the __visibility__ attribute. */
|
|
|
|
#undef HAVE_DSO_VISIBILITY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'dup3' function. */
|
2019-11-02 10:52:55 -06:00
|
|
|
#undef HAVE_DUP3
|
|
|
|
|
2013-04-15 11:05:52 -04:00
|
|
|
/* Define to 1 if you have the <endian.h> header file. */
|
|
|
|
#undef HAVE_ENDIAN_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'exect' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_EXECT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'execvP' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_EXECVP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'execvpe' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_EXECVPE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'explicit_bzero' function. */
|
2020-08-10 19:24:32 -06:00
|
|
|
#undef HAVE_EXPLICIT_BZERO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'explicit_memset' function. */
|
2020-08-10 19:24:32 -06:00
|
|
|
#undef HAVE_EXPLICIT_MEMSET
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'faccessat' function. */
|
2016-01-18 10:45:47 -07:00
|
|
|
#undef HAVE_FACCESSAT
|
|
|
|
|
2020-08-01 13:10:50 -06:00
|
|
|
/* Define to 1 if the compiler supports the fallthrough attribute. */
|
|
|
|
#undef HAVE_FALLTHROUGH_ATTRIBUTE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fchmodat' function. */
|
2019-10-24 20:04:33 -06:00
|
|
|
#undef HAVE_FCHMODAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fchownat' function. */
|
2022-09-21 19:08:12 -06:00
|
|
|
#undef HAVE_FCHOWNAT
|
|
|
|
|
2006-08-17 15:26:54 +00:00
|
|
|
/* Define to 1 if your system has the F_CLOSEM fcntl. */
|
|
|
|
#undef HAVE_FCNTL_CLOSEM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fexecve' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_FEXECVE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fmemopen' function. */
|
2021-02-07 13:56:15 -07:00
|
|
|
#undef HAVE_FMEMOPEN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fnmatch' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_FNMATCH
|
1994-07-14 21:43:09 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'freeifaddrs' function. */
|
2002-01-18 19:17:07 +00:00
|
|
|
#undef HAVE_FREEIFADDRS
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'freezero' function. */
|
2020-08-10 19:24:33 -06:00
|
|
|
#undef HAVE_FREEZERO
|
|
|
|
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Define to 1 if fseeko (and ftello) are declared in stdio.h. */
|
2012-08-29 10:32:49 -04:00
|
|
|
#undef HAVE_FSEEKO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'fstatat' function. */
|
2019-10-24 20:04:33 -06:00
|
|
|
#undef HAVE_FSTATAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'futime' function. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_FUTIME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'futimens' function. */
|
2015-03-02 13:58:50 -07:00
|
|
|
#undef HAVE_FUTIMENS
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'futimes' function. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_FUTIMES
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'futimesat' function. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_FUTIMESAT
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use the FWTK authsrv daemon. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_FWTK
|
1996-05-28 00:01:17 +00:00
|
|
|
|
2018-05-24 21:04:23 -06:00
|
|
|
/* Define to 1 if you are using gcrypt's sha2 functions. */
|
|
|
|
#undef HAVE_GCRYPT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getaddrinfo' function. */
|
2007-08-15 13:22:06 +00:00
|
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getauxval' function. */
|
2018-05-24 21:04:23 -06:00
|
|
|
#undef HAVE_GETAUXVAL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getdelim' function. */
|
2019-04-08 10:37:30 -06:00
|
|
|
#undef HAVE_GETDELIM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getdomainname' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETDOMAINNAME
|
1994-03-12 18:37:58 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getentropy' function. */
|
2017-06-29 18:11:30 -06:00
|
|
|
#undef HAVE_GETENTROPY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getgrouplist' function. */
|
2011-07-20 11:58:45 -04:00
|
|
|
#undef HAVE_GETGROUPLIST
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getgrouplist_2' function. */
|
2016-12-13 10:39:32 -07:00
|
|
|
#undef HAVE_GETGROUPLIST_2
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if your system has a working 'getgroups' function. */
|
2004-11-16 23:59:56 +00:00
|
|
|
#undef HAVE_GETGROUPS
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getgrset' function. */
|
2011-07-20 11:58:45 -04:00
|
|
|
#undef HAVE_GETGRSET
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'gethrtime' function. */
|
2018-08-20 10:56:34 -06:00
|
|
|
#undef HAVE_GETHRTIME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getifaddrs' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETIFADDRS
|
1999-08-21 19:00:53 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getopt_long' function. */
|
2013-07-17 17:00:55 -06:00
|
|
|
#undef HAVE_GETOPT_LONG
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getprogname' function. */
|
2003-04-02 18:15:25 +00:00
|
|
|
#undef HAVE_GETPROGNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getprpwnam' function. (SecureWare-style shadow
|
2013-04-03 09:54:11 -04:00
|
|
|
passwords). */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETPRPWNAM
|
1994-08-08 04:04:40 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getpwnam_shadow' function. */
|
2016-11-17 17:55:44 -07:00
|
|
|
#undef HAVE_GETPWNAM_SHADOW
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getresuid' function. */
|
2010-05-11 10:55:59 -04:00
|
|
|
#undef HAVE_GETRESUID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getspnam' function (SVR4-style shadow
|
2013-04-03 09:54:11 -04:00
|
|
|
passwords). */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETSPNAM
|
2001-12-08 19:48:03 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getttyent' function. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_GETTTYENT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getuserattr' function. */
|
2008-03-06 17:19:57 +00:00
|
|
|
#undef HAVE_GETUSERATTR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getusershell' function. */
|
2019-12-09 19:29:45 -07:00
|
|
|
#undef HAVE_GETUSERSHELL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getutid' function. */
|
2009-12-10 16:59:27 +00:00
|
|
|
#undef HAVE_GETUTID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getutsid' function. */
|
2018-11-18 07:45:43 -07:00
|
|
|
#undef HAVE_GETUTSID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'getutxid' function. */
|
2009-12-10 16:59:27 +00:00
|
|
|
#undef HAVE_GETUTXID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'glob' function. */
|
2004-10-07 16:59:54 +00:00
|
|
|
#undef HAVE_GLOB
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'gmtime_r' function. */
|
2021-09-17 10:55:06 -06:00
|
|
|
#undef HAVE_GMTIME_R
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'grantpt' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_GRANTPT
|
|
|
|
|
2020-07-15 10:12:55 -06:00
|
|
|
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
|
|
|
|
#undef HAVE_GSSAPI_GSSAPI_H
|
|
|
|
|
2007-07-19 23:53:21 +00:00
|
|
|
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
|
|
|
|
#undef HAVE_GSSAPI_GSSAPI_KRB5_H
|
|
|
|
|
2020-07-15 10:12:55 -06:00
|
|
|
/* Define to 1 if you have the <gssapi.h> header file. */
|
|
|
|
#undef HAVE_GSSAPI_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'gss_krb5_ccache_name' function. */
|
2007-07-19 23:53:21 +00:00
|
|
|
#undef HAVE_GSS_KRB5_CCACHE_NAME
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if your Kerberos is Heimdal. */
|
2003-04-04 17:45:24 +00:00
|
|
|
#undef HAVE_HEIMDAL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'inet_ntop' function. */
|
2014-10-02 07:55:08 -06:00
|
|
|
#undef HAVE_INET_NTOP
|
2014-07-28 16:11:39 -06:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'inet_pton' function. */
|
2014-02-05 10:00:07 -07:00
|
|
|
#undef HAVE_INET_PTON
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'initprivs' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_INITPRIVS
|
1994-10-04 16:53:54 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'innetgr' function. */
|
1995-07-25 00:01:11 +00:00
|
|
|
#undef HAVE_INNETGR
|
|
|
|
|
2023-01-19 13:59:05 -07:00
|
|
|
/* Define to 1 if the system has the type 'intmax_t'. */
|
|
|
|
#undef HAVE_INTMAX_T
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_INTTYPES_H
|
2000-11-01 15:17:25 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define if you have isblank(3). */
|
|
|
|
#undef HAVE_ISBLANK
|
1999-12-09 04:04:47 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'iscomsec' function. (HP-UX >= 10.x check for
|
2013-04-03 09:54:11 -04:00
|
|
|
shadow enabled). */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_ISCOMSEC
|
1995-07-25 00:01:11 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use Kerberos V. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_KERB5
|
1996-07-14 01:04:43 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'killpg' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_KILLPG
|
|
|
|
|
2018-03-05 17:35:02 -07:00
|
|
|
/* Define to 1 if your system has a NetBSD-style kinfo_proc2 struct. */
|
|
|
|
#undef HAVE_KINFO_PROC2_NETBSD
|
|
|
|
|
|
|
|
/* Define to 1 if your system has a 4.4BSD-style kinfo_proc struct. */
|
|
|
|
#undef HAVE_KINFO_PROC_44BSD
|
|
|
|
|
2023-01-19 13:22:32 -07:00
|
|
|
/* Define to 1 if your system has a Dragonfly-style kinfo_proc struct. */
|
|
|
|
#undef HAVE_KINFO_PROC_DFLY
|
|
|
|
|
2018-03-05 17:35:02 -07:00
|
|
|
/* Define to 1 if your system has a FreeBSD-style kinfo_proc struct. */
|
|
|
|
#undef HAVE_KINFO_PROC_FREEBSD
|
|
|
|
|
|
|
|
/* Define to 1 if your system has an OpenBSD-style kinfo_proc struct. */
|
|
|
|
#undef HAVE_KINFO_PROC_OPENBSD
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'krb5_get_init_creds_opt_alloc' function. */
|
2008-10-23 16:06:23 +00:00
|
|
|
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if your 'krb5_get_init_creds_opt_free' function takes two
|
2010-04-06 04:53:42 -04:00
|
|
|
arguments. */
|
2008-10-23 16:06:23 +00:00
|
|
|
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_TWO_ARGS
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'krb5_init_secure_context' function. */
|
2007-06-09 11:24:49 +00:00
|
|
|
#undef HAVE_KRB5_INIT_SECURE_CONTEXT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'krb5_verify_user' function. */
|
2007-06-09 11:24:49 +00:00
|
|
|
#undef HAVE_KRB5_VERIFY_USER
|
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if your LDAP needs <lber.h>. (OpenLDAP does not). */
|
2004-02-13 02:08:27 +00:00
|
|
|
#undef HAVE_LBER_H
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use LDAP for sudoers. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_LDAP
|
|
|
|
|
2020-10-28 09:40:11 -06:00
|
|
|
/* Define to 1 if you have the <ldapssl.h> header file. */
|
|
|
|
#undef HAVE_LDAPSSL_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldapssl_init' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_LDAPSSL_INIT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldapssl_set_strength' function. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_LDAPSSL_SET_STRENGTH
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_create' function. */
|
2008-01-04 14:56:10 +00:00
|
|
|
#undef HAVE_LDAP_CREATE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_initialize' function. */
|
2004-05-29 22:29:42 +00:00
|
|
|
#undef HAVE_LDAP_INITIALIZE
|
2004-02-13 02:08:27 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_sasl_bind_s' function. */
|
2008-01-05 12:56:39 +00:00
|
|
|
#undef HAVE_LDAP_SASL_BIND_S
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_sasl_interactive_bind_s' function. */
|
2007-07-19 23:53:21 +00:00
|
|
|
#undef HAVE_LDAP_SASL_INTERACTIVE_BIND_S
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_search_ext_s' function. */
|
2008-01-03 21:11:33 +00:00
|
|
|
#undef HAVE_LDAP_SEARCH_EXT_S
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_search_st' function. */
|
2011-01-10 10:33:22 -05:00
|
|
|
#undef HAVE_LDAP_SEARCH_ST
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_ssl_client_init' function. */
|
2009-03-01 21:20:37 +00:00
|
|
|
#undef HAVE_LDAP_SSL_CLIENT_INIT
|
|
|
|
|
2008-01-21 16:07:42 +00:00
|
|
|
/* Define to 1 if you have the <ldap_ssl.h> header file. */
|
|
|
|
#undef HAVE_LDAP_SSL_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_ssl_init' function. */
|
2012-06-29 12:14:45 -04:00
|
|
|
#undef HAVE_LDAP_SSL_INIT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_start_tls_s' function. */
|
2004-05-29 22:29:42 +00:00
|
|
|
#undef HAVE_LDAP_START_TLS_S
|
2004-02-28 23:54:20 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_start_tls_s_np' function. */
|
2009-03-01 21:20:37 +00:00
|
|
|
#undef HAVE_LDAP_START_TLS_S_NP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_str2dn' function. */
|
2008-01-02 20:29:48 +00:00
|
|
|
#undef HAVE_LDAP_STR2DN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ldap_unbind_ext_s' function. */
|
2008-01-02 20:29:48 +00:00
|
|
|
#undef HAVE_LDAP_UNBIND_EXT_S
|
|
|
|
|
2011-05-04 15:26:31 -04:00
|
|
|
/* Define to 1 if you have the <libintl.h> header file. */
|
|
|
|
#undef HAVE_LIBINTL_H
|
|
|
|
|
2021-09-27 13:44:41 -06:00
|
|
|
/* Define to 1 if you have the <libproc.h> header file. */
|
|
|
|
#undef HAVE_LIBPROC_H
|
|
|
|
|
2011-09-21 09:52:33 -04:00
|
|
|
/* Define to 1 if you have the <libutil.h> header file. */
|
|
|
|
#undef HAVE_LIBUTIL_H
|
|
|
|
|
2010-06-16 11:17:02 -04:00
|
|
|
/* Define to 1 to enable Linux audit support. */
|
|
|
|
#undef HAVE_LINUX_AUDIT
|
|
|
|
|
2022-03-01 09:54:23 -07:00
|
|
|
/* Define to 1 if you have the <linux/close_range.h> header file. */
|
|
|
|
#undef HAVE_LINUX_CLOSE_RANGE_H
|
|
|
|
|
2018-08-22 15:12:11 -06:00
|
|
|
/* Define to 1 if you have the <linux/random.h> header file. */
|
|
|
|
#undef HAVE_LINUX_RANDOM_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'localtime_r' function. */
|
2021-09-17 10:55:06 -06:00
|
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'lockf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_LOCKF
|
1998-09-07 16:42:32 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <login_cap.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_LOGIN_CAP_H
|
1998-10-19 18:32:00 +00:00
|
|
|
|
2023-03-22 15:37:12 -06:00
|
|
|
/* Define to 1 if the system has the type 'long long int'. */
|
|
|
|
#undef HAVE_LONG_LONG_INT
|
|
|
|
|
2013-04-15 11:05:52 -04:00
|
|
|
/* Define to 1 if you have the <machine/endian.h> header file. */
|
|
|
|
#undef HAVE_MACHINE_ENDIAN_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mach_continuous_time' function. */
|
2018-08-19 09:55:08 -06:00
|
|
|
#undef HAVE_MACH_CONTINUOUS_TIME
|
|
|
|
|
2010-07-19 12:50:59 -04:00
|
|
|
/* Define to 1 if you have the <maillock.h> header file. */
|
|
|
|
#undef HAVE_MAILLOCK_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'memrchr' function. */
|
2007-06-14 16:03:53 +00:00
|
|
|
#undef HAVE_MEMRCHR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'memset_explicit' function. */
|
2020-08-10 19:24:32 -06:00
|
|
|
#undef HAVE_MEMSET_EXPLICIT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'memset_s' function. */
|
2013-08-03 08:30:06 -06:00
|
|
|
#undef HAVE_MEMSET_S
|
|
|
|
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Define to 1 if you have the <minix/config.h> header file. */
|
|
|
|
#undef HAVE_MINIX_CONFIG_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mkdirat' function. */
|
2021-12-11 08:35:18 -07:00
|
|
|
#undef HAVE_MKDIRAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mkdtempat' function. */
|
2022-09-21 19:08:11 -06:00
|
|
|
#undef HAVE_MKDTEMPAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mkdtempat_np' function. */
|
2022-09-22 11:34:00 -06:00
|
|
|
#undef HAVE_MKDTEMPAT_NP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mkostempsat' function. */
|
2022-09-21 19:08:11 -06:00
|
|
|
#undef HAVE_MKOSTEMPSAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'mkostempsat_np' function. */
|
2022-09-22 11:34:00 -06:00
|
|
|
#undef HAVE_MKOSTEMPSAT_NP
|
2005-11-17 01:36:48 +00:00
|
|
|
|
2008-01-17 20:44:28 +00:00
|
|
|
/* Define to 1 if you have the <mps/ldap_ssl.h> header file. */
|
|
|
|
#undef HAVE_MPS_LDAP_SSL_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'nanosleep' function. */
|
2017-01-12 10:44:26 -07:00
|
|
|
#undef HAVE_NANOSLEEP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_NDIR_H
|
1998-09-21 04:00:56 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <netgroup.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_NETGROUP_H
|
1996-10-09 17:36:47 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ngettext' function. */
|
2012-06-18 14:29:06 -04:00
|
|
|
#undef HAVE_NGETTEXT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'nl_langinfo' function. */
|
2011-01-28 16:11:47 -05:00
|
|
|
#undef HAVE_NL_LANGINFO
|
|
|
|
|
2013-01-22 15:41:15 -05:00
|
|
|
/* Define to 1 if you have the <nss_dbdefs.h> header file. */
|
|
|
|
#undef HAVE_NSS_DBDEFS_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'nss_search' function. */
|
2013-01-22 15:41:15 -05:00
|
|
|
#undef HAVE_NSS_SEARCH
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'openat' function. */
|
2015-10-23 14:04:35 -06:00
|
|
|
#undef HAVE_OPENAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'openpty' function. */
|
2009-08-06 00:04:14 +00:00
|
|
|
#undef HAVE_OPENPTY
|
|
|
|
|
2019-12-14 13:02:53 -07:00
|
|
|
/* Define to 1 if you are using OpenSSL's TLS and sha2 functions. */
|
2018-05-24 21:04:23 -06:00
|
|
|
#undef HAVE_OPENSSL
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use NRL OPIE. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_OPIE
|
2000-12-30 03:29:47 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'optreset' symbol. */
|
2013-08-16 13:50:48 -06:00
|
|
|
#undef HAVE_OPTRESET
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use PAM authentication. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_PAM
|
2000-12-30 21:55:21 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pam_getenvlist' function. */
|
2012-03-14 20:55:11 -04:00
|
|
|
#undef HAVE_PAM_GETENVLIST
|
|
|
|
|
2010-07-12 17:57:53 -04:00
|
|
|
/* Define to 1 if you use a specific PAM session for sudo -i. */
|
|
|
|
#undef HAVE_PAM_LOGIN
|
|
|
|
|
2004-01-09 19:35:54 +00:00
|
|
|
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
|
|
|
|
#undef HAVE_PAM_PAM_APPL_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <paths.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_PATHS_H
|
1998-05-19 03:32:23 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pipe2' function. */
|
2017-03-13 12:11:51 -06:00
|
|
|
#undef HAVE_PIPE2
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'poll' function. */
|
2013-10-12 05:53:43 -06:00
|
|
|
#undef HAVE_POLL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'posix_openpt' function. */
|
2009-08-08 00:29:30 +00:00
|
|
|
#undef HAVE_POSIX_OPENPT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'posix_spawn' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_POSIX_SPAWN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'posix_spawnp' function. */
|
2013-08-21 10:09:04 -06:00
|
|
|
#undef HAVE_POSIX_SPAWNP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ppoll' function. */
|
2018-08-25 21:02:05 -06:00
|
|
|
#undef HAVE_PPOLL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pread' function. */
|
2015-09-07 06:06:08 -06:00
|
|
|
#undef HAVE_PREAD
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pread64' function. */
|
2021-08-19 19:18:24 -06:00
|
|
|
#undef HAVE_PREAD64
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'priv_set' function. */
|
2011-03-10 14:24:10 -05:00
|
|
|
#undef HAVE_PRIV_SET
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'process_vm_readv' function. */
|
2022-08-25 12:37:19 -06:00
|
|
|
#undef HAVE_PROCESS_VM_READV
|
|
|
|
|
2012-04-10 15:53:41 -04:00
|
|
|
/* Define to 1 if you have the <procfs.h> header file. */
|
|
|
|
#undef HAVE_PROCFS_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'proc_pidinfo' function. */
|
2021-09-27 13:44:41 -06:00
|
|
|
#undef HAVE_PROC_PIDINFO
|
|
|
|
|
2007-06-19 22:24:51 +00:00
|
|
|
/* Define to 1 if you have the <project.h> header file. */
|
|
|
|
#undef HAVE_PROJECT_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pselect' function. */
|
2018-08-25 21:02:05 -06:00
|
|
|
#undef HAVE_PSELECT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pstat_getproc' function. */
|
2013-02-28 09:01:08 -05:00
|
|
|
#undef HAVE_PSTAT_GETPROC
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pthread_atfork' function. */
|
2018-05-24 21:04:23 -06:00
|
|
|
#undef HAVE_PTHREAD_ATFORK
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <pthread.h> header file. */
|
|
|
|
#undef HAVE_PTHREAD_H
|
|
|
|
|
2009-08-07 13:23:07 +00:00
|
|
|
/* Define to 1 if you have the <pty.h> header file. */
|
|
|
|
#undef HAVE_PTY_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pwrite' function. */
|
2015-09-07 06:06:08 -06:00
|
|
|
#undef HAVE_PWRITE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pwrite64' function. */
|
2021-08-19 19:18:24 -06:00
|
|
|
#undef HAVE_PWRITE64
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'pw_dup' function. */
|
2012-02-06 10:56:39 -05:00
|
|
|
#undef HAVE_PW_DUP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'reallocarray' function. */
|
2015-05-14 10:13:18 -06:00
|
|
|
#undef HAVE_REALLOCARRAY
|
|
|
|
|
2023-02-12 13:27:17 -07:00
|
|
|
/* Define to 1 if you have the 'realpath' function. */
|
|
|
|
#undef HAVE_REALPATH
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'revoke' function. */
|
2009-08-06 15:53:21 +00:00
|
|
|
#undef HAVE_REVOKE
|
|
|
|
|
2011-04-07 07:04:26 -04:00
|
|
|
/* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes
|
2013-04-03 09:54:11 -04:00
|
|
|
4 arguments. */
|
2011-04-07 07:04:26 -04:00
|
|
|
#undef HAVE_RFC1938_SKEYCHALLENGE
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the <sasl.h> header file. */
|
|
|
|
#undef HAVE_SASL_H
|
|
|
|
|
2007-07-19 23:53:21 +00:00
|
|
|
/* Define to 1 if you have the <sasl/sasl.h> header file. */
|
|
|
|
#undef HAVE_SASL_SASL_H
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use SecurID for authentication. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SECURID
|
1999-07-22 12:43:42 +00:00
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the <security/pam_appl.h> header file. */
|
|
|
|
#undef HAVE_SECURITY_PAM_APPL_H
|
|
|
|
|
2008-02-09 14:30:06 +00:00
|
|
|
/* Define to 1 to enable SELinux RBAC support. */
|
|
|
|
#undef HAVE_SELINUX
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setauthdb' function. */
|
2010-06-29 13:08:05 -04:00
|
|
|
#undef HAVE_SETAUTHDB
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'seteuid' function. */
|
2006-07-31 17:50:06 +00:00
|
|
|
#undef HAVE_SETEUID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setgroupent' function. */
|
2018-02-20 13:22:59 -07:00
|
|
|
#undef HAVE_SETGROUPENT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setkeycreatecon' function. */
|
2010-06-24 15:31:05 -04:00
|
|
|
#undef HAVE_SETKEYCREATECON
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setpassent' function. */
|
2018-02-20 13:22:59 -07:00
|
|
|
#undef HAVE_SETPASSENT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setprogname' function. */
|
2014-07-14 09:08:50 -06:00
|
|
|
#undef HAVE_SETPROGNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setresuid' function. */
|
2002-11-22 19:08:10 +00:00
|
|
|
#undef HAVE_SETRESUID
|
1999-08-06 13:33:03 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setreuid' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SETREUID
|
2000-01-19 19:07:24 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'setrlimit64' function. */
|
2010-02-06 15:16:04 -05:00
|
|
|
#undef HAVE_SETRLIMIT64
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'set_auth_parameters' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SET_AUTH_PARAMETERS
|
1999-07-22 12:43:42 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'SHA224Update' function. */
|
2014-04-09 16:31:13 -06:00
|
|
|
#undef HAVE_SHA224UPDATE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'shl_load' function. */
|
2010-09-26 17:41:35 -04:00
|
|
|
#undef HAVE_SHL_LOAD
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'sia_ses_init' function. */
|
2008-12-02 17:30:39 +00:00
|
|
|
#undef HAVE_SIA_SES_INIT
|
1999-07-22 12:43:42 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'sig2str' function. */
|
2012-08-29 14:25:09 -04:00
|
|
|
#undef HAVE_SIG2STR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'sigabbrev_np' function. */
|
2020-08-25 16:48:13 -06:00
|
|
|
#undef HAVE_SIGABBREV_NP
|
|
|
|
|
2023-01-19 13:59:05 -07:00
|
|
|
/* Define to 1 if the system has the type 'sig_atomic_t'. */
|
|
|
|
#undef HAVE_SIG_ATOMIC_T
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use S/Key. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SKEY
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if your S/Key library has skeyaccess(). */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SKEYACCESS
|
1996-06-26 02:29:04 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'snprintf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SNPRINTF
|
1994-03-10 07:45:06 +00:00
|
|
|
|
2023-01-19 13:59:05 -07:00
|
|
|
/* Define to 1 if the system has the type 'socklen_t'. */
|
|
|
|
#undef HAVE_SOCKLEN_T
|
|
|
|
|
2014-06-27 16:01:40 -06:00
|
|
|
/* Define to 1 to enable Solaris audit support. */
|
|
|
|
#undef HAVE_SOLARIS_AUDIT
|
|
|
|
|
2012-03-30 09:36:30 -04:00
|
|
|
/* Define to 1 if you have the <spawn.h> header file. */
|
|
|
|
#undef HAVE_SPAWN_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'SSL_CTX_get0_certificate' function. */
|
2020-03-17 20:07:48 -06:00
|
|
|
#undef HAVE_SSL_CTX_GET0_CERTIFICATE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'SSL_CTX_set0_tmp_dh_pkey' function. */
|
2021-09-17 10:55:06 -06:00
|
|
|
#undef HAVE_SSL_CTX_SET0_TMP_DH_PKEY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'SSL_CTX_set_ciphersuites' function or macro.
|
2020-11-16 14:39:52 -07:00
|
|
|
*/
|
2019-11-15 13:19:28 -07:00
|
|
|
#undef HAVE_SSL_CTX_SET_CIPHERSUITES
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'SSL_CTX_set_min_proto_version' function or
|
2020-01-23 09:38:09 -07:00
|
|
|
macro. */
|
2020-01-21 13:27:40 -07:00
|
|
|
#undef HAVE_SSL_CTX_SET_MIN_PROTO_VERSION
|
|
|
|
|
2012-08-26 20:12:51 -04:00
|
|
|
/* Define to 1 to enable SSSD support. */
|
|
|
|
#undef HAVE_SSSD
|
|
|
|
|
2012-01-30 09:28:11 -05:00
|
|
|
/* Define to 1 if stdbool.h conforms to C99. */
|
2011-12-01 13:49:46 -05:00
|
|
|
#undef HAVE_STDBOOL_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_STDINT_H
|
2001-12-15 01:44:10 +00:00
|
|
|
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Define to 1 if you have the <stdio.h> header file. */
|
|
|
|
#undef HAVE_STDIO_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
2001-12-15 01:44:10 +00:00
|
|
|
#undef HAVE_STDLIB_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'str2sig' function. */
|
2019-08-05 16:30:58 -06:00
|
|
|
#undef HAVE_STR2SIG
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_STRINGS_H
|
1996-06-20 04:22:05 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_STRING_H
|
1994-03-12 18:37:58 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strlcat' function. */
|
2003-03-12 22:07:26 +00:00
|
|
|
#undef HAVE_STRLCAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strlcpy' function. */
|
2003-03-12 22:07:26 +00:00
|
|
|
#undef HAVE_STRLCPY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strndup' function. */
|
2015-05-26 14:05:26 -06:00
|
|
|
#undef HAVE_STRNDUP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strnlen' function. */
|
2015-05-26 13:55:18 -06:00
|
|
|
#undef HAVE_STRNLEN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strsignal' function. */
|
2009-10-14 20:04:04 +00:00
|
|
|
#undef HAVE_STRSIGNAL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'strtoull' function. */
|
2021-11-08 18:21:15 -07:00
|
|
|
#undef HAVE_STRTOULL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'd_namlen' is a member of 'struct dirent'. */
|
2015-07-02 09:24:48 -06:00
|
|
|
#undef HAVE_STRUCT_DIRENT_D_NAMLEN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'd_type' is a member of 'struct dirent'. */
|
2012-04-13 08:36:58 -04:00
|
|
|
#undef HAVE_STRUCT_DIRENT_D_TYPE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the system has the type 'struct in6_addr'. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_STRUCT_IN6_ADDR
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'pr_ttydev' is a member of 'struct psinfo'. */
|
2012-04-10 15:53:41 -04:00
|
|
|
#undef HAVE_STRUCT_PSINFO_PR_TTYDEV
|
|
|
|
|
2013-11-17 14:16:13 -07:00
|
|
|
/* Define if your struct sockaddr_in has a sin_len field. */
|
|
|
|
#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
|
|
|
|
|
2013-11-13 14:45:47 -07:00
|
|
|
/* Define if your struct sockaddr has an sa_len field. */
|
2011-12-02 17:28:50 -05:00
|
|
|
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'tm_gmtoff' is a member of 'struct tm'. */
|
2017-02-18 15:35:48 -07:00
|
|
|
#undef HAVE_STRUCT_TM_TM_GMTOFF
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_exit' is a member of 'struct utmp'. */
|
2011-03-15 16:18:33 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_exit.e_termination' is a member of 'struct utmp'. */
|
2011-03-29 09:10:40 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_exit.__e_termination' is a member of 'struct utmp'. */
|
2011-03-29 09:10:40 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT___E_TERMINATION
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_id' is a member of 'struct utmp'. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_ID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_pid' is a member of 'struct utmp'. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_PID
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_tv' is a member of 'struct utmp'. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_TV
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_type' is a member of 'struct utmp'. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_TYPE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'ut_user' is a member of 'struct utmp'. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_STRUCT_UTMP_UT_USER
|
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if your struct stat has an st_mtim member. */
|
2004-09-07 19:57:00 +00:00
|
|
|
#undef HAVE_ST_MTIM
|
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if your struct stat has an st_mtimespec member. */
|
2004-09-07 19:57:00 +00:00
|
|
|
#undef HAVE_ST_MTIMESPEC
|
|
|
|
|
2018-11-14 13:37:46 -07:00
|
|
|
/* Define to 1 if your struct stat has an st_nmtime member. */
|
|
|
|
#undef HAVE_ST_NMTIME
|
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if your struct stat uses an st__tim union. */
|
2010-04-06 04:53:42 -04:00
|
|
|
#undef HAVE_ST__TIM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'sysctl' function. */
|
2009-12-10 16:59:27 +00:00
|
|
|
#undef HAVE_SYSCTL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'sysinfo' function. */
|
2015-02-03 07:33:24 -07:00
|
|
|
#undef HAVE_SYSINFO
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
|
1996-01-09 17:41:38 +00:00
|
|
|
#undef HAVE_SYS_BSDTYPES_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'.
|
2002-11-22 19:08:10 +00:00
|
|
|
*/
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_DIR_H
|
1996-10-08 23:21:28 +00:00
|
|
|
|
2013-04-15 11:05:52 -04:00
|
|
|
/* Define to 1 if you have the <sys/endian.h> header file. */
|
|
|
|
#undef HAVE_SYS_ENDIAN_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'.
|
2002-11-22 19:08:10 +00:00
|
|
|
*/
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_NDIR_H
|
1995-07-01 20:04:35 +00:00
|
|
|
|
2012-04-10 15:53:41 -04:00
|
|
|
/* Define to 1 if you have the <sys/procfs.h> header file. */
|
|
|
|
#undef HAVE_SYS_PROCFS_H
|
|
|
|
|
2021-10-22 10:44:34 -06:00
|
|
|
/* Define to 1 if you have the <sys/random.h> header file. */
|
|
|
|
#undef HAVE_SYS_RANDOM_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/select.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_SELECT_H
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if your libc has the 'sys_sigabbrev' symbol. */
|
2012-08-28 10:11:38 -04:00
|
|
|
#undef HAVE_SYS_SIGABBREV
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/sockio.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_SOCKIO_H
|
1999-07-22 12:43:42 +00:00
|
|
|
|
2018-05-24 21:04:23 -06:00
|
|
|
/* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|
|
|
#undef HAVE_SYS_STATVFS_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_STAT_H
|
1995-03-28 05:45:21 +00:00
|
|
|
|
2009-10-16 00:07:11 +00:00
|
|
|
/* Define to 1 if you have the <sys/stropts.h> header file. */
|
|
|
|
#undef HAVE_SYS_STROPTS_H
|
|
|
|
|
2018-05-24 21:04:23 -06:00
|
|
|
/* Define to 1 if you have the <sys/syscall.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSCALL_H
|
|
|
|
|
2021-10-20 10:31:35 -06:00
|
|
|
/* Define to 1 if you have the <sys/sysctl.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSCTL_H
|
|
|
|
|
2011-02-19 08:23:46 -05:00
|
|
|
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSMACROS_H
|
|
|
|
|
2015-02-03 07:33:24 -07:00
|
|
|
/* Define to 1 if you have the <sys/systeminfo.h> header file. */
|
|
|
|
#undef HAVE_SYS_SYSTEMINFO_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_TYPES_H
|
1995-07-23 21:48:04 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'timegm' function. */
|
2021-10-31 09:27:34 -06:00
|
|
|
#undef HAVE_TIMEGM
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'TLS_method' function. */
|
2021-07-26 13:40:25 -06:00
|
|
|
#undef HAVE_TLS_METHOD
|
2020-01-21 13:27:40 -07:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'ttyslot' function. */
|
2011-03-14 10:20:47 -04:00
|
|
|
#undef HAVE_TTYSLOT
|
|
|
|
|
2023-01-19 13:59:05 -07:00
|
|
|
/* Define to 1 if the system has the type 'uintmax_t'. */
|
|
|
|
#undef HAVE_UINTMAX_T
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_UNISTD_H
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'unlinkat' function. */
|
2019-10-24 20:04:30 -06:00
|
|
|
#undef HAVE_UNLINKAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'unsetenv' function. */
|
2009-03-01 00:58:41 +00:00
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
|
2023-03-22 15:37:12 -06:00
|
|
|
/* Define to 1 if the system has the type 'unsigned long long int'. */
|
|
|
|
#undef HAVE_UNSIGNED_LONG_LONG_INT
|
|
|
|
|
2009-08-07 13:23:07 +00:00
|
|
|
/* Define to 1 if you have the <util.h> header file. */
|
|
|
|
#undef HAVE_UTIL_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'utimensat' function. */
|
2015-03-02 13:58:50 -07:00
|
|
|
#undef HAVE_UTIMENSAT
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'utimes' function. */
|
2004-09-07 17:14:52 +00:00
|
|
|
#undef HAVE_UTIMES
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2018-11-18 07:45:43 -07:00
|
|
|
/* Define to 1 if you have the <utmps.h> header file. */
|
|
|
|
#undef HAVE_UTMPS_H
|
|
|
|
|
2011-03-14 10:20:47 -04:00
|
|
|
/* Define to 1 if you have the <utmpx.h> header file. */
|
|
|
|
#undef HAVE_UTMPX_H
|
2011-03-08 15:37:40 -05:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'vasprintf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_VASPRINTF
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'va_copy' function. */
|
2021-07-25 15:51:23 -06:00
|
|
|
#undef HAVE_VA_COPY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'vsnprintf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_VSNPRINTF
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Define to 1 if you have the <wchar.h> header file. */
|
|
|
|
#undef HAVE_WCHAR_H
|
|
|
|
|
2021-10-26 19:00:16 -06:00
|
|
|
/* Define to 1 if you are using wolfSSL's TLS and sha2 functions. */
|
2021-10-25 13:17:57 -06:00
|
|
|
#undef HAVE_WOLFSSL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'wordexp' function. */
|
2016-10-05 20:21:18 -06:00
|
|
|
#undef HAVE_WORDEXP
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <wordexp.h> header file. */
|
|
|
|
#undef HAVE_WORDEXP_H
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the 'X509_STORE_CTX_get0_cert' function. */
|
2020-01-21 13:27:40 -07:00
|
|
|
#undef HAVE_X509_STORE_CTX_GET0_CERT
|
|
|
|
|
2010-06-16 16:51:46 -04:00
|
|
|
/* Define to 1 if you have the <zlib.h> header file. */
|
|
|
|
#undef HAVE_ZLIB_H
|
2009-11-01 23:44:15 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the system has the type '_Bool'. */
|
2012-01-30 09:28:11 -05:00
|
|
|
#undef HAVE__BOOL
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '_getpty' function. */
|
2009-10-17 12:54:07 +00:00
|
|
|
#undef HAVE__GETPTY
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '_innetgr' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE__INNETGR
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '_nss_initf_group' function. */
|
2013-01-22 15:41:15 -05:00
|
|
|
#undef HAVE__NSS_INITF_GROUP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '_nss_XbyY_buf_alloc' function. */
|
2013-01-22 15:41:15 -05:00
|
|
|
#undef HAVE__NSS_XBYY_BUF_ALLOC
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '_ttyname_dev' function. */
|
2012-04-11 14:48:08 -04:00
|
|
|
#undef HAVE__TTYNAME_DEV
|
|
|
|
|
2011-10-22 14:20:52 -04:00
|
|
|
/* Define to 1 if the compiler supports the C99 __func__ variable. */
|
|
|
|
#undef HAVE___FUNC__
|
|
|
|
|
2013-08-20 15:14:17 -06:00
|
|
|
/* Define to 1 if you have dyld with __interpose attribute support. */
|
|
|
|
#undef HAVE___INTERPOSE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '__nss_initf_group' function. */
|
2013-01-22 15:41:15 -05:00
|
|
|
#undef HAVE___NSS_INITF_GROUP
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '__nss_XbyY_buf_alloc' function. */
|
2013-01-22 15:41:15 -05:00
|
|
|
#undef HAVE___NSS_XBYY_BUF_ALLOC
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if your crt0.o defines the __progname symbol for you. */
|
2003-04-02 18:15:25 +00:00
|
|
|
#undef HAVE___PROGNAME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if you have the '__va_copy' function. */
|
2021-07-25 15:51:23 -06:00
|
|
|
#undef HAVE___VA_COPY
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want the hostname to be entered into the log file. */
|
1998-10-15 06:25:10 +00:00
|
|
|
#undef HOST_IN_LOG
|
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if you want to ignore '.' and empty PATH elements. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef IGNORE_DOT_PATH
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The message given when a bad password is entered. */
|
|
|
|
#undef INCORRECT_PASSWORD
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The syslog facility sudo will use. */
|
|
|
|
#undef LOGFAC
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
|
|
|
|
#undef LOGGING
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want a two line OTP (S/Key or OPIE) prompt. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef LONG_OTP_PROMPT
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2014-01-09 15:23:15 -07:00
|
|
|
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
2010-07-20 13:20:53 -04:00
|
|
|
#undef LT_OBJDIR
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The subject of the mail sent by sudo to the MAILTO user/address. */
|
|
|
|
#undef MAILSUBJECT
|
1998-11-21 22:54:31 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The user or email address that sudo mail is sent to. */
|
1999-10-07 21:21:08 +00:00
|
|
|
#undef MAILTO
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
|
2012-04-16 10:25:49 -04:00
|
|
|
*/
|
|
|
|
#undef MAJOR_IN_MKDEV
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in
|
2012-04-16 10:25:49 -04:00
|
|
|
<sysmacros.h>. */
|
|
|
|
#undef MAJOR_IN_SYSMACROS
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The max number of chars per log file line (for line wrapping). */
|
|
|
|
#undef MAXLOGFILELEN
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to the max length of a uid_t in string context (excluding the NUL).
|
|
|
|
*/
|
|
|
|
#undef MAX_UID_T_LEN
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if resolv.h must be included to get the 'inet_ntop' or
|
|
|
|
'inet_pton' function prototypes. */
|
2015-07-09 10:11:25 -06:00
|
|
|
#undef NEED_RESOLV_H
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you don't want sudo to prompt for a password by default. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef NO_AUTHENTICATION
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2016-01-27 15:37:25 -07:00
|
|
|
/* Define to 1 if you want sudo to free up memory before exiting. */
|
|
|
|
#undef NO_LEAKS
|
|
|
|
|
2020-08-01 13:10:50 -06:00
|
|
|
/* Define to 1 if you don't want users to get the lecture the first time they
|
|
|
|
use sudo. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef NO_LECTURE
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2013-04-03 09:54:11 -04:00
|
|
|
/* Define to 1 if you don't want to use sudo's PAM session support. */
|
2007-10-09 00:04:48 +00:00
|
|
|
#undef NO_PAM_SESSION
|
|
|
|
|
2020-05-06 09:27:43 -06:00
|
|
|
/* Define to avoid running the mailer as root. */
|
2002-01-16 21:26:13 +00:00
|
|
|
#undef NO_ROOT_MAILER
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if root should not be allowed to use sudo. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef NO_ROOT_SUDO
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2013-11-18 09:10:09 -07:00
|
|
|
/* Define if your C preprocessor does not support variadic macros. */
|
|
|
|
#undef NO_VARIADIC_MACROS
|
|
|
|
|
2017-09-18 10:45:02 -06:00
|
|
|
/* Define to 1 to include offensive insults from the classic version of sudo.
|
|
|
|
*/
|
|
|
|
#undef OFFENSIVE_INSULTS
|
|
|
|
|
2009-05-19 21:24:05 +00:00
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
|
|
|
|
/* Define to the full name of this package. */
|
|
|
|
#undef PACKAGE_NAME
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
#undef PACKAGE_STRING
|
|
|
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
2010-07-20 13:20:53 -04:00
|
|
|
/* Define to the home page for this package. */
|
|
|
|
#undef PACKAGE_URL
|
|
|
|
|
2009-05-19 21:24:05 +00:00
|
|
|
/* Define to the version of this package. */
|
|
|
|
#undef PACKAGE_VERSION
|
|
|
|
|
2016-03-09 09:39:46 -07:00
|
|
|
/* Define to 1 if your system uses a Solaris-derived PAM and not Linux-PAM or
|
|
|
|
OpenPAM. */
|
|
|
|
#undef PAM_SUN_CODEBASE
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The default password prompt. */
|
|
|
|
#undef PASSPROMPT
|
|
|
|
|
|
|
|
/* The passwd prompt timeout (in minutes). */
|
|
|
|
#undef PASSWORD_TIMEOUT
|
1999-08-05 14:48:35 +00:00
|
|
|
|
2013-11-19 10:40:25 -07:00
|
|
|
/* Enable replacement (v)snprintf if system (v)snprintf is broken. */
|
|
|
|
#undef PREFER_PORTABLE_SNPRINTF
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The syslog priority sudo will use for unsuccessful attempts/errors. */
|
1999-08-05 14:48:35 +00:00
|
|
|
#undef PRI_FAILURE
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The syslog priority sudo will use for successful attempts. */
|
|
|
|
#undef PRI_SUCCESS
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to const if the 'putenv' takes a const argument. */
|
2012-03-07 16:35:42 -05:00
|
|
|
#undef PUTENV_CONST
|
|
|
|
|
2018-04-17 07:10:43 -06:00
|
|
|
/* Define to 1 if you want insults from "Monty Python's Flying Circus". */
|
|
|
|
#undef PYTHON_INSULTS
|
|
|
|
|
2012-02-21 13:26:02 -05:00
|
|
|
/* The default value of preloaded objects (if any). */
|
|
|
|
#undef RTLD_PRELOAD_DEFAULT
|
|
|
|
|
|
|
|
/* The delimiter to use when defining multiple preloaded objects. */
|
|
|
|
#undef RTLD_PRELOAD_DELIM
|
|
|
|
|
|
|
|
/* An extra environment variable that is required to enable preloading (if
|
|
|
|
any). */
|
|
|
|
#undef RTLD_PRELOAD_ENABLE_VAR
|
|
|
|
|
|
|
|
/* The environment variable that controls preloading of dynamic objects. */
|
|
|
|
#undef RTLD_PRELOAD_VAR
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The user sudo should run commands as by default. */
|
|
|
|
#undef RUNAS_DEFAULT
|
1998-11-08 20:56:52 +00:00
|
|
|
|
2015-02-20 06:30:41 -07:00
|
|
|
/* A colon-separated list of directories to override the user's PATH with. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef SECURE_PATH
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 to send mail when the user is not allowed to run a command. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef SEND_MAIL_WHEN_NOT_OK
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 to send mail when the user is not allowed to run sudo on this
|
|
|
|
host. */
|
1999-08-19 16:30:09 +00:00
|
|
|
#undef SEND_MAIL_WHEN_NO_HOST
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 to send mail when the user is not in the sudoers file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef SEND_MAIL_WHEN_NO_USER
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the sha2 functions use 'const void *' instead of 'const
|
2014-04-09 16:31:13 -06:00
|
|
|
unsigned char'. */
|
|
|
|
#undef SHA2_VOID_PTR
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want sudo to start a shell if given no arguments. */
|
1998-10-15 06:25:10 +00:00
|
|
|
#undef SHELL_IF_NO_ARGS
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want sudo to set $HOME in shell mode. */
|
1998-10-15 06:25:10 +00:00
|
|
|
#undef SHELL_SETS_HOME
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* The size of 'id_t', as computed by sizeof. */
|
2016-11-30 07:32:59 -07:00
|
|
|
#undef SIZEOF_ID_T
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* The size of 'long long', as computed by sizeof. */
|
2016-11-30 07:32:59 -07:00
|
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* The size of 'time_t', as computed by sizeof. */
|
2017-02-18 15:35:48 -07:00
|
|
|
#undef SIZEOF_TIME_T
|
|
|
|
|
2013-11-22 16:35:15 -07:00
|
|
|
/* Define to 1 to compile the sudoers plugin statically into the sudo binary.
|
|
|
|
*/
|
|
|
|
#undef STATIC_SUDOERS_PLUGIN
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if all of the C89 standard headers exist (not just the ones
|
2020-12-08 12:35:21 -07:00
|
|
|
required in a freestanding environment). This macro is provided for
|
|
|
|
backward compatibility; new code need not use it. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef STDC_HEADERS
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if the code in interfaces.c does not compile for you. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef STUB_LOAD_INTERFACES
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2020-11-09 17:13:04 -07:00
|
|
|
/* Define to 1 to compile support for sudo_logsrvd in the sudoers plugin. */
|
|
|
|
#undef SUDOERS_LOG_CLIENT
|
2020-02-26 13:17:40 -07:00
|
|
|
|
2012-01-05 15:39:05 -05:00
|
|
|
/* An instance string to append to the username (separated by a slash) for
|
2013-04-03 09:54:11 -04:00
|
|
|
Kerberos V authentication. */
|
2012-01-05 15:39:05 -05:00
|
|
|
#undef SUDO_KRB5_INSTANCE
|
|
|
|
|
2010-09-14 17:18:55 -04:00
|
|
|
/* The umask that the sudo-run prog should use. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef SUDO_UMASK
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The number of minutes before sudo asks for a password again. */
|
|
|
|
#undef TIMEOUT
|
2001-12-12 19:43:23 +00:00
|
|
|
|
2017-08-01 16:14:54 -06:00
|
|
|
/* Define to global, ppid or tty to set the default timestamp record type. */
|
|
|
|
#undef TIMESTAMP_TYPE
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* The number of tries a user gets to enter their password. */
|
|
|
|
#undef TRIES_FOR_PASSWORD
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2010-09-14 17:18:55 -04:00
|
|
|
/* Define to 1 to use the umask specified in sudoers even when it is less
|
|
|
|
restrictive than the invoking user's. */
|
|
|
|
#undef UMASK_OVERRIDE
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 1 if the 'unsetenv' function returns void instead of 'int'. */
|
2009-03-01 00:58:41 +00:00
|
|
|
#undef UNSETENV_VOID
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you want to insult the user for entering an incorrect
|
|
|
|
password. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef USE_INSULTS
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you use GNU stow packaging. */
|
2003-03-15 18:01:39 +00:00
|
|
|
#undef USE_STOW
|
|
|
|
|
2023-01-27 14:44:45 -07:00
|
|
|
/* Enable extensions on AIX, Interix, z/OS. */
|
2015-06-17 17:00:21 -06:00
|
|
|
#ifndef _ALL_SOURCE
|
|
|
|
# undef _ALL_SOURCE
|
|
|
|
#endif
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Enable general extensions on macOS. */
|
|
|
|
#ifndef _DARWIN_C_SOURCE
|
|
|
|
# undef _DARWIN_C_SOURCE
|
|
|
|
#endif
|
|
|
|
/* Enable general extensions on Solaris. */
|
|
|
|
#ifndef __EXTENSIONS__
|
|
|
|
# undef __EXTENSIONS__
|
|
|
|
#endif
|
2015-06-17 17:00:21 -06:00
|
|
|
/* Enable GNU extensions on systems that have them. */
|
|
|
|
#ifndef _GNU_SOURCE
|
|
|
|
# undef _GNU_SOURCE
|
|
|
|
#endif
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Enable X/Open compliant socket functions that do not require linking
|
|
|
|
with -lxnet on HP-UX 11.11. */
|
|
|
|
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
|
|
|
|
# undef _HPUX_ALT_XOPEN_SOCKET_API
|
|
|
|
#endif
|
|
|
|
/* Identify the host operating system as Minix.
|
|
|
|
This macro does not affect the system headers' behavior.
|
|
|
|
A future release of Autoconf may stop defining this macro. */
|
|
|
|
#ifndef _MINIX
|
|
|
|
# undef _MINIX
|
|
|
|
#endif
|
|
|
|
/* Enable general extensions on NetBSD.
|
|
|
|
Enable NetBSD compatibility extensions on Minix. */
|
|
|
|
#ifndef _NETBSD_SOURCE
|
|
|
|
# undef _NETBSD_SOURCE
|
|
|
|
#endif
|
|
|
|
/* Enable OpenBSD compatibility extensions on NetBSD.
|
|
|
|
Oddly enough, this does nothing on OpenBSD. */
|
|
|
|
#ifndef _OPENBSD_SOURCE
|
|
|
|
# undef _OPENBSD_SOURCE
|
|
|
|
#endif
|
|
|
|
/* Define to 1 if needed for POSIX-compatible behavior. */
|
|
|
|
#ifndef _POSIX_SOURCE
|
|
|
|
# undef _POSIX_SOURCE
|
|
|
|
#endif
|
|
|
|
/* Define to 2 if needed for POSIX-compatible behavior. */
|
|
|
|
#ifndef _POSIX_1_SOURCE
|
|
|
|
# undef _POSIX_1_SOURCE
|
|
|
|
#endif
|
|
|
|
/* Enable POSIX-compatible threading on Solaris. */
|
2015-06-17 17:00:21 -06:00
|
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
# undef _POSIX_PTHREAD_SEMANTICS
|
|
|
|
#endif
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
|
|
|
|
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
|
|
|
|
#endif
|
|
|
|
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
|
|
|
|
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_BFP_EXT__
|
|
|
|
#endif
|
|
|
|
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
|
|
|
|
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_DFP_EXT__
|
|
|
|
#endif
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Enable extensions specified by C23 Annex F. */
|
|
|
|
#ifndef __STDC_WANT_IEC_60559_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_EXT__
|
|
|
|
#endif
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
|
|
|
|
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
|
|
|
#endif
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
|
2020-12-08 12:35:21 -07:00
|
|
|
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
|
|
|
|
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
|
|
|
|
#endif
|
|
|
|
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
|
|
|
|
#ifndef __STDC_WANT_LIB_EXT2__
|
|
|
|
# undef __STDC_WANT_LIB_EXT2__
|
|
|
|
#endif
|
|
|
|
/* Enable extensions specified by ISO/IEC 24747:2009. */
|
|
|
|
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
|
|
|
|
# undef __STDC_WANT_MATH_SPEC_FUNCS__
|
|
|
|
#endif
|
2015-06-17 17:00:21 -06:00
|
|
|
/* Enable extensions on HP NonStop. */
|
|
|
|
#ifndef _TANDEM_SOURCE
|
|
|
|
# undef _TANDEM_SOURCE
|
|
|
|
#endif
|
2020-12-08 12:35:21 -07:00
|
|
|
/* Enable X/Open extensions. Define to 500 only if necessary
|
|
|
|
to make mbstate_t available. */
|
|
|
|
#ifndef _XOPEN_SOURCE
|
|
|
|
# undef _XOPEN_SOURCE
|
2015-06-17 17:00:21 -06:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to avoid using the passwd/shadow file for authentication. */
|
|
|
|
#undef WITHOUT_PASSWD
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2010-10-28 12:09:17 -04:00
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Define to 1 if necessary to make fseeko visible. */
|
2021-08-20 10:59:52 -06:00
|
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Define to 1 on platforms where this makes off_t a 64-bit type. */
|
2010-10-28 12:09:17 -04:00
|
|
|
#undef _LARGE_FILES
|
|
|
|
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Number of bits in time_t, on hosts where this is settable. */
|
2022-04-19 13:28:39 -06:00
|
|
|
#undef _TIME_BITS
|
|
|
|
|
2023-03-22 15:37:12 -06:00
|
|
|
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
#undef _UINT32_T
|
|
|
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
#undef _UINT64_T
|
|
|
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
#undef _UINT8_T
|
|
|
|
|
2022-12-26 10:47:51 -07:00
|
|
|
/* Define to 1 on platforms where this makes time_t a 64-bit type. */
|
|
|
|
#undef __MINGW_USE_VC2005_COMPAT
|
2022-11-16 10:26:08 -07:00
|
|
|
|
2013-03-21 16:35:18 -04:00
|
|
|
/* Define to __FUNCTION__ if your compiler supports __FUNCTION__ but not
|
2011-10-22 14:20:52 -04:00
|
|
|
__func__ */
|
|
|
|
#undef __func__
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to empty if 'const' does not conform to ANSI C. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef const
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 'int' if <sys/types.h> doesn't define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef gid_t
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to '__inline__' or '__inline' if that's what the C compiler
|
2015-06-30 10:16:56 -06:00
|
|
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
|
|
#ifndef __cplusplus
|
|
|
|
#undef inline
|
|
|
|
#endif
|
|
|
|
|
2023-03-22 15:37:12 -06:00
|
|
|
/* Define to the type of a signed integer type of width exactly 16 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef int16_t
|
|
|
|
|
|
|
|
/* Define to the type of a signed integer type of width exactly 32 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef int32_t
|
|
|
|
|
|
|
|
/* Define to the type of a signed integer type of width exactly 64 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef int64_t
|
|
|
|
|
|
|
|
/* Define to the type of a signed integer type of width exactly 8 bits if such
|
|
|
|
a type exists and the standard includes do not define it. */
|
|
|
|
#undef int8_t
|
|
|
|
|
|
|
|
/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
|
|
|
|
not define. */
|
|
|
|
#undef intmax_t
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to an OS-specific initialization function or 'os_init_common'. */
|
2012-11-11 07:11:22 -05:00
|
|
|
#undef os_init
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 'unsigned int' if <sys/types.h> does not define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef size_t
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to 'int' if <sys/types.h> doesn't define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef uid_t
|
|
|
|
|
2023-03-22 15:37:12 -06:00
|
|
|
/* Define to the type of an unsigned integer type of width exactly 16 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef uint16_t
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 32 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef uint32_t
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 64 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef uint64_t
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 8 bits if
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
#undef uint8_t
|
|
|
|
|
|
|
|
/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
|
|
|
|
do not define. */
|
|
|
|
#undef uintmax_t
|
|
|
|
|
2022-11-16 10:26:08 -07:00
|
|
|
/* Define to empty if the keyword 'volatile' does not work. Warning: valid
|
|
|
|
code using 'volatile' can become incorrect without. Disable with care. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef volatile
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2023-01-19 13:59:05 -07:00
|
|
|
#ifndef HAVE_SIG_ATOMIC_T
|
|
|
|
typedef int sig_atomic_t;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef HAVE_SOCKLEN_T
|
|
|
|
typedef unsigned int socklen_t;
|
|
|
|
#endif
|
|
|
|
|
2022-09-07 07:48:31 -06:00
|
|
|
#ifndef __GNUC_PREREQ__
|
|
|
|
# ifdef __GNUC__
|
|
|
|
# define __GNUC_PREREQ__(ma, mi) \
|
|
|
|
((__GNUC__ > (ma)) || (__GNUC__ == (ma) && __GNUC_MINOR__ >= (mi)))
|
|
|
|
# else
|
|
|
|
# define __GNUC_PREREQ__(ma, mi) 0
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Define away __attribute__ for non-gcc or old gcc. */
|
|
|
|
#if !defined(__attribute__) && !__GNUC_PREREQ__(2, 5)
|
|
|
|
# define __attribute__(x)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For functions that call exit() directly. */
|
2022-11-29 16:28:27 -07:00
|
|
|
#ifdef __has_c_attribute
|
|
|
|
# if __has_c_attribute(__noreturn__)
|
|
|
|
# define sudo_noreturn [[__noreturn__]]
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
#ifndef sudo_noreturn
|
|
|
|
# if __GNUC_PREREQ__(2, 5)
|
|
|
|
# define sudo_noreturn __attribute__((__noreturn__))
|
|
|
|
# else
|
|
|
|
# define sudo_noreturn
|
|
|
|
# endif
|
2022-09-07 07:48:31 -06:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For malloc-like functions that return uninitialized or zeroed memory. */
|
|
|
|
#if __GNUC_PREREQ__(2, 96)
|
|
|
|
# define sudo_malloclike __attribute__((__malloc__))
|
|
|
|
#else
|
|
|
|
# define sudo_malloclike
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Compile-time checking for function arguments that must not be NULL. */
|
|
|
|
#if __GNUC_PREREQ__(3, 3)
|
|
|
|
# define sudo_attr_nonnull(_a) __attribute__((__nonnull__ (_a)))
|
|
|
|
#else
|
|
|
|
# define sudo_attr_nonnull(_a)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For catching format string mismatches. */
|
|
|
|
#if __GNUC_PREREQ__(2, 7)
|
|
|
|
# define sudo_printflike(_f, _v) __attribute__((__format__ (__printf__, _f, _v))) sudo_attr_nonnull(_f)
|
|
|
|
# define sudo_printf0like(_f, _v) __attribute__((__format__ (__printf__, _f, _v)))
|
|
|
|
# define sudo_attr_fmt_arg(_f) __attribute__((__format_arg__ (_f)))
|
|
|
|
#else
|
|
|
|
# define sudo_printflike(_f, _v)
|
|
|
|
# define sudo_printf0like(_f, _v)
|
|
|
|
# define sudo_attr_fmt_arg(_f)
|
|
|
|
#endif
|
|
|
|
|
2022-11-29 16:28:27 -07:00
|
|
|
/* C23 defines a fallthrough attribute, gcc 7.0 and clang 10 have their own. */
|
|
|
|
#ifdef __has_c_attribute
|
|
|
|
# if __has_c_attribute(__fallthrough__)
|
|
|
|
# define FALLTHROUGH [[__fallthrough__]]
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
#ifndef FALLTHROUGH
|
|
|
|
# if defined(HAVE_FALLTHROUGH_ATTRIBUTE)
|
|
|
|
# define FALLTHROUGH __attribute__((__fallthrough__))
|
|
|
|
# else
|
|
|
|
# define FALLTHROUGH do { } while (0)
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
2022-09-07 07:48:31 -06:00
|
|
|
/* Symbol visibility controls. */
|
2020-08-12 09:57:42 -06:00
|
|
|
#ifdef HAVE_DSO_VISIBILITY
|
|
|
|
# if defined(__GNUC__)
|
|
|
|
# define sudo_dso_public __attribute__((__visibility__("default")))
|
|
|
|
# elif defined(__SUNPRO_C)
|
|
|
|
# define sudo_dso_public __global
|
|
|
|
# else
|
|
|
|
# define sudo_dso_public __declspec(dllexport)
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# define sudo_dso_public
|
|
|
|
#endif
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* BSD compatibility on some SVR4 systems. */
|
1998-11-18 20:25:12 +00:00
|
|
|
#ifdef __svr4__
|
2002-01-02 22:40:14 +00:00
|
|
|
# define BSD_COMP
|
2015-06-18 09:33:05 -06:00
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Enable BSD extensions on systems that have them. */
|
|
|
|
#ifndef _BSD_SOURCE
|
|
|
|
# undef _BSD_SOURCE
|
|
|
|
#endif
|
|
|
|
|
2019-12-25 11:21:49 -07:00
|
|
|
/* Enable OpenBSD extensions on NetBSD. */
|
|
|
|
#ifndef _OPENBSD_SOURCE
|
|
|
|
# undef _OPENBSD_SOURCE
|
|
|
|
#endif
|
|
|
|
|
2015-06-18 09:33:05 -06:00
|
|
|
/* Enable BSD types on IRIX. */
|
|
|
|
#ifndef _BSD_TYPES
|
|
|
|
# undef _BSD_TYPES
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Enable Linux-compatible extensions on AIX. */
|
|
|
|
#ifndef _LINUX_SOURCE_COMPAT
|
|
|
|
# undef _LINUX_SOURCE_COMPAT
|
|
|
|
#endif
|
|
|
|
|
2020-12-07 13:15:25 -07:00
|
|
|
/* Enable unlimited getgroups(2) support on macOS. */
|
|
|
|
#ifndef _DARWIN_UNLIMITED_GETGROUPS
|
|
|
|
# undef _DARWIN_UNLIMITED_GETGROUPS
|
|
|
|
#endif
|
|
|
|
|
2015-06-18 09:33:05 -06:00
|
|
|
/* Enable prototypes in GCC fixed includes on older systems. */
|
|
|
|
#ifndef __USE_FIXED_PROTOTYPES__
|
|
|
|
# undef __USE_FIXED_PROTOTYPES__
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Enable XPG4v2 extensions to POSIX, needed for MSG_WAITALL on older HP-UX. */
|
|
|
|
#ifndef _XOPEN_SOURCE_EXTENDED
|
|
|
|
# undef _XOPEN_SOURCE_EXTENDED
|
|
|
|
#endif
|
|
|
|
|
2015-06-19 12:35:51 -06:00
|
|
|
/* Enable reentrant versions of the standard C API (obsolete). */
|
|
|
|
#ifndef _REENTRANT
|
|
|
|
# undef _REENTRANT
|
|
|
|
#endif
|
|
|
|
|
2015-06-18 09:33:05 -06:00
|
|
|
/* Enable "safer" versions of the standard C API (ISO C11). */
|
|
|
|
#ifndef __STDC_WANT_LIB_EXT1__
|
|
|
|
# undef __STDC_WANT_LIB_EXT1__
|
|
|
|
#endif
|
1998-11-18 20:25:12 +00:00
|
|
|
|
2016-05-04 13:01:57 -06:00
|
|
|
/* Prevent static analyzers from genering bogus memory leak warnings. */
|
|
|
|
#if defined(__COVERITY__) && !defined(NO_LEAKS)
|
|
|
|
# define NO_LEAKS
|
|
|
|
#endif
|
|
|
|
|
2015-05-21 11:13:20 -06:00
|
|
|
#endif /* SUDO_CONFIG_H */
|