Diff for /embedaddon/sudo/config.h.in between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 16:23:01 version 1.1.1.2, 2012/05/29 12:26:48
Line 83 Line 83
    */     */
 #undef HAVE_DECL_ERRNO  #undef HAVE_DECL_ERRNO
   
   /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
      don't. */
   #undef HAVE_DECL_H_ERRNO
   
 /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you  /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
    don't. */     don't. */
 #undef HAVE_DECL_SYS_SIGLIST  #undef HAVE_DECL_SYS_SIGLIST
Line 111 Line 115
 /* Define to 1 if you have the `dlopen' function. */  /* Define to 1 if you have the `dlopen' function. */
 #undef HAVE_DLOPEN  #undef HAVE_DLOPEN
   
 /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */  
 #undef HAVE_EXTENDED_GLOB  
   
 /* Define to 1 if your system has the F_CLOSEM fcntl. */  /* Define to 1 if your system has the F_CLOSEM fcntl. */
 #undef HAVE_FCNTL_CLOSEM  #undef HAVE_FCNTL_CLOSEM
   
Line 218 Line 219
 /* Define to 1 if your Kerberos is Heimdal. */  /* Define to 1 if your Kerberos is Heimdal. */
 #undef HAVE_HEIMDAL  #undef HAVE_HEIMDAL
   
 /* Define to 1 if <netinet/in.h> contains struct in6_addr. */  
 #undef HAVE_IN6_ADDR  
   
 /* Define to 1 if you have the `initprivs' function. */  /* Define to 1 if you have the `initprivs' function. */
 #undef HAVE_INITPRIVS  #undef HAVE_INITPRIVS
   
Line 241 Line 239
    shadow enabled) */     shadow enabled) */
 #undef HAVE_ISSECURE  #undef HAVE_ISSECURE
   
 /* Define to 1 if you use Kerberos IV. */  
 #undef HAVE_KERB4  
   
 /* Define to 1 if you use Kerberos V. */  /* Define to 1 if you use Kerberos V. */
 #undef HAVE_KERB5  #undef HAVE_KERB5
   
Line 377 Line 372
 /* Define to 1 if you use PAM authentication. */  /* Define to 1 if you use PAM authentication. */
 #undef HAVE_PAM  #undef HAVE_PAM
   
   /* Define to 1 if you have the `pam_getenvlist' function. */
   #undef HAVE_PAM_GETENVLIST
   
 /* Define to 1 if you use a specific PAM session for sudo -i. */  /* Define to 1 if you use a specific PAM session for sudo -i. */
 #undef HAVE_PAM_LOGIN  #undef HAVE_PAM_LOGIN
   
Line 392 Line 390
 /* Define to 1 if you have the `priv_set' function. */  /* Define to 1 if you have the `priv_set' function. */
 #undef HAVE_PRIV_SET  #undef HAVE_PRIV_SET
   
   /* Define to 1 if you have the <procfs.h> header file. */
   #undef HAVE_PROCFS_H
   
 /* Define to 1 if you have the <project.h> header file. */  /* Define to 1 if you have the <project.h> header file. */
 #undef HAVE_PROJECT_H  #undef HAVE_PROJECT_H
   
 /* Define to 1 if you have the <pty.h> header file. */  /* Define to 1 if you have the <pty.h> header file. */
 #undef HAVE_PTY_H  #undef HAVE_PTY_H
   
   /* Define to 1 if you have the `pw_dup' function. */
   #undef HAVE_PW_DUP
   
 /* Define to 1 if you have the `random' function. */  /* Define to 1 if you have the `random' function. */
 #undef HAVE_RANDOM  #undef HAVE_RANDOM
   
Line 417 Line 421
 /* Define to 1 if you have the <sasl/sasl.h> header file. */  /* Define to 1 if you have the <sasl/sasl.h> header file. */
 #undef HAVE_SASL_SASL_H  #undef HAVE_SASL_SASL_H
   
 /* Define if your struct sockadr has an sa_len field. */  
 #undef HAVE_SA_LEN  
   
 /* Define to 1 if you use SecurID for authentication. */  /* Define to 1 if you use SecurID for authentication. */
 #undef HAVE_SECURID  #undef HAVE_SECURID
   
Line 462 Line 463
 /* Define to 1 if you have the `sia_ses_init' function. */  /* Define to 1 if you have the `sia_ses_init' function. */
 #undef HAVE_SIA_SES_INIT  #undef HAVE_SIA_SES_INIT
   
/* Define to 1 if <signal.h> has the sigaction_t typedef. *//* Define to 1 if the system has the type `sigaction_t'. */
 #undef HAVE_SIGACTION_T  #undef HAVE_SIGACTION_T
   
 /* Define to 1 if you use S/Key. */  /* Define to 1 if you use S/Key. */
Line 474 Line 475
 /* Define to 1 if you have the `snprintf' function. */  /* Define to 1 if you have the `snprintf' function. */
 #undef HAVE_SNPRINTF  #undef HAVE_SNPRINTF
   
   /* Define to 1 if you have the <spawn.h> header file. */
   #undef HAVE_SPAWN_H
   
   /* Define to 1 if stdbool.h conforms to C99. */
   #undef HAVE_STDBOOL_H
   
 /* Define to 1 if you have the <stdint.h> header file. */  /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
   
Line 501 Line 508
 /* Define to 1 if you have the `strsignal' function. */  /* Define to 1 if you have the `strsignal' function. */
 #undef HAVE_STRSIGNAL  #undef HAVE_STRSIGNAL
   
   /* Define to 1 if `d_type' is a member of `struct dirent'. */
   #undef HAVE_STRUCT_DIRENT_D_TYPE
   
 /* Define to 1 if the system has the type `struct in6_addr'. */  /* Define to 1 if the system has the type `struct in6_addr'. */
 #undef HAVE_STRUCT_IN6_ADDR  #undef HAVE_STRUCT_IN6_ADDR
   
   /* Define to 1 if `p_tdev' is a member of `struct kinfo_proc2'. */
   #undef HAVE_STRUCT_KINFO_PROC2_P_TDEV
   
   /* Define to 1 if `ki_tdev' is a member of `struct kinfo_proc'. */
   #undef HAVE_STRUCT_KINFO_PROC_KI_TDEV
   
   /* 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
   
   /* Define to 1 if `pr_ttydev' is a member of `struct psinfo'. */
   #undef HAVE_STRUCT_PSINFO_PR_TTYDEV
   
   /* Define if your struct sockadr has an sa_len field. */
   #undef HAVE_STRUCT_SOCKADDR_SA_LEN
   
   /* Define to 1 if the system has the type `struct timespec'. */
   #undef HAVE_STRUCT_TIMESPEC
   
 /* Define to 1 if `ut_exit' is a member of `struct utmpx'. */  /* Define to 1 if `ut_exit' is a member of `struct utmpx'. */
 #undef HAVE_STRUCT_UTMPX_UT_EXIT  #undef HAVE_STRUCT_UTMPX_UT_EXIT
   
Line 575 Line 606
    */     */
 #undef HAVE_SYS_NDIR_H  #undef HAVE_SYS_NDIR_H
   
   /* Define to 1 if you have the <sys/procfs.h> header file. */
   #undef HAVE_SYS_PROCFS_H
   
 /* Define to 1 if you have the <sys/select.h> header file. */  /* Define to 1 if you have the <sys/select.h> header file. */
 #undef HAVE_SYS_SELECT_H  #undef HAVE_SYS_SELECT_H
   
Line 593 Line 627
 /* Define to 1 if you have the <sys/types.h> header file. */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
 /* Define to 1 if you have struct timespec in sys/time.h */  
 #undef HAVE_TIMESPEC  
   
 /* Define to 1 if you have the `ttyslot' function. */  /* Define to 1 if you have the `ttyslot' function. */
 #undef HAVE_TTYSLOT  #undef HAVE_TTYSLOT
   
Line 629 Line 660
 /* Define to 1 if you have the <zlib.h> header file. */  /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H  #undef HAVE_ZLIB_H
   
   /* Define to 1 if the system has the type `_Bool'. */
   #undef HAVE__BOOL
   
 /* Define to 1 if you have the `_getpty' function. */  /* Define to 1 if you have the `_getpty' function. */
 #undef HAVE__GETPTY  #undef HAVE__GETPTY
   
 /* Define to 1 if you have the `_innetgr' function. */  /* Define to 1 if you have the `_innetgr' function. */
 #undef HAVE__INNETGR  #undef HAVE__INNETGR
   
   /* Define to 1 if you have the `_ttyname_dev' function. */
   #undef HAVE__TTYNAME_DEV
   
   /* Define to 1 if the compiler supports the C99 __func__ variable. */
   #undef HAVE___FUNC__
   
 /* Define to 1 if your crt0.o defines the __progname symbol for you. */  /* Define to 1 if your crt0.o defines the __progname symbol for you. */
 #undef HAVE___PROGNAME  #undef HAVE___PROGNAME
   
Line 666 Line 706
 /* The user or email address that sudo mail is sent to. */  /* The user or email address that sudo mail is sent to. */
 #undef MAILTO  #undef MAILTO
   
   /* 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
   
 /* The max number of chars per log file line (for line wrapping). */  /* The max number of chars per log file line (for line wrapping). */
 #undef MAXLOGFILELEN  #undef MAXLOGFILELEN
   
Line 726 Line 774
 /* The syslog priority sudo will use for successful attempts. */  /* The syslog priority sudo will use for successful attempts. */
 #undef PRI_SUCCESS  #undef PRI_SUCCESS
   
   /* Define to const if the `putenv' takes a const argument. */
   #undef PUTENV_CONST
   
   /* 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
   
 /* The user sudo should run commands as by default. */  /* The user sudo should run commands as by default. */
 #undef RUNAS_DEFAULT  #undef RUNAS_DEFAULT
   
Line 760 Line 824
 /* The name of the sudoers plugin, including extension. */  /* The name of the sudoers plugin, including extension. */
 #undef SUDOERS_PLUGIN  #undef SUDOERS_PLUGIN
   
   /* An instance string to append to the username (separated by a slash) for
      Kerberos V authentication */
   #undef SUDO_KRB5_INSTANCE
   
 /* The umask that the sudo-run prog should use. */  /* The umask that the sudo-run prog should use. */
 #undef SUDO_UMASK  #undef SUDO_UMASK
   
Line 799 Line 867
 /* Define for large files, on AIX-style hosts. */  /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES  #undef _LARGE_FILES
   
   /* Define to __FUNCTION__ if your compiler support __FUNCTION__ but not
      __func__ */
   #undef __func__
   
 /* Define to `signed' or nothing if compiler does not support a signed type  /* Define to `signed' or nothing if compiler does not support a signed type
    qualifier. */     qualifier. */
 #undef __signed  #undef __signed
Line 806 Line 878
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
 #undef const  #undef const
   
/* Define if your system lacks the dev_t type. *//* Define to `int' if <sys/types.h> does not define. */
 #undef dev_t  #undef dev_t
   
 /* Define to `int' if <sys/types.h> doesn't define. */  /* Define to `int' if <sys/types.h> doesn't define. */
 #undef gid_t  #undef gid_t
   
/* Define if your system lacks the ino_t type. *//* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef ino_t  #undef ino_t
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
Line 824 Line 896
 /* Define to `unsigned int' if <sys/types.h> does not define. */  /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t  #undef size_t
   
/* Define if your system lacks the ssize_t type. *//* Define to `unsigned int' if <sys/socket.h> doesn't define. */
 #undef socklen_t
 
 /* Define to `int' if <sys/types.h> does not define. */
 #undef ssize_t  #undef ssize_t
   
 /* Define to `int' if <sys/types.h> doesn't define. */  /* Define to `int' if <sys/types.h> doesn't define. */
Line 859 Line 934
 #  define mtim_get(_x, _y)      do { (_y)->tv_sec = (_x)->st_mtime; (_y)->tv_usec = 0; } while (0)  #  define mtim_get(_x, _y)      do { (_y)->tv_sec = (_x)->st_mtime; (_y)->tv_usec = 0; } while (0)
 # endif /* HAVE_ST_MTIMESPEC */  # endif /* HAVE_ST_MTIMESPEC */
 #endif /* HAVE_ST_MTIM */  #endif /* HAVE_ST_MTIM */
   
   #ifdef __GNUC__
   # define ignore_result(x) do {                                                 \
       __typeof__(x) y = (x);                                                     \
       (void)y;                                                                   \
   } while(0)
   #else
   # define ignore_result(x)       (void)(x)
   #endif
   
 /* GNU stow needs /etc/sudoers to be a symlink. */  /* GNU stow needs /etc/sudoers to be a symlink. */
 #ifdef USE_STOW  #ifdef USE_STOW

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


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