2002-11-22 19:08:10 +00:00
|
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
1994-03-10 07:45:06 +00:00
|
|
|
|
1998-10-15 06:25:10 +00:00
|
|
|
#ifndef _SUDO_CONFIG_H
|
|
|
|
#define _SUDO_CONFIG_H
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if the `syslog' function returns a non-zero int to denote
|
|
|
|
failure. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef BROKEN_SYSLOG
|
1994-07-07 00:07:19 +00:00
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to the type of elements in the array set by `getgroups'. Usually
|
|
|
|
this is either `int' or `gid_t'. */
|
|
|
|
#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
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the `authenticate' function. */
|
|
|
|
#undef HAVE_AUTHENTICATE
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `auth_challenge' function. */
|
|
|
|
#undef HAVE_AUTH_CHALLENGE
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
|
2004-01-12 19:03:54 +00:00
|
|
|
/* Define to 1 if you have the `closefrom' function. */
|
|
|
|
#undef HAVE_CLOSEFROM
|
|
|
|
|
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
|
|
|
|
2004-09-07 17:14:52 +00:00
|
|
|
/* Define to 1 if your `DIR' contains dd_fd. */
|
|
|
|
#undef HAVE_DD_FD
|
|
|
|
|
2011-08-30 10:05:30 -04:00
|
|
|
/* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
|
|
|
|
*/
|
|
|
|
#undef HAVE_DECL_ERRNO
|
|
|
|
|
2011-12-02 17:28:50 -05:00
|
|
|
/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_H_ERRNO
|
|
|
|
|
2012-08-28 10:11:38 -04:00
|
|
|
/* Define to 1 if you have the declaration of `sys_sigabbrev', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SYS_SIGABBREV
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
|
|
|
don't. */
|
2010-03-12 05:26:01 -05:00
|
|
|
#undef HAVE_DECL_SYS_SIGLIST
|
|
|
|
|
2012-08-26 20:12:51 -04:00
|
|
|
/* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL_SYS_SIGNAME
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
|
|
|
don't. */
|
2010-03-12 05:26:01 -05:00
|
|
|
#undef HAVE_DECL__SYS_SIGLIST
|
|
|
|
|
2012-08-26 20:12:51 -04:00
|
|
|
/* Define to 1 if you have the declaration of `_sys_signame', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL__SYS_SIGNAME
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
|
|
|
don't. */
|
2010-03-12 05:26:01 -05:00
|
|
|
#undef HAVE_DECL___SYS_SIGLIST
|
|
|
|
|
2012-08-26 20:12:51 -04:00
|
|
|
/* Define to 1 if you have the declaration of `__sys_signame', and to 0 if you
|
|
|
|
don't. */
|
|
|
|
#undef HAVE_DECL___SYS_SIGNAME
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_DIRENT_H
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `dirfd' function or macro. */
|
2004-06-01 19:13:37 +00:00
|
|
|
#undef HAVE_DIRFD
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
|
2010-09-26 17:41:35 -04:00
|
|
|
/* Define to 1 if you have the `dlopen' function. */
|
|
|
|
#undef HAVE_DLOPEN
|
|
|
|
|
2012-06-13 16:57:49 -04:00
|
|
|
/* Define to 1 if the compiler supports the __visibility__ attribute. */
|
|
|
|
#undef HAVE_DSO_VISIBILITY
|
|
|
|
|
2006-08-17 15:26:54 +00:00
|
|
|
/* Define to 1 if your system has the F_CLOSEM fcntl. */
|
|
|
|
#undef HAVE_FCNTL_CLOSEM
|
|
|
|
|
2009-09-18 12:23:01 +00:00
|
|
|
/* Define to 1 if you have the `fgetln' function. */
|
|
|
|
#undef HAVE_FGETLN
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `flock' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_FLOCK
|
2001-12-14 23:38:31 +00:00
|
|
|
|
2004-09-08 15:49:26 +00: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
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `freeifaddrs' function. */
|
2002-01-18 19:17:07 +00:00
|
|
|
#undef HAVE_FREEIFADDRS
|
|
|
|
|
2012-08-29 10:32:49 -04:00
|
|
|
/* Define to 1 if you have the `fseeko' function. */
|
|
|
|
#undef HAVE_FSEEKO
|
|
|
|
|
2004-09-07 17:14:52 +00:00
|
|
|
/* Define to 1 if you have the `futime' function. */
|
|
|
|
#undef HAVE_FUTIME
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `futimes' function. */
|
|
|
|
#undef HAVE_FUTIMES
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `futimesat' function. */
|
|
|
|
#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
|
|
|
|
2007-08-15 13:22:06 +00:00
|
|
|
/* Define to 1 if you have the `getaddrinfo' function. */
|
|
|
|
#undef HAVE_GETADDRINFO
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `getauthuid' function. (ULTRIX 4.x shadow
|
|
|
|
passwords) */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETAUTHUID
|
1995-03-28 05:45:21 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETCWD
|
1994-03-12 18:37:58 +00:00
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2011-07-20 11:58:45 -04:00
|
|
|
/* Define to 1 if you have the `getgrouplist' function. */
|
|
|
|
#undef HAVE_GETGROUPLIST
|
|
|
|
|
|
|
|
/* Define to 1 if your system has a working `getgroups' function. */
|
2004-11-16 23:59:56 +00:00
|
|
|
#undef HAVE_GETGROUPS
|
|
|
|
|
2011-07-20 11:58:45 -04:00
|
|
|
/* Define to 1 if you have the `getgrset' function. */
|
|
|
|
#undef HAVE_GETGRSET
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2009-09-18 01:16:56 +00:00
|
|
|
/* Define to 1 if you have the `getline' function. */
|
|
|
|
#undef HAVE_GETLINE
|
|
|
|
|
2003-04-02 18:15:25 +00:00
|
|
|
/* Define to 1 if you have the `getprogname' function. */
|
|
|
|
#undef HAVE_GETPROGNAME
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `getprpwnam' function. (SecureWare-style shadow
|
2002-01-02 22:40:14 +00:00
|
|
|
passwords) */
|
|
|
|
#undef HAVE_GETPRPWNAM
|
1994-08-08 04:04:40 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `getpwanam' function. (SunOS 4.x shadow
|
|
|
|
passwords) */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETPWANAM
|
1994-06-06 23:31:51 +00:00
|
|
|
|
2010-05-11 10:55:59 -04:00
|
|
|
/* Define to 1 if you have the `getresuid' function. */
|
|
|
|
#undef HAVE_GETRESUID
|
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `getspnam' function (SVR4-style shadow
|
|
|
|
passwords) */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_GETSPNAM
|
2001-12-08 19:48:03 +00:00
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `getspwuid' function. (HP-UX <= 9.X shadow
|
2002-01-02 22:40:14 +00:00
|
|
|
passwords) */
|
|
|
|
#undef HAVE_GETSPWUID
|
1994-05-24 00:26:19 +00:00
|
|
|
|
2011-03-14 10:20:47 -04:00
|
|
|
/* Define to 1 if you have the `getttyent' function. */
|
|
|
|
#undef HAVE_GETTTYENT
|
|
|
|
|
2008-03-06 17:19:57 +00:00
|
|
|
/* Define to 1 if you have the `getuserattr' function. */
|
|
|
|
#undef HAVE_GETUSERATTR
|
|
|
|
|
2009-12-10 16:59:27 +00:00
|
|
|
/* Define to 1 if you have the `getutid' function. */
|
|
|
|
#undef HAVE_GETUTID
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `getutxid' function. */
|
|
|
|
#undef HAVE_GETUTXID
|
|
|
|
|
2004-10-07 16:59:54 +00:00
|
|
|
/* Define to 1 if you have the `glob' function. */
|
|
|
|
#undef HAVE_GLOB
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the `grantpt' function. */
|
|
|
|
#undef HAVE_GRANTPT
|
|
|
|
|
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
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `gss_krb5_ccache_name' function. */
|
|
|
|
#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
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `innetgr' function. */
|
1995-07-25 00:01:11 +00:00
|
|
|
#undef HAVE_INNETGR
|
|
|
|
|
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
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you have the `iscomsec' function. (HP-UX >= 10.x check for
|
|
|
|
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 have the `issecure' function. (SunOS 4.x check for
|
|
|
|
shadow enabled) */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_ISSECURE
|
1995-06-18 00:46:01 +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
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the `killpg' function. */
|
|
|
|
#undef HAVE_KILLPG
|
|
|
|
|
2008-10-23 16:06:23 +00:00
|
|
|
/* Define to 1 if you have the `krb5_get_init_creds_opt_alloc' function. */
|
|
|
|
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if your `krb5_get_init_creds_opt_free' function takes two
|
|
|
|
arguments. */
|
2008-10-23 16:06:23 +00:00
|
|
|
#undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_TWO_ARGS
|
|
|
|
|
2007-06-09 11:24:49 +00:00
|
|
|
/* Define to 1 if you have the `krb5_init_secure_context' function. */
|
|
|
|
#undef HAVE_KRB5_INIT_SECURE_CONTEXT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `krb5_verify_user' function. */
|
|
|
|
#undef HAVE_KRB5_VERIFY_USER
|
|
|
|
|
2004-09-07 19:57:00 +00: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
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if you have the `ldapssl_init' function. */
|
|
|
|
#undef HAVE_LDAPSSL_INIT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `ldapssl_set_strength' function. */
|
|
|
|
#undef HAVE_LDAPSSL_SET_STRENGTH
|
|
|
|
|
2008-01-04 14:56:10 +00:00
|
|
|
/* Define to 1 if you have the `ldap_create' function. */
|
|
|
|
#undef HAVE_LDAP_CREATE
|
|
|
|
|
2004-09-07 17:14:52 +00: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
|
|
|
|
2008-01-05 12:56:39 +00:00
|
|
|
/* Define to 1 if you have the `ldap_sasl_bind_s' function. */
|
|
|
|
#undef HAVE_LDAP_SASL_BIND_S
|
|
|
|
|
2007-07-19 23:53:21 +00:00
|
|
|
/* Define to 1 if you have the `ldap_sasl_interactive_bind_s' function. */
|
|
|
|
#undef HAVE_LDAP_SASL_INTERACTIVE_BIND_S
|
|
|
|
|
2008-01-03 21:11:33 +00:00
|
|
|
/* Define to 1 if you have the `ldap_search_ext_s' function. */
|
|
|
|
#undef HAVE_LDAP_SEARCH_EXT_S
|
|
|
|
|
2011-01-10 10:33:22 -05:00
|
|
|
/* Define to 1 if you have the `ldap_search_st' function. */
|
|
|
|
#undef HAVE_LDAP_SEARCH_ST
|
|
|
|
|
2009-03-01 21:20:37 +00:00
|
|
|
/* Define to 1 if you have the `ldap_ssl_client_init' function. */
|
|
|
|
#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
|
|
|
|
|
2012-06-29 12:14:45 -04:00
|
|
|
/* Define to 1 if you have the `ldap_ssl_init' function. */
|
|
|
|
#undef HAVE_LDAP_SSL_INIT
|
|
|
|
|
2004-09-07 17:14:52 +00: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
|
|
|
|
2009-03-01 21:20:37 +00:00
|
|
|
/* Define to 1 if you have the `ldap_start_tls_s_np' function. */
|
|
|
|
#undef HAVE_LDAP_START_TLS_S_NP
|
|
|
|
|
2008-01-02 20:29:48 +00:00
|
|
|
/* Define to 1 if you have the `ldap_str2dn' function. */
|
|
|
|
#undef HAVE_LDAP_STR2DN
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `ldap_unbind_ext_s' function. */
|
|
|
|
#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
|
|
|
|
|
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
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2010-07-31 21:19:46 -04:00
|
|
|
/* Define to 1 if the system has the type `long long int'. */
|
|
|
|
#undef HAVE_LONG_LONG_INT
|
1998-10-25 20:21:47 +00:00
|
|
|
|
2005-11-17 01:36:48 +00:00
|
|
|
/* Define to 1 if you have the `lrand48' function. */
|
|
|
|
#undef HAVE_LRAND48
|
|
|
|
|
2010-07-19 12:50:59 -04:00
|
|
|
/* Define to 1 if you have the <maillock.h> header file. */
|
|
|
|
#undef HAVE_MAILLOCK_H
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <malloc.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_MALLOC_H
|
1998-09-21 04:00:56 +00:00
|
|
|
|
2009-12-12 15:37:52 +00:00
|
|
|
/* Define to 1 if you have the `mbr_check_membership' function. */
|
|
|
|
#undef HAVE_MBR_CHECK_MEMBERSHIP
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_MEMORY_H
|
1998-09-21 04:00:56 +00:00
|
|
|
|
2007-06-14 16:03:53 +00:00
|
|
|
/* Define to 1 if you have the `memrchr' function. */
|
|
|
|
#undef HAVE_MEMRCHR
|
|
|
|
|
2010-12-27 13:49:49 -05:00
|
|
|
/* Define to 1 if you have the `mkdtemp' function. */
|
|
|
|
#undef HAVE_MKDTEMP
|
|
|
|
|
2010-07-09 10:08:05 -04:00
|
|
|
/* Define to 1 if you have the `mkstemps' function. */
|
|
|
|
#undef HAVE_MKSTEMPS
|
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
|
|
|
|
|
2009-08-16 15:13:31 +00:00
|
|
|
/* Define to 1 if you have the `nanosleep' function. */
|
|
|
|
#undef HAVE_NANOSLEEP
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2012-06-18 14:29:06 -04:00
|
|
|
/* Define to 1 if you have the `ngettext' function. */
|
|
|
|
#undef HAVE_NGETTEXT
|
|
|
|
|
2011-01-28 16:11:47 -05:00
|
|
|
/* Define to 1 if you have the `nl_langinfo' function. */
|
|
|
|
#undef HAVE_NL_LANGINFO
|
|
|
|
|
2009-08-06 00:04:14 +00:00
|
|
|
/* Define to 1 if you have the `openpty' function. */
|
|
|
|
#undef HAVE_OPENPTY
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2012-03-14 20:55:11 -04:00
|
|
|
/* Define to 1 if you have the `pam_getenvlist' function. */
|
|
|
|
#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
|
|
|
|
2009-08-08 00:29:30 +00:00
|
|
|
/* Define to 1 if you have the `posix_openpt' function. */
|
|
|
|
#undef HAVE_POSIX_OPENPT
|
|
|
|
|
2011-03-10 14:24:10 -05:00
|
|
|
/* Define to 1 if you have the `priv_set' function. */
|
|
|
|
#undef HAVE_PRIV_SET
|
|
|
|
|
2012-04-10 15:53:41 -04:00
|
|
|
/* Define to 1 if you have the <procfs.h> header file. */
|
|
|
|
#undef HAVE_PROCFS_H
|
|
|
|
|
2007-06-19 22:24:51 +00:00
|
|
|
/* Define to 1 if you have the <project.h> header file. */
|
|
|
|
#undef HAVE_PROJECT_H
|
|
|
|
|
2009-08-07 13:23:07 +00:00
|
|
|
/* Define to 1 if you have the <pty.h> header file. */
|
|
|
|
#undef HAVE_PTY_H
|
|
|
|
|
2012-02-06 10:56:39 -05:00
|
|
|
/* Define to 1 if you have the `pw_dup' function. */
|
|
|
|
#undef HAVE_PW_DUP
|
|
|
|
|
2005-11-17 01:36:48 +00:00
|
|
|
/* Define to 1 if you have the `random' function. */
|
|
|
|
#undef HAVE_RANDOM
|
|
|
|
|
2009-08-23 23:52:23 +00:00
|
|
|
/* Define to 1 if you have the `regcomp' function. */
|
|
|
|
#undef HAVE_REGCOMP
|
|
|
|
|
2009-08-06 15:53:21 +00:00
|
|
|
/* Define to 1 if you have the `revoke' function. */
|
|
|
|
#undef HAVE_REVOKE
|
|
|
|
|
2011-04-07 07:04:26 -04:00
|
|
|
/* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes
|
|
|
|
4 arguments */
|
|
|
|
#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
|
|
|
|
|
2010-06-29 13:08:05 -04:00
|
|
|
/* Define to 1 if you have the `setauthdb' function. */
|
|
|
|
#undef HAVE_SETAUTHDB
|
|
|
|
|
2009-03-01 00:58:41 +00:00
|
|
|
/* Define to 1 if you have the `setenv' function. */
|
|
|
|
#undef HAVE_SETENV
|
|
|
|
|
2006-07-31 17:50:06 +00:00
|
|
|
/* Define to 1 if you have the `seteuid' function. */
|
|
|
|
#undef HAVE_SETEUID
|
|
|
|
|
2010-06-24 15:31:05 -04:00
|
|
|
/* Define to 1 if you have the `setkeycreatecon' function. */
|
|
|
|
#undef HAVE_SETKEYCREATECON
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `setresuid' function. */
|
|
|
|
#undef HAVE_SETRESUID
|
1999-08-06 13:33:03 +00:00
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2010-02-06 15:16:04 -05:00
|
|
|
/* Define to 1 if you have the `setrlimit64' function. */
|
|
|
|
#undef HAVE_SETRLIMIT64
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2010-09-26 17:41:35 -04:00
|
|
|
/* Define to 1 if you have the `shl_load' function. */
|
|
|
|
#undef HAVE_SHL_LOAD
|
|
|
|
|
2008-12-02 17:30:39 +00:00
|
|
|
/* Define to 1 if you have the `sia_ses_init' function. */
|
|
|
|
#undef HAVE_SIA_SES_INIT
|
1999-07-22 12:43:42 +00:00
|
|
|
|
2012-08-29 14:25:09 -04:00
|
|
|
/* Define to 1 if you have the `sig2str' function. */
|
|
|
|
#undef HAVE_SIG2STR
|
|
|
|
|
2011-12-01 11:07:17 -05:00
|
|
|
/* Define to 1 if the system has the type `sigaction_t'. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SIGACTION_T
|
1999-07-22 12:43:42 +00:00
|
|
|
|
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
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2012-03-30 09:36:30 -04:00
|
|
|
/* Define to 1 if you have the <spawn.h> header file. */
|
|
|
|
#undef HAVE_SPAWN_H
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `strftime' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_STRFTIME
|
1994-03-12 18:37:58 +00:00
|
|
|
|
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
|
|
|
|
2003-03-12 22:07:26 +00:00
|
|
|
/* Define to 1 if you have the `strlcat' function. */
|
|
|
|
#undef HAVE_STRLCAT
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `strlcpy' function. */
|
|
|
|
#undef HAVE_STRLCPY
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_STRRCHR
|
1994-05-29 00:28:57 +00:00
|
|
|
|
2009-10-14 20:04:04 +00:00
|
|
|
/* Define to 1 if you have the `strsignal' function. */
|
|
|
|
#undef HAVE_STRSIGNAL
|
|
|
|
|
2012-04-13 08:36:58 -04:00
|
|
|
/* Define to 1 if `d_type' is a member of `struct dirent'. */
|
|
|
|
#undef HAVE_STRUCT_DIRENT_D_TYPE
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if the system has the type `struct in6_addr'. */
|
|
|
|
#undef HAVE_STRUCT_IN6_ADDR
|
|
|
|
|
2012-02-28 10:33:16 -05:00
|
|
|
/* Define to 1 if `p_tdev' is a member of `struct kinfo_proc2'. */
|
|
|
|
#undef HAVE_STRUCT_KINFO_PROC2_P_TDEV
|
|
|
|
|
2012-01-10 16:49:24 -05:00
|
|
|
/* Define to 1 if `ki_tdev' is a member of `struct kinfo_proc'. */
|
2012-01-09 16:08:58 -05:00
|
|
|
#undef HAVE_STRUCT_KINFO_PROC_KI_TDEV
|
|
|
|
|
2012-01-10 16:49:24 -05:00
|
|
|
/* Define to 1 if `kp_eproc.e_tdev' is a member of `struct kinfo_proc'. */
|
|
|
|
#undef HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV
|
|
|
|
|
|
|
|
/* Define to 1 if `p_tdev' is a member of `struct kinfo_proc'. */
|
|
|
|
#undef HAVE_STRUCT_KINFO_PROC_P_TDEV
|
|
|
|
|
2012-04-10 15:53:41 -04:00
|
|
|
/* Define to 1 if `pr_ttydev' is a member of `struct psinfo'. */
|
|
|
|
#undef HAVE_STRUCT_PSINFO_PR_TTYDEV
|
|
|
|
|
2011-12-02 17:28:50 -05:00
|
|
|
/* Define if your struct sockadr has an sa_len field. */
|
|
|
|
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
|
|
|
|
|
2011-12-01 11:07:17 -05:00
|
|
|
/* Define to 1 if the system has the type `struct timespec'. */
|
|
|
|
#undef HAVE_STRUCT_TIMESPEC
|
|
|
|
|
2011-03-15 16:18:33 -04:00
|
|
|
/* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_EXIT
|
|
|
|
|
2011-03-29 09:10:40 -04:00
|
|
|
/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_EXIT___E_TERMINATION
|
|
|
|
|
2011-03-14 10:20:47 -04:00
|
|
|
/* Define to 1 if `ut_id' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_ID
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_pid' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_PID
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_TV
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_type' is a member of `struct utmpx'. */
|
|
|
|
#undef HAVE_STRUCT_UTMPX_UT_TYPE
|
|
|
|
|
2011-03-15 16:18:33 -04:00
|
|
|
/* Define to 1 if `ut_exit' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT
|
|
|
|
|
2011-03-29 09:10:40 -04:00
|
|
|
/* Define to 1 if `ut_exit.e_termination' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_EXIT___E_TERMINATION
|
|
|
|
|
2011-03-14 10:20:47 -04:00
|
|
|
/* Define to 1 if `ut_id' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_ID
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_pid' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_PID
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_tv' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_TV
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_type' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_TYPE
|
|
|
|
|
|
|
|
/* Define to 1 if `ut_user' is a member of `struct utmp'. */
|
|
|
|
#undef HAVE_STRUCT_UTMP_UT_USER
|
|
|
|
|
2004-09-08 15:49:26 +00: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
|
|
|
|
|
2004-09-08 15:49:26 +00: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
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to 1 if your struct stat uses an st__tim union */
|
|
|
|
#undef HAVE_ST__TIM
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `sysconf' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYSCONF
|
1998-11-18 20:31:25 +00:00
|
|
|
|
2009-12-10 16:59:27 +00:00
|
|
|
/* Define to 1 if you have the `sysctl' function. */
|
|
|
|
#undef HAVE_SYSCTL
|
|
|
|
|
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
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_SYS_DIR_H
|
1996-10-08 23:21:28 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
*/
|
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
|
|
|
|
|
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
|
|
|
|
2012-08-28 10:11:38 -04:00
|
|
|
/* Define to 1 if your libc has the `sys_sigabbrev' symbol. */
|
|
|
|
#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
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
2011-03-14 10:20:47 -04:00
|
|
|
/* Define to 1 if you have the `ttyslot' function. */
|
|
|
|
#undef HAVE_TTYSLOT
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the `tzset' function. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_TZSET
|
1999-10-07 21:21:08 +00:00
|
|
|
|
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
|
|
|
|
2009-03-01 00:58:41 +00:00
|
|
|
/* Define to 1 if you have the `unsetenv' function. */
|
|
|
|
#undef HAVE_UNSETENV
|
|
|
|
|
2009-08-07 13:23:07 +00:00
|
|
|
/* Define to 1 if you have the <util.h> header file. */
|
|
|
|
#undef HAVE_UTIL_H
|
|
|
|
|
2004-09-07 17:14:52 +00:00
|
|
|
/* Define to 1 if you have the `utimes' function. */
|
|
|
|
#undef HAVE_UTIMES
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the <utime.h> header file. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef HAVE_UTIME_H
|
1999-10-07 21:21:08 +00:00
|
|
|
|
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
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
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
|
|
|
|
2012-01-30 09:28:11 -05:00
|
|
|
/* Define to 1 if the system has the type `_Bool'. */
|
|
|
|
#undef HAVE__BOOL
|
|
|
|
|
2013-01-18 14:58:12 -05:00
|
|
|
/* Define to 1 if you have the `_getgroupsbymember' function. */
|
|
|
|
#undef HAVE__GETGROUPSBYMEMBER
|
|
|
|
|
2009-10-17 12:54:07 +00:00
|
|
|
/* Define to 1 if you have the `_getpty' function. */
|
|
|
|
#undef HAVE__GETPTY
|
|
|
|
|
2002-11-22 19:08:10 +00: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
|
|
|
|
2012-04-11 14:48:08 -04:00
|
|
|
/* Define to 1 if you have the `_ttyname_dev' function. */
|
|
|
|
#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__
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
2004-09-08 15:49:26 +00: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
|
|
|
|
2010-07-20 13:20:53 -04:00
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
|
|
*/
|
|
|
|
#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
|
|
|
|
2012-04-16 10:25:49 -04:00
|
|
|
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
|
|
|
*/
|
|
|
|
#undef MAJOR_IN_MKDEV
|
|
|
|
|
|
|
|
/* Define to 1 if `major', `minor', and `makedev' are declared in
|
|
|
|
<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
|
|
|
|
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
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 if you don't want users to get the lecture the first they user
|
|
|
|
sudo. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef NO_LECTURE
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2010-04-06 04:53:42 -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
|
|
|
|
|
2002-01-16 21:26:13 +00:00
|
|
|
/* Define to avoid runing the mailer as root. */
|
|
|
|
#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
|
|
|
|
2010-07-20 13:20:53 -04:00
|
|
|
/* Define to 1 if you want a single ticket file instead of per-tty files. */
|
|
|
|
#undef NO_TTY_TICKETS
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 to replace politically incorrect insults with less offensive
|
|
|
|
ones. */
|
2004-02-04 04:38:56 +00:00
|
|
|
#undef PC_INSULTS
|
|
|
|
|
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
|
|
|
|
2012-03-07 16:35:42 -05:00
|
|
|
/* Define to const if the `putenv' takes a const argument. */
|
|
|
|
#undef PUTENV_CONST
|
|
|
|
|
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
|
|
|
|
2004-09-08 15:49:26 +00:00
|
|
|
/* Define to 1 to override the user's path with a built-in one. */
|
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
|
|
|
|
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
|
|
|
|
|
2010-07-31 21:19:46 -04:00
|
|
|
/* The size of `long int', as computed by sizeof. */
|
|
|
|
#undef SIZEOF_LONG_INT
|
|
|
|
|
2002-11-22 19:08:10 +00:00
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
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
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* The name of the sudoers plugin, including extension. */
|
|
|
|
#undef SUDOERS_PLUGIN
|
|
|
|
|
2012-01-05 15:39:05 -05:00
|
|
|
/* An instance string to append to the username (separated by a slash) for
|
|
|
|
Kerberos V authentication */
|
|
|
|
#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
|
|
|
|
2004-12-03 18:48:07 +00:00
|
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|
|
|
#undef TIME_WITH_SYS_TIME
|
|
|
|
|
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
|
|
|
|
|
2009-03-01 00:58:41 +00:00
|
|
|
/* Define to 1 if the `unsetenv' function returns void instead of `int'. */
|
|
|
|
#undef UNSETENV_VOID
|
|
|
|
|
2010-07-28 16:34:11 -04:00
|
|
|
/* Define to 1 if you want to create ~/.sudo_as_admin_successful if the user
|
|
|
|
is in the admin group the first time they run sudo. */
|
|
|
|
#undef USE_ADMIN_FLAG
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
|
|
#undef _LARGE_FILES
|
|
|
|
|
2011-10-22 14:20:52 -04:00
|
|
|
/* Define to __FUNCTION__ if your compiler support __FUNCTION__ but not
|
|
|
|
__func__ */
|
|
|
|
#undef __func__
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to `signed' or nothing if compiler does not support a signed type
|
|
|
|
qualifier. */
|
|
|
|
#undef __signed
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
|
|
#undef const
|
|
|
|
|
2011-12-01 11:27:57 -05:00
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef dev_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef gid_t
|
1999-10-07 21:21:08 +00:00
|
|
|
|
2011-12-01 11:27:57 -05:00
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef ino_t
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
|
|
#undef mode_t
|
|
|
|
|
2012-11-11 07:11:22 -05:00
|
|
|
/* Define to an OS-specific initialization function or `os_init_common'. */
|
|
|
|
#undef os_init
|
|
|
|
|
2002-01-02 22:40:14 +00:00
|
|
|
/* Define to `int' if <signal.h> does not define. */
|
|
|
|
#undef sig_atomic_t
|
|
|
|
|
2010-04-06 04:53:42 -04:00
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef size_t
|
|
|
|
|
2011-12-01 11:27:57 -05:00
|
|
|
/* Define to `unsigned int' if <sys/socket.h> doesn't define. */
|
|
|
|
#undef socklen_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#undef ssize_t
|
|
|
|
|
|
|
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
|
|
|
#undef uid_t
|
|
|
|
|
|
|
|
/* Define to empty if the keyword `volatile' does not work. Warning: valid
|
|
|
|
code using `volatile' can become incorrect without. Disable with care. */
|
|
|
|
#undef volatile
|
1998-10-15 06:25:10 +00:00
|
|
|
|
2004-09-07 19:57:00 +00:00
|
|
|
/*
|
2010-04-20 16:44:02 -04:00
|
|
|
* Macros to convert ctime and mtime into timevals.
|
2004-09-07 19:57:00 +00:00
|
|
|
*/
|
2010-04-22 09:52:26 -04:00
|
|
|
#define timespec2timeval(_ts, _tv) do { \
|
|
|
|
(_tv)->tv_sec = (_ts)->tv_sec; \
|
|
|
|
(_tv)->tv_usec = (_ts)->tv_nsec / 1000; \
|
|
|
|
} while (0)
|
|
|
|
|
2004-09-07 19:57:00 +00:00
|
|
|
#ifdef HAVE_ST_MTIM
|
2008-01-02 20:29:48 +00:00
|
|
|
# ifdef HAVE_ST__TIM
|
2010-04-22 09:52:26 -04:00
|
|
|
# define ctim_get(_x, _y) timespec2timeval(&(_x)->st_ctim.st__tim, (_y))
|
|
|
|
# define mtim_get(_x, _y) timespec2timeval(&(_x)->st_mtim.st__tim, (_y))
|
2008-01-02 20:29:48 +00:00
|
|
|
# else
|
2010-04-22 09:52:26 -04:00
|
|
|
# define ctim_get(_x, _y) timespec2timeval(&(_x)->st_ctim, (_y))
|
|
|
|
# define mtim_get(_x, _y) timespec2timeval(&(_x)->st_mtim, (_y))
|
2008-01-02 20:29:48 +00:00
|
|
|
# endif
|
2004-09-07 19:57:00 +00:00
|
|
|
#else
|
|
|
|
# ifdef HAVE_ST_MTIMESPEC
|
2010-04-22 09:52:26 -04:00
|
|
|
# define ctim_get(_x, _y) timespec2timeval(&(_x)->st_ctimespec, (_y))
|
|
|
|
# define mtim_get(_x, _y) timespec2timeval(&(_x)->st_mtimespec, (_y))
|
2004-09-07 19:57:00 +00:00
|
|
|
# else
|
2010-04-20 16:44:02 -04:00
|
|
|
# define ctim_get(_x, _y) do { (_y)->tv_sec = (_x)->st_ctime; (_y)->tv_usec = 0; } while (0)
|
|
|
|
# define mtim_get(_x, _y) do { (_y)->tv_sec = (_x)->st_mtime; (_y)->tv_usec = 0; } while (0)
|
2004-09-07 19:57:00 +00:00
|
|
|
# endif /* HAVE_ST_MTIMESPEC */
|
|
|
|
#endif /* HAVE_ST_MTIM */
|
|
|
|
|
2012-03-29 10:33:40 -04:00
|
|
|
#ifdef __GNUC__
|
|
|
|
# define ignore_result(x) do { \
|
|
|
|
__typeof__(x) y = (x); \
|
|
|
|
(void)y; \
|
|
|
|
} while(0)
|
|
|
|
#else
|
|
|
|
# define ignore_result(x) (void)(x)
|
|
|
|
#endif
|
|
|
|
|
2004-01-22 00:02:36 +00:00
|
|
|
/* Macros to set/clear/test flags. */
|
|
|
|
#undef SET
|
|
|
|
#define SET(t, f) ((t) |= (f))
|
|
|
|
#undef CLR
|
|
|
|
#define CLR(t, f) ((t) &= ~(f))
|
|
|
|
#undef ISSET
|
|
|
|
#define ISSET(t, f) ((t) & (f))
|
|
|
|
|
2011-05-20 11:48:17 -04:00
|
|
|
/* ANSI-style OS defs for HP-UX and ConvexOS. */
|
2002-01-02 22:40:14 +00:00
|
|
|
#if defined(hpux) && !defined(__hpux)
|
|
|
|
# define __hpux 1
|
|
|
|
#endif /* hpux */
|
|
|
|
|
|
|
|
#if defined(convex) && !defined(__convex__)
|
|
|
|
# define __convex__ 1
|
|
|
|
#endif /* convex */
|
|
|
|
|
|
|
|
/* BSD compatibility on some SVR4 systems. */
|
1998-11-18 20:25:12 +00:00
|
|
|
#ifdef __svr4__
|
2002-01-02 22:40:14 +00:00
|
|
|
# define BSD_COMP
|
1998-11-18 20:25:12 +00:00
|
|
|
#endif /* __svr4__ */
|
|
|
|
|
1998-10-15 06:25:10 +00:00
|
|
|
#endif /* _SUDO_CONFIG_H */
|