File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / sudo / config.h.in
Revision 1.1.1.6 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:12:53 2014 UTC (10 years ago) by misho
Branches: sudo, MAIN
CVS tags: v1_8_10p3_0, v1_8_10p3, HEAD
sudo v 1.8.10p3

    1: /* config.h.in.  Generated from configure.ac by autoheader.  */
    2: 
    3: #ifndef _SUDO_CONFIG_H
    4: #define _SUDO_CONFIG_H
    5: 
    6: /* Define to 1 if the `syslog' function returns a non-zero int to denote
    7:    failure. */
    8: #undef BROKEN_SYSLOG
    9: 
   10: /* Define to 1 if you want the insults from the "classic" version sudo. */
   11: #undef CLASSIC_INSULTS
   12: 
   13: /* Define to 1 if you want insults culled from the twisted minds of CSOps. */
   14: #undef CSOPS_INSULTS
   15: 
   16: /* Define to 1 if you want sudo to display "command not allowed" instead of
   17:    "command not found" when a command cannot be found. */
   18: #undef DONT_LEAK_PATH_INFO
   19: 
   20: /* A colon-separated list of pathnames to be used as the editor for visudo. */
   21: #undef EDITOR
   22: 
   23: /* Define to 1 to enable environment function debugging. */
   24: #undef ENV_DEBUG
   25: 
   26: /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
   27:    variables. */
   28: #undef ENV_EDITOR
   29: 
   30: /* Define to 1 to enable environment resetting by default. */
   31: #undef ENV_RESET
   32: 
   33: /* If defined, users in this group need not enter a passwd (ie "sudo"). */
   34: #undef EXEMPTGROUP
   35: 
   36: /* Define to 1 if you want to require fully qualified hosts in sudoers. */
   37: #undef FQDN
   38: 
   39: /* Define to the type of elements in the array set by `getgroups'. Usually
   40:    this is either `int' or `gid_t'. */
   41: #undef GETGROUPS_T
   42: 
   43: /* Define to 1 if you want insults from the "Goon Show". */
   44: #undef GOONS_INSULTS
   45: 
   46: /* Define to 1 if you want 2001-like insults. */
   47: #undef HAL_INSULTS
   48: 
   49: /* Define to 1 if you use AFS. */
   50: #undef HAVE_AFS
   51: 
   52: /* Define to 1 if you use AIX general authentication. */
   53: #undef HAVE_AIXAUTH
   54: 
   55: /* Define to 1 if you have the `asprintf' function. */
   56: #undef HAVE_ASPRINTF
   57: 
   58: /* Define to 1 if you have the `authenticate' function. */
   59: #undef HAVE_AUTHENTICATE
   60: 
   61: /* Define to 1 if you have the `auth_challenge' function. */
   62: #undef HAVE_AUTH_CHALLENGE
   63: 
   64: /* Define to 1 if you have the `bigcrypt' function. */
   65: #undef HAVE_BIGCRYPT
   66: 
   67: /* Define to 1 if you use BSD authentication. */
   68: #undef HAVE_BSD_AUTH_H
   69: 
   70: /* Define to 1 to enable BSM audit support. */
   71: #undef HAVE_BSM_AUDIT
   72: 
   73: /* Define to 1 if you have the `clock_gettime' function. */
   74: #undef HAVE_CLOCK_GETTIME
   75: 
   76: /* Define to 1 if you have the `closefrom' function. */
   77: #undef HAVE_CLOSEFROM
   78: 
   79: /* Define to 1 if you use OSF DCE. */
   80: #undef HAVE_DCE
   81: 
   82: /* Define to 1 if your `DIR' contains dd_fd. */
   83: #undef HAVE_DD_FD
   84: 
   85: /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
   86:    */
   87: #undef HAVE_DECL_ERRNO
   88: 
   89: /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
   90:    don't. */
   91: #undef HAVE_DECL_H_ERRNO
   92: 
   93: /* Define to 1 if you have the declaration of `sys_sigabbrev', and to 0 if you
   94:    don't. */
   95: #undef HAVE_DECL_SYS_SIGABBREV
   96: 
   97: /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
   98:    don't. */
   99: #undef HAVE_DECL_SYS_SIGLIST
  100: 
  101: /* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
  102:    don't. */
  103: #undef HAVE_DECL_SYS_SIGNAME
  104: 
  105: /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
  106:    don't. */
  107: #undef HAVE_DECL__SYS_SIGLIST
  108: 
  109: /* Define to 1 if you have the declaration of `_sys_signame', and to 0 if you
  110:    don't. */
  111: #undef HAVE_DECL__SYS_SIGNAME
  112: 
  113: /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
  114:    don't. */
  115: #undef HAVE_DECL___SYS_SIGLIST
  116: 
  117: /* Define to 1 if you have the declaration of `__sys_signame', and to 0 if you
  118:    don't. */
  119: #undef HAVE_DECL___SYS_SIGNAME
  120: 
  121: /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  122:    */
  123: #undef HAVE_DIRENT_H
  124: 
  125: /* Define to 1 if you have the `dirfd' function or macro. */
  126: #undef HAVE_DIRFD
  127: 
  128: /* Define to 1 if you have the `dispcrypt' function. */
  129: #undef HAVE_DISPCRYPT
  130: 
  131: /* Define to 1 if you have the <dlfcn.h> header file. */
  132: #undef HAVE_DLFCN_H
  133: 
  134: /* Define to 1 if you have the `dlopen' function. */
  135: #undef HAVE_DLOPEN
  136: 
  137: /* Define to 1 if the compiler supports the __visibility__ attribute. */
  138: #undef HAVE_DSO_VISIBILITY
  139: 
  140: /* Define to 1 if you have the <endian.h> header file. */
  141: #undef HAVE_ENDIAN_H
  142: 
  143: /* Define to 1 if you have the `exect' function. */
  144: #undef HAVE_EXECT
  145: 
  146: /* Define to 1 if you have the `execvP' function. */
  147: #undef HAVE_EXECVP
  148: 
  149: /* Define to 1 if you have the `execvpe' function. */
  150: #undef HAVE_EXECVPE
  151: 
  152: /* Define to 1 if your system has the F_CLOSEM fcntl. */
  153: #undef HAVE_FCNTL_CLOSEM
  154: 
  155: /* Define to 1 if you have the `fexecve' function. */
  156: #undef HAVE_FEXECVE
  157: 
  158: /* Define to 1 if you have the `fgetln' function. */
  159: #undef HAVE_FGETLN
  160: 
  161: /* Define to 1 if you have the `flock' function. */
  162: #undef HAVE_FLOCK
  163: 
  164: /* Define to 1 if you have the `fnmatch' function. */
  165: #undef HAVE_FNMATCH
  166: 
  167: /* Define to 1 if you have the `freeifaddrs' function. */
  168: #undef HAVE_FREEIFADDRS
  169: 
  170: /* Define to 1 if you have the `fseeko' function. */
  171: #undef HAVE_FSEEKO
  172: 
  173: /* Define to 1 if you have the `futime' function. */
  174: #undef HAVE_FUTIME
  175: 
  176: /* Define to 1 if you have the `futimes' function. */
  177: #undef HAVE_FUTIMES
  178: 
  179: /* Define to 1 if you have the `futimesat' function. */
  180: #undef HAVE_FUTIMESAT
  181: 
  182: /* Define to 1 if you use the FWTK authsrv daemon. */
  183: #undef HAVE_FWTK
  184: 
  185: /* Define to 1 if you have the `getaddrinfo' function. */
  186: #undef HAVE_GETADDRINFO
  187: 
  188: /* Define to 1 if you have the `getauthuid' function. (ULTRIX 4.x shadow
  189:    passwords). */
  190: #undef HAVE_GETAUTHUID
  191: 
  192: /* Define to 1 if you have the `getcwd' function. */
  193: #undef HAVE_GETCWD
  194: 
  195: /* Define to 1 if you have the `getdomainname' function. */
  196: #undef HAVE_GETDOMAINNAME
  197: 
  198: /* Define to 1 if you have the `getgrouplist' function. */
  199: #undef HAVE_GETGROUPLIST
  200: 
  201: /* Define to 1 if your system has a working `getgroups' function. */
  202: #undef HAVE_GETGROUPS
  203: 
  204: /* Define to 1 if you have the `getgrset' function. */
  205: #undef HAVE_GETGRSET
  206: 
  207: /* Define to 1 if you have the `getifaddrs' function. */
  208: #undef HAVE_GETIFADDRS
  209: 
  210: /* Define to 1 if you have the `getline' function. */
  211: #undef HAVE_GETLINE
  212: 
  213: /* Define to 1 if you have the `getopt_long' function. */
  214: #undef HAVE_GETOPT_LONG
  215: 
  216: /* Define to 1 if you have the `getprogname' function. */
  217: #undef HAVE_GETPROGNAME
  218: 
  219: /* Define to 1 if you have the `getprpwnam' function. (SecureWare-style shadow
  220:    passwords). */
  221: #undef HAVE_GETPRPWNAM
  222: 
  223: /* Define to 1 if you have the `getpwanam' function. (SunOS 4.x shadow
  224:    passwords). */
  225: #undef HAVE_GETPWANAM
  226: 
  227: /* Define to 1 if you have the `getresuid' function. */
  228: #undef HAVE_GETRESUID
  229: 
  230: /* Define to 1 if you have the `getspnam' function (SVR4-style shadow
  231:    passwords). */
  232: #undef HAVE_GETSPNAM
  233: 
  234: /* Define to 1 if you have the `getspwuid' function. (HP-UX <= 9.X shadow
  235:    passwords). */
  236: #undef HAVE_GETSPWUID
  237: 
  238: /* Define to 1 if you have the `getttyent' function. */
  239: #undef HAVE_GETTTYENT
  240: 
  241: /* Define to 1 if you have the `getuserattr' function. */
  242: #undef HAVE_GETUSERATTR
  243: 
  244: /* Define to 1 if you have the `getutid' function. */
  245: #undef HAVE_GETUTID
  246: 
  247: /* Define to 1 if you have the `getutxid' function. */
  248: #undef HAVE_GETUTXID
  249: 
  250: /* Define to 1 if you have the `glob' function. */
  251: #undef HAVE_GLOB
  252: 
  253: /* Define to 1 if you have the `grantpt' function. */
  254: #undef HAVE_GRANTPT
  255: 
  256: /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  257: #undef HAVE_GSSAPI_GSSAPI_KRB5_H
  258: 
  259: /* Define to 1 if you have the `gss_krb5_ccache_name' function. */
  260: #undef HAVE_GSS_KRB5_CCACHE_NAME
  261: 
  262: /* Define to 1 if your Kerberos is Heimdal. */
  263: #undef HAVE_HEIMDAL
  264: 
  265: /* Define to 1 if you have the `inet_pton' function. */
  266: #undef HAVE_INET_PTON
  267: 
  268: /* Define to 1 if you have the `initprivs' function. */
  269: #undef HAVE_INITPRIVS
  270: 
  271: /* Define to 1 if you have the `innetgr' function. */
  272: #undef HAVE_INNETGR
  273: 
  274: /* Define to 1 if you have the <inttypes.h> header file. */
  275: #undef HAVE_INTTYPES_H
  276: 
  277: /* Define if you have isblank(3). */
  278: #undef HAVE_ISBLANK
  279: 
  280: /* Define to 1 if you have the `iscomsec' function. (HP-UX >= 10.x check for
  281:    shadow enabled). */
  282: #undef HAVE_ISCOMSEC
  283: 
  284: /* Define to 1 if you have the `issecure' function. (SunOS 4.x check for
  285:    shadow enabled). */
  286: #undef HAVE_ISSECURE
  287: 
  288: /* Define to 1 if you use Kerberos V. */
  289: #undef HAVE_KERB5
  290: 
  291: /* Define to 1 if you have the `killpg' function. */
  292: #undef HAVE_KILLPG
  293: 
  294: /* Define to 1 if you have the `krb5_get_init_creds_opt_alloc' function. */
  295: #undef HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC
  296: 
  297: /* Define to 1 if your `krb5_get_init_creds_opt_free' function takes two
  298:    arguments. */
  299: #undef HAVE_KRB5_GET_INIT_CREDS_OPT_FREE_TWO_ARGS
  300: 
  301: /* Define to 1 if you have the `krb5_init_secure_context' function. */
  302: #undef HAVE_KRB5_INIT_SECURE_CONTEXT
  303: 
  304: /* Define to 1 if you have the `krb5_verify_user' function. */
  305: #undef HAVE_KRB5_VERIFY_USER
  306: 
  307: /* Define to 1 if your LDAP needs <lber.h>. (OpenLDAP does not). */
  308: #undef HAVE_LBER_H
  309: 
  310: /* Define to 1 if you use LDAP for sudoers. */
  311: #undef HAVE_LDAP
  312: 
  313: /* Define to 1 if you have the `ldapssl_init' function. */
  314: #undef HAVE_LDAPSSL_INIT
  315: 
  316: /* Define to 1 if you have the `ldapssl_set_strength' function. */
  317: #undef HAVE_LDAPSSL_SET_STRENGTH
  318: 
  319: /* Define to 1 if you have the `ldap_create' function. */
  320: #undef HAVE_LDAP_CREATE
  321: 
  322: /* Define to 1 if you have the `ldap_initialize' function. */
  323: #undef HAVE_LDAP_INITIALIZE
  324: 
  325: /* Define to 1 if you have the `ldap_sasl_bind_s' function. */
  326: #undef HAVE_LDAP_SASL_BIND_S
  327: 
  328: /* Define to 1 if you have the `ldap_sasl_interactive_bind_s' function. */
  329: #undef HAVE_LDAP_SASL_INTERACTIVE_BIND_S
  330: 
  331: /* Define to 1 if you have the `ldap_search_ext_s' function. */
  332: #undef HAVE_LDAP_SEARCH_EXT_S
  333: 
  334: /* Define to 1 if you have the `ldap_search_st' function. */
  335: #undef HAVE_LDAP_SEARCH_ST
  336: 
  337: /* Define to 1 if you have the `ldap_ssl_client_init' function. */
  338: #undef HAVE_LDAP_SSL_CLIENT_INIT
  339: 
  340: /* Define to 1 if you have the <ldap_ssl.h> header file. */
  341: #undef HAVE_LDAP_SSL_H
  342: 
  343: /* Define to 1 if you have the `ldap_ssl_init' function. */
  344: #undef HAVE_LDAP_SSL_INIT
  345: 
  346: /* Define to 1 if you have the `ldap_start_tls_s' function. */
  347: #undef HAVE_LDAP_START_TLS_S
  348: 
  349: /* Define to 1 if you have the `ldap_start_tls_s_np' function. */
  350: #undef HAVE_LDAP_START_TLS_S_NP
  351: 
  352: /* Define to 1 if you have the `ldap_str2dn' function. */
  353: #undef HAVE_LDAP_STR2DN
  354: 
  355: /* Define to 1 if you have the `ldap_unbind_ext_s' function. */
  356: #undef HAVE_LDAP_UNBIND_EXT_S
  357: 
  358: /* Define to 1 if you have the <libintl.h> header file. */
  359: #undef HAVE_LIBINTL_H
  360: 
  361: /* Define to 1 if you have the <libutil.h> header file. */
  362: #undef HAVE_LIBUTIL_H
  363: 
  364: /* Define to 1 to enable Linux audit support. */
  365: #undef HAVE_LINUX_AUDIT
  366: 
  367: /* Define to 1 if you have the `lockf' function. */
  368: #undef HAVE_LOCKF
  369: 
  370: /* Define to 1 if you have the <login_cap.h> header file. */
  371: #undef HAVE_LOGIN_CAP_H
  372: 
  373: /* Define to 1 if the system has the type 'long long int'. */
  374: #undef HAVE_LONG_LONG_INT
  375: 
  376: /* Define to 1 if you have the `lrand48' function. */
  377: #undef HAVE_LRAND48
  378: 
  379: /* Define to 1 if you have the <machine/endian.h> header file. */
  380: #undef HAVE_MACHINE_ENDIAN_H
  381: 
  382: /* Define to 1 if you have the <maillock.h> header file. */
  383: #undef HAVE_MAILLOCK_H
  384: 
  385: /* Define to 1 if you have the <malloc.h> header file. */
  386: #undef HAVE_MALLOC_H
  387: 
  388: /* Define to 1 if you have the <memory.h> header file. */
  389: #undef HAVE_MEMORY_H
  390: 
  391: /* Define to 1 if you have the `memrchr' function. */
  392: #undef HAVE_MEMRCHR
  393: 
  394: /* Define to 1 if you have the `memset_s' function. */
  395: #undef HAVE_MEMSET_S
  396: 
  397: /* Define to 1 if you have the `mkdtemp' function. */
  398: #undef HAVE_MKDTEMP
  399: 
  400: /* Define to 1 if you have the `mkstemps' function. */
  401: #undef HAVE_MKSTEMPS
  402: 
  403: /* Define to 1 if you have the <mps/ldap_ssl.h> header file. */
  404: #undef HAVE_MPS_LDAP_SSL_H
  405: 
  406: /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  407: #undef HAVE_NDIR_H
  408: 
  409: /* Define to 1 if you have the <netgroup.h> header file. */
  410: #undef HAVE_NETGROUP_H
  411: 
  412: /* Define to 1 if you have the `ngettext' function. */
  413: #undef HAVE_NGETTEXT
  414: 
  415: /* Define to 1 if you have the `nl_langinfo' function. */
  416: #undef HAVE_NL_LANGINFO
  417: 
  418: /* Define to 1 if you have the <nss_dbdefs.h> header file. */
  419: #undef HAVE_NSS_DBDEFS_H
  420: 
  421: /* Define to 1 if you have the `nss_search' function. */
  422: #undef HAVE_NSS_SEARCH
  423: 
  424: /* Define to 1 if you have the `openpty' function. */
  425: #undef HAVE_OPENPTY
  426: 
  427: /* Define to 1 if you use NRL OPIE. */
  428: #undef HAVE_OPIE
  429: 
  430: /* Define to 1 if you have the `optreset' symbol. */
  431: #undef HAVE_OPTRESET
  432: 
  433: /* Define to 1 if you use PAM authentication. */
  434: #undef HAVE_PAM
  435: 
  436: /* Define to 1 if you have the `pam_getenvlist' function. */
  437: #undef HAVE_PAM_GETENVLIST
  438: 
  439: /* Define to 1 if you use a specific PAM session for sudo -i. */
  440: #undef HAVE_PAM_LOGIN
  441: 
  442: /* Define to 1 if you have the <pam/pam_appl.h> header file. */
  443: #undef HAVE_PAM_PAM_APPL_H
  444: 
  445: /* Define to 1 if you have the <paths.h> header file. */
  446: #undef HAVE_PATHS_H
  447: 
  448: /* Define to 1 if you have the `poll' function. */
  449: #undef HAVE_POLL
  450: 
  451: /* Define to 1 if you have the `posix_openpt' function. */
  452: #undef HAVE_POSIX_OPENPT
  453: 
  454: /* Define to 1 if you have the `posix_spawn' function. */
  455: #undef HAVE_POSIX_SPAWN
  456: 
  457: /* Define to 1 if you have the `posix_spawnp' function. */
  458: #undef HAVE_POSIX_SPAWNP
  459: 
  460: /* Define to 1 if you have the `priv_set' function. */
  461: #undef HAVE_PRIV_SET
  462: 
  463: /* Define to 1 if you have the <procfs.h> header file. */
  464: #undef HAVE_PROCFS_H
  465: 
  466: /* Define to 1 if you have the <project.h> header file. */
  467: #undef HAVE_PROJECT_H
  468: 
  469: /* Define to 1 if you have the `pstat_getproc' function. */
  470: #undef HAVE_PSTAT_GETPROC
  471: 
  472: /* Define to 1 if you have the <pty.h> header file. */
  473: #undef HAVE_PTY_H
  474: 
  475: /* Define to 1 if you have the `pw_dup' function. */
  476: #undef HAVE_PW_DUP
  477: 
  478: /* Define to 1 if you have the `random' function. */
  479: #undef HAVE_RANDOM
  480: 
  481: /* Define to 1 if you have the `regcomp' function. */
  482: #undef HAVE_REGCOMP
  483: 
  484: /* Define to 1 if you have the `revoke' function. */
  485: #undef HAVE_REVOKE
  486: 
  487: /* Define to 1 if the skeychallenge() function is RFC1938-compliant and takes
  488:    4 arguments. */
  489: #undef HAVE_RFC1938_SKEYCHALLENGE
  490: 
  491: /* Define to 1 if you have the <sasl.h> header file. */
  492: #undef HAVE_SASL_H
  493: 
  494: /* Define to 1 if you have the <sasl/sasl.h> header file. */
  495: #undef HAVE_SASL_SASL_H
  496: 
  497: /* Define to 1 if you use SecurID for authentication. */
  498: #undef HAVE_SECURID
  499: 
  500: /* Define to 1 if you have the <security/pam_appl.h> header file. */
  501: #undef HAVE_SECURITY_PAM_APPL_H
  502: 
  503: /* Define to 1 to enable SELinux RBAC support. */
  504: #undef HAVE_SELINUX
  505: 
  506: /* Define to 1 if you have the `setauthdb' function. */
  507: #undef HAVE_SETAUTHDB
  508: 
  509: /* Define to 1 if you have the `setenv' function. */
  510: #undef HAVE_SETENV
  511: 
  512: /* Define to 1 if you have the `seteuid' function. */
  513: #undef HAVE_SETEUID
  514: 
  515: /* Define to 1 if you have the `setkeycreatecon' function. */
  516: #undef HAVE_SETKEYCREATECON
  517: 
  518: /* Define to 1 if you have the `setresuid' function. */
  519: #undef HAVE_SETRESUID
  520: 
  521: /* Define to 1 if you have the `setreuid' function. */
  522: #undef HAVE_SETREUID
  523: 
  524: /* Define to 1 if you have the `setrlimit64' function. */
  525: #undef HAVE_SETRLIMIT64
  526: 
  527: /* Define to 1 if you have the `set_auth_parameters' function. */
  528: #undef HAVE_SET_AUTH_PARAMETERS
  529: 
  530: /* Define to 1 if you have the `shl_load' function. */
  531: #undef HAVE_SHL_LOAD
  532: 
  533: /* Define to 1 if you have the `sia_ses_init' function. */
  534: #undef HAVE_SIA_SES_INIT
  535: 
  536: /* Define to 1 if you have the `sig2str' function. */
  537: #undef HAVE_SIG2STR
  538: 
  539: /* Define to 1 if the system has the type `sigaction_t'. */
  540: #undef HAVE_SIGACTION_T
  541: 
  542: /* Define to 1 if you use S/Key. */
  543: #undef HAVE_SKEY
  544: 
  545: /* Define to 1 if your S/Key library has skeyaccess(). */
  546: #undef HAVE_SKEYACCESS
  547: 
  548: /* Define to 1 if you have the `snprintf' function. */
  549: #undef HAVE_SNPRINTF
  550: 
  551: /* Define to 1 if you have the <spawn.h> header file. */
  552: #undef HAVE_SPAWN_H
  553: 
  554: /* Define to 1 to enable SSSD support. */
  555: #undef HAVE_SSSD
  556: 
  557: /* Define to 1 if stdbool.h conforms to C99. */
  558: #undef HAVE_STDBOOL_H
  559: 
  560: /* Define to 1 if you have the <stdint.h> header file. */
  561: #undef HAVE_STDINT_H
  562: 
  563: /* Define to 1 if you have the <stdlib.h> header file. */
  564: #undef HAVE_STDLIB_H
  565: 
  566: /* Define to 1 if you have the `strftime' function. */
  567: #undef HAVE_STRFTIME
  568: 
  569: /* Define to 1 if you have the <strings.h> header file. */
  570: #undef HAVE_STRINGS_H
  571: 
  572: /* Define to 1 if you have the <string.h> header file. */
  573: #undef HAVE_STRING_H
  574: 
  575: /* Define to 1 if you have the `strlcat' function. */
  576: #undef HAVE_STRLCAT
  577: 
  578: /* Define to 1 if you have the `strlcpy' function. */
  579: #undef HAVE_STRLCPY
  580: 
  581: /* Define to 1 if you have the `strrchr' function. */
  582: #undef HAVE_STRRCHR
  583: 
  584: /* Define to 1 if you have the `strsignal' function. */
  585: #undef HAVE_STRSIGNAL
  586: 
  587: /* Define to 1 if you have the `strtoll' function. */
  588: #undef HAVE_STRTOLL
  589: 
  590: /* Define to 1 if you have the `strtonum' function. */
  591: #undef HAVE_STRTONUM
  592: 
  593: /* Define to 1 if `d_type' is a member of `struct dirent'. */
  594: #undef HAVE_STRUCT_DIRENT_D_TYPE
  595: 
  596: /* Define to 1 if the system has the type `struct in6_addr'. */
  597: #undef HAVE_STRUCT_IN6_ADDR
  598: 
  599: /* Define to 1 if `p_tdev' is a member of `struct kinfo_proc2'. */
  600: #undef HAVE_STRUCT_KINFO_PROC2_P_TDEV
  601: 
  602: /* Define to 1 if `ki_tdev' is a member of `struct kinfo_proc'. */
  603: #undef HAVE_STRUCT_KINFO_PROC_KI_TDEV
  604: 
  605: /* Define to 1 if `kp_eproc.e_tdev' is a member of `struct kinfo_proc'. */
  606: #undef HAVE_STRUCT_KINFO_PROC_KP_EPROC_E_TDEV
  607: 
  608: /* Define to 1 if `p_tdev' is a member of `struct kinfo_proc'. */
  609: #undef HAVE_STRUCT_KINFO_PROC_P_TDEV
  610: 
  611: /* Define to 1 if `pr_ttydev' is a member of `struct psinfo'. */
  612: #undef HAVE_STRUCT_PSINFO_PR_TTYDEV
  613: 
  614: /* Define if your struct sockaddr_in has a sin_len field. */
  615: #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
  616: 
  617: /* Define if your struct sockaddr has an sa_len field. */
  618: #undef HAVE_STRUCT_SOCKADDR_SA_LEN
  619: 
  620: /* Define to 1 if the system has the type `struct timespec'. */
  621: #undef HAVE_STRUCT_TIMESPEC
  622: 
  623: /* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
  624: #undef HAVE_STRUCT_UTMPX_UT_EXIT
  625: 
  626: /* Define to 1 if `ut_exit.e_termination' is a member of `struct utmpx'. */
  627: #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION
  628: 
  629: /* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmpx'. */
  630: #undef HAVE_STRUCT_UTMPX_UT_EXIT___E_TERMINATION
  631: 
  632: /* Define to 1 if `ut_id' is a member of `struct utmpx'. */
  633: #undef HAVE_STRUCT_UTMPX_UT_ID
  634: 
  635: /* Define to 1 if `ut_pid' is a member of `struct utmpx'. */
  636: #undef HAVE_STRUCT_UTMPX_UT_PID
  637: 
  638: /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
  639: #undef HAVE_STRUCT_UTMPX_UT_TV
  640: 
  641: /* Define to 1 if `ut_type' is a member of `struct utmpx'. */
  642: #undef HAVE_STRUCT_UTMPX_UT_TYPE
  643: 
  644: /* Define to 1 if `ut_exit' is a member of `struct utmp'. */
  645: #undef HAVE_STRUCT_UTMP_UT_EXIT
  646: 
  647: /* Define to 1 if `ut_exit.e_termination' is a member of `struct utmp'. */
  648: #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION
  649: 
  650: /* Define to 1 if `ut_exit.__e_termination' is a member of `struct utmp'. */
  651: #undef HAVE_STRUCT_UTMP_UT_EXIT___E_TERMINATION
  652: 
  653: /* Define to 1 if `ut_id' is a member of `struct utmp'. */
  654: #undef HAVE_STRUCT_UTMP_UT_ID
  655: 
  656: /* Define to 1 if `ut_pid' is a member of `struct utmp'. */
  657: #undef HAVE_STRUCT_UTMP_UT_PID
  658: 
  659: /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
  660: #undef HAVE_STRUCT_UTMP_UT_TV
  661: 
  662: /* Define to 1 if `ut_type' is a member of `struct utmp'. */
  663: #undef HAVE_STRUCT_UTMP_UT_TYPE
  664: 
  665: /* Define to 1 if `ut_user' is a member of `struct utmp'. */
  666: #undef HAVE_STRUCT_UTMP_UT_USER
  667: 
  668: /* Define to 1 if your struct stat has an st_mtim member. */
  669: #undef HAVE_ST_MTIM
  670: 
  671: /* Define to 1 if your struct stat has an st_mtimespec member. */
  672: #undef HAVE_ST_MTIMESPEC
  673: 
  674: /* Define to 1 if your struct stat uses an st__tim union. */
  675: #undef HAVE_ST__TIM
  676: 
  677: /* Define to 1 if you have the `sysconf' function. */
  678: #undef HAVE_SYSCONF
  679: 
  680: /* Define to 1 if you have the `sysctl' function. */
  681: #undef HAVE_SYSCTL
  682: 
  683: /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
  684: #undef HAVE_SYS_BSDTYPES_H
  685: 
  686: /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  687:    */
  688: #undef HAVE_SYS_DIR_H
  689: 
  690: /* Define to 1 if you have the <sys/endian.h> header file. */
  691: #undef HAVE_SYS_ENDIAN_H
  692: 
  693: /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  694:    */
  695: #undef HAVE_SYS_NDIR_H
  696: 
  697: /* Define to 1 if you have the <sys/procfs.h> header file. */
  698: #undef HAVE_SYS_PROCFS_H
  699: 
  700: /* Define to 1 if you have the <sys/select.h> header file. */
  701: #undef HAVE_SYS_SELECT_H
  702: 
  703: /* Define to 1 if your libc has the `sys_sigabbrev' symbol. */
  704: #undef HAVE_SYS_SIGABBREV
  705: 
  706: /* Define to 1 if you have the <sys/sockio.h> header file. */
  707: #undef HAVE_SYS_SOCKIO_H
  708: 
  709: /* Define to 1 if you have the <sys/stat.h> header file. */
  710: #undef HAVE_SYS_STAT_H
  711: 
  712: /* Define to 1 if you have the <sys/stropts.h> header file. */
  713: #undef HAVE_SYS_STROPTS_H
  714: 
  715: /* Define to 1 if you have the <sys/sysmacros.h> header file. */
  716: #undef HAVE_SYS_SYSMACROS_H
  717: 
  718: /* Define to 1 if you have the <sys/types.h> header file. */
  719: #undef HAVE_SYS_TYPES_H
  720: 
  721: /* Define to 1 if you have the `ttyslot' function. */
  722: #undef HAVE_TTYSLOT
  723: 
  724: /* Define to 1 if you have the `tzset' function. */
  725: #undef HAVE_TZSET
  726: 
  727: /* Define to 1 if you have the <unistd.h> header file. */
  728: #undef HAVE_UNISTD_H
  729: 
  730: /* Define to 1 if you have the `unsetenv' function. */
  731: #undef HAVE_UNSETENV
  732: 
  733: /* Define to 1 if the system has the type 'unsigned long long int'. */
  734: #undef HAVE_UNSIGNED_LONG_LONG_INT
  735: 
  736: /* Define to 1 if you have the <util.h> header file. */
  737: #undef HAVE_UTIL_H
  738: 
  739: /* Define to 1 if you have the `utimes' function. */
  740: #undef HAVE_UTIMES
  741: 
  742: /* Define to 1 if you have the <utime.h> header file. */
  743: #undef HAVE_UTIME_H
  744: 
  745: /* Define to 1 if you have the <utmpx.h> header file. */
  746: #undef HAVE_UTMPX_H
  747: 
  748: /* Define to 1 if you have the `vasprintf' function. */
  749: #undef HAVE_VASPRINTF
  750: 
  751: /* Define to 1 if you have the `vsnprintf' function. */
  752: #undef HAVE_VSNPRINTF
  753: 
  754: /* Define to 1 if you have the <zlib.h> header file. */
  755: #undef HAVE_ZLIB_H
  756: 
  757: /* Define to 1 if the system has the type `_Bool'. */
  758: #undef HAVE__BOOL
  759: 
  760: /* Define to 1 if you have the `_execl' function. */
  761: #undef HAVE__EXECL
  762: 
  763: /* Define to 1 if you have the `_execle' function. */
  764: #undef HAVE__EXECLE
  765: 
  766: /* Define to 1 if you have the `_execlp' function. */
  767: #undef HAVE__EXECLP
  768: 
  769: /* Define to 1 if you have the `_exect' function. */
  770: #undef HAVE__EXECT
  771: 
  772: /* Define to 1 if you have the `_execv' function. */
  773: #undef HAVE__EXECV
  774: 
  775: /* Define to 1 if you have the `_execve' function. */
  776: #undef HAVE__EXECVE
  777: 
  778: /* Define to 1 if you have the `_execvP' function. */
  779: #undef HAVE__EXECVP
  780: 
  781: /* Define to 1 if you have the `_execvpe' function. */
  782: #undef HAVE__EXECVPE
  783: 
  784: /* Define to 1 if you have the `_fexecve' function. */
  785: #undef HAVE__FEXECVE
  786: 
  787: /* Define to 1 if you have the `_getpty' function. */
  788: #undef HAVE__GETPTY
  789: 
  790: /* Define to 1 if you have the `_innetgr' function. */
  791: #undef HAVE__INNETGR
  792: 
  793: /* Define to 1 if you have the `_nss_initf_group' function. */
  794: #undef HAVE__NSS_INITF_GROUP
  795: 
  796: /* Define to 1 if you have the `_nss_XbyY_buf_alloc' function. */
  797: #undef HAVE__NSS_XBYY_BUF_ALLOC
  798: 
  799: /* Define to 1 if you have the `_posix_spawn' function. */
  800: #undef HAVE__POSIX_SPAWN
  801: 
  802: /* Define to 1 if you have the `_posix_spawnp' function. */
  803: #undef HAVE__POSIX_SPAWNP
  804: 
  805: /* Define to 1 if you have the `_ttyname_dev' function. */
  806: #undef HAVE__TTYNAME_DEV
  807: 
  808: /* Define to 1 if you have the `__execl' function. */
  809: #undef HAVE___EXECL
  810: 
  811: /* Define to 1 if you have the `__execle' function. */
  812: #undef HAVE___EXECLE
  813: 
  814: /* Define to 1 if you have the `__execlp' function. */
  815: #undef HAVE___EXECLP
  816: 
  817: /* Define to 1 if you have the `__exect' function. */
  818: #undef HAVE___EXECT
  819: 
  820: /* Define to 1 if you have the `__execv' function. */
  821: #undef HAVE___EXECV
  822: 
  823: /* Define to 1 if you have the `__execve' function. */
  824: #undef HAVE___EXECVE
  825: 
  826: /* Define to 1 if you have the `__execvP' function. */
  827: #undef HAVE___EXECVP
  828: 
  829: /* Define to 1 if you have the `__execvpe' function. */
  830: #undef HAVE___EXECVPE
  831: 
  832: /* Define to 1 if you have the `__fexecve' function. */
  833: #undef HAVE___FEXECVE
  834: 
  835: /* Define to 1 if the compiler supports the C99 __func__ variable. */
  836: #undef HAVE___FUNC__
  837: 
  838: /* Define to 1 if you have dyld with __interpose attribute support. */
  839: #undef HAVE___INTERPOSE
  840: 
  841: /* Define to 1 if you have the `__nss_initf_group' function. */
  842: #undef HAVE___NSS_INITF_GROUP
  843: 
  844: /* Define to 1 if you have the `__nss_XbyY_buf_alloc' function. */
  845: #undef HAVE___NSS_XBYY_BUF_ALLOC
  846: 
  847: /* Define to 1 if you have the `__posix_spawn' function. */
  848: #undef HAVE___POSIX_SPAWN
  849: 
  850: /* Define to 1 if you have the `__posix_spawnp' function. */
  851: #undef HAVE___POSIX_SPAWNP
  852: 
  853: /* Define to 1 if your crt0.o defines the __progname symbol for you. */
  854: #undef HAVE___PROGNAME
  855: 
  856: /* Define to 1 if you want the hostname to be entered into the log file. */
  857: #undef HOST_IN_LOG
  858: 
  859: /* Define to 1 if you want to ignore '.' and empty PATH elements. */
  860: #undef IGNORE_DOT_PATH
  861: 
  862: /* The message given when a bad password is entered. */
  863: #undef INCORRECT_PASSWORD
  864: 
  865: /* The syslog facility sudo will use. */
  866: #undef LOGFAC
  867: 
  868: /* Define to SLOG_SYSLOG, SLOG_FILE, or SLOG_BOTH. */
  869: #undef LOGGING
  870: 
  871: /* Define to 1 if you want a two line OTP (S/Key or OPIE) prompt. */
  872: #undef LONG_OTP_PROMPT
  873: 
  874: /* Define to the sub-directory where libtool stores uninstalled libraries. */
  875: #undef LT_OBJDIR
  876: 
  877: /* The subject of the mail sent by sudo to the MAILTO user/address. */
  878: #undef MAILSUBJECT
  879: 
  880: /* The user or email address that sudo mail is sent to. */
  881: #undef MAILTO
  882: 
  883: /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
  884:    */
  885: #undef MAJOR_IN_MKDEV
  886: 
  887: /* Define to 1 if `major', `minor', and `makedev' are declared in
  888:    <sysmacros.h>. */
  889: #undef MAJOR_IN_SYSMACROS
  890: 
  891: /* The max number of chars per log file line (for line wrapping). */
  892: #undef MAXLOGFILELEN
  893: 
  894: /* Define to the max length of a uid_t in string context (excluding the NUL).
  895:    */
  896: #undef MAX_UID_T_LEN
  897: 
  898: /* Define to 1 if you don't want sudo to prompt for a password by default. */
  899: #undef NO_AUTHENTICATION
  900: 
  901: /* Define to 1 if you don't want users to get the lecture the first they user
  902:    sudo. */
  903: #undef NO_LECTURE
  904: 
  905: /* Define to 1 if you don't want to use sudo's PAM session support. */
  906: #undef NO_PAM_SESSION
  907: 
  908: /* Define to avoid runing the mailer as root. */
  909: #undef NO_ROOT_MAILER
  910: 
  911: /* Define to 1 if root should not be allowed to use sudo. */
  912: #undef NO_ROOT_SUDO
  913: 
  914: /* Define to 1 if you want a single ticket file instead of per-tty files. */
  915: #undef NO_TTY_TICKETS
  916: 
  917: /* Define if your C preprocessor does not support variadic macros. */
  918: #undef NO_VARIADIC_MACROS
  919: 
  920: /* Define to the address where bug reports for this package should be sent. */
  921: #undef PACKAGE_BUGREPORT
  922: 
  923: /* Define to the full name of this package. */
  924: #undef PACKAGE_NAME
  925: 
  926: /* Define to the full name and version of this package. */
  927: #undef PACKAGE_STRING
  928: 
  929: /* Define to the one symbol short name of this package. */
  930: #undef PACKAGE_TARNAME
  931: 
  932: /* Define to the home page for this package. */
  933: #undef PACKAGE_URL
  934: 
  935: /* Define to the version of this package. */
  936: #undef PACKAGE_VERSION
  937: 
  938: /* The default password prompt. */
  939: #undef PASSPROMPT
  940: 
  941: /* The passwd prompt timeout (in minutes). */
  942: #undef PASSWORD_TIMEOUT
  943: 
  944: /* Define to 1 to replace politically incorrect insults with less offensive
  945:    ones. */
  946: #undef PC_INSULTS
  947: 
  948: /* Enable replacement (v)snprintf if system (v)snprintf is broken. */
  949: #undef PREFER_PORTABLE_SNPRINTF
  950: 
  951: /* The syslog priority sudo will use for unsuccessful attempts/errors. */
  952: #undef PRI_FAILURE
  953: 
  954: /* The syslog priority sudo will use for successful attempts. */
  955: #undef PRI_SUCCESS
  956: 
  957: /* Define to const if the `putenv' takes a const argument. */
  958: #undef PUTENV_CONST
  959: 
  960: /* The default value of preloaded objects (if any). */
  961: #undef RTLD_PRELOAD_DEFAULT
  962: 
  963: /* The delimiter to use when defining multiple preloaded objects. */
  964: #undef RTLD_PRELOAD_DELIM
  965: 
  966: /* An extra environment variable that is required to enable preloading (if
  967:    any). */
  968: #undef RTLD_PRELOAD_ENABLE_VAR
  969: 
  970: /* The environment variable that controls preloading of dynamic objects. */
  971: #undef RTLD_PRELOAD_VAR
  972: 
  973: /* The user sudo should run commands as by default. */
  974: #undef RUNAS_DEFAULT
  975: 
  976: /* Define to 1 to override the user's path with a built-in one. */
  977: #undef SECURE_PATH
  978: 
  979: /* Define to 1 to send mail when the user is not allowed to run a command. */
  980: #undef SEND_MAIL_WHEN_NOT_OK
  981: 
  982: /* Define to 1 to send mail when the user is not allowed to run sudo on this
  983:    host. */
  984: #undef SEND_MAIL_WHEN_NO_HOST
  985: 
  986: /* Define to 1 to send mail when the user is not in the sudoers file. */
  987: #undef SEND_MAIL_WHEN_NO_USER
  988: 
  989: /* Define to 1 if you want sudo to start a shell if given no arguments. */
  990: #undef SHELL_IF_NO_ARGS
  991: 
  992: /* Define to 1 if you want sudo to set $HOME in shell mode. */
  993: #undef SHELL_SETS_HOME
  994: 
  995: /* The size of `long int', as computed by sizeof. */
  996: #undef SIZEOF_LONG_INT
  997: 
  998: /* Define to 1 to compile the sudoers plugin statically into the sudo binary.
  999:    */
 1000: #undef STATIC_SUDOERS_PLUGIN
 1001: 
 1002: /* Define to 1 if you have the ANSI C header files. */
 1003: #undef STDC_HEADERS
 1004: 
 1005: /* Define to 1 if the code in interfaces.c does not compile for you. */
 1006: #undef STUB_LOAD_INTERFACES
 1007: 
 1008: /* An instance string to append to the username (separated by a slash) for
 1009:    Kerberos V authentication. */
 1010: #undef SUDO_KRB5_INSTANCE
 1011: 
 1012: /* The umask that the sudo-run prog should use. */
 1013: #undef SUDO_UMASK
 1014: 
 1015: /* The number of minutes before sudo asks for a password again. */
 1016: #undef TIMEOUT
 1017: 
 1018: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 1019: #undef TIME_WITH_SYS_TIME
 1020: 
 1021: /* The number of tries a user gets to enter their password. */
 1022: #undef TRIES_FOR_PASSWORD
 1023: 
 1024: /* Define to 1 to use the umask specified in sudoers even when it is less
 1025:    restrictive than the invoking user's. */
 1026: #undef UMASK_OVERRIDE
 1027: 
 1028: /* Define to 1 if the `unsetenv' function returns void instead of `int'. */
 1029: #undef UNSETENV_VOID
 1030: 
 1031: /* Define to 1 if you want to create ~/.sudo_as_admin_successful if the user
 1032:    is in the admin group the first time they run sudo. */
 1033: #undef USE_ADMIN_FLAG
 1034: 
 1035: /* Define to 1 if you want to insult the user for entering an incorrect
 1036:    password. */
 1037: #undef USE_INSULTS
 1038: 
 1039: /* Define to 1 if you use GNU stow packaging. */
 1040: #undef USE_STOW
 1041: 
 1042: /* Define to avoid using the passwd/shadow file for authentication. */
 1043: #undef WITHOUT_PASSWD
 1044: 
 1045: /* Enable large inode numbers on Mac OS X 10.5.  */
 1046: #ifndef _DARWIN_USE_64_BIT_INODE
 1047: # define _DARWIN_USE_64_BIT_INODE 1
 1048: #endif
 1049: 
 1050: /* Number of bits in a file offset, on hosts where this is settable. */
 1051: #undef _FILE_OFFSET_BITS
 1052: 
 1053: /* Define for large files, on AIX-style hosts. */
 1054: #undef _LARGE_FILES
 1055: 
 1056: /* Define to __FUNCTION__ if your compiler supports __FUNCTION__ but not
 1057:    __func__ */
 1058: #undef __func__
 1059: 
 1060: /* Define to `int' if <time.h> does not define. */
 1061: #undef clockid_t
 1062: 
 1063: /* Define to empty if `const' does not conform to ANSI C. */
 1064: #undef const
 1065: 
 1066: /* Define to `int' if <sys/types.h> does not define. */
 1067: #undef dev_t
 1068: 
 1069: /* Define to `int' if <sys/types.h> does not define. */
 1070: #undef errno_t
 1071: 
 1072: /* Define to `int' if <sys/types.h> doesn't define. */
 1073: #undef gid_t
 1074: 
 1075: /* Define to `unsigned int' if <sys/types.h> does not define. */
 1076: #undef id_t
 1077: 
 1078: /* Define to `unsigned int' if <sys/types.h> does not define. */
 1079: #undef ino_t
 1080: 
 1081: /* Define to `int' if <sys/types.h> does not define. */
 1082: #undef mode_t
 1083: 
 1084: /* Define to an OS-specific initialization function or `os_init_common'. */
 1085: #undef os_init
 1086: 
 1087: /* Define to `size_t' if <sys/types.h> does not define. */
 1088: #undef rsize_t
 1089: 
 1090: /* Define to `int' if <signal.h> does not define. */
 1091: #undef sig_atomic_t
 1092: 
 1093: /* Define to `unsigned int' if <sys/types.h> does not define. */
 1094: #undef size_t
 1095: 
 1096: /* Define to `unsigned int' if <sys/socket.h> doesn't define. */
 1097: #undef socklen_t
 1098: 
 1099: /* Define to `int' if <sys/types.h> does not define. */
 1100: #undef ssize_t
 1101: 
 1102: /* Define to `int' if <sys/types.h> doesn't define. */
 1103: #undef uid_t
 1104: 
 1105: /* Define to `unsigned int' if <sys/types.h> does not define. */
 1106: #undef uint32_t
 1107: 
 1108: /* Define to `unsigned long long' if <sys/types.h> does not define. */
 1109: #undef uint64_t
 1110: 
 1111: /* Define to `unsigned char' if <sys/types.h> does not define. */
 1112: #undef uint8_t
 1113: 
 1114: /* Define to empty if the keyword `volatile' does not work. Warning: valid
 1115:    code using `volatile' can become incorrect without. Disable with care. */
 1116: #undef volatile
 1117: 
 1118: /* BSD compatibility on some SVR4 systems. */
 1119: #ifdef __svr4__
 1120: # define BSD_COMP
 1121: #endif /* __svr4__ */
 1122: 
 1123: #endif /* _SUDO_CONFIG_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>