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

version 1.1.1.2, 2012/05/29 12:26:48 version 1.1.1.3, 2012/10/09 09:29:52
Line 87 Line 87
    don't. */     don't. */
 #undef HAVE_DECL_H_ERRNO  #undef HAVE_DECL_H_ERRNO
   
   /* Define to 1 if you have the declaration of `sys_sigabbrev', and to 0 if you
      don't. */
   #undef HAVE_DECL_SYS_SIGABBREV
   
 /* 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
   
   /* Define to 1 if you have the declaration of `sys_signame', and to 0 if you
      don't. */
   #undef HAVE_DECL_SYS_SIGNAME
   
 /* 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
   
   /* Define to 1 if you have the declaration of `_sys_signame', and to 0 if you
      don't. */
   #undef HAVE_DECL__SYS_SIGNAME
   
 /* 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
   
   /* Define to 1 if you have the declaration of `__sys_signame', and to 0 if you
      don't. */
   #undef HAVE_DECL___SYS_SIGNAME
   
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.  /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */     */
 #undef HAVE_DIRENT_H  #undef HAVE_DIRENT_H
Line 115 Line 131
 /* 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 the compiler supports the __visibility__ attribute. */
   #undef HAVE_DSO_VISIBILITY
   
 /* 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 130 Line 149
 /* Define to 1 if you have the `freeifaddrs' function. */  /* Define to 1 if you have the `freeifaddrs' function. */
 #undef HAVE_FREEIFADDRS  #undef HAVE_FREEIFADDRS
   
   /* Define to 1 if you have the `fseeko' function. */
   #undef HAVE_FSEEKO
   
 /* Define to 1 if you have the `futime' function. */  /* Define to 1 if you have the `futime' function. */
 #undef HAVE_FUTIME  #undef HAVE_FUTIME
   
Line 294 Line 316
 /* Define to 1 if you have the <ldap_ssl.h> header file. */  /* Define to 1 if you have the <ldap_ssl.h> header file. */
 #undef HAVE_LDAP_SSL_H  #undef HAVE_LDAP_SSL_H
   
   /* Define to 1 if you have the `ldap_ssl_init' function. */
   #undef HAVE_LDAP_SSL_INIT
   
 /* Define to 1 if you have the `ldap_start_tls_s' function. */  /* Define to 1 if you have the `ldap_start_tls_s' function. */
 #undef HAVE_LDAP_START_TLS_S  #undef HAVE_LDAP_START_TLS_S
   
Line 360 Line 385
 /* Define to 1 if you have the <netgroup.h> header file. */  /* Define to 1 if you have the <netgroup.h> header file. */
 #undef HAVE_NETGROUP_H  #undef HAVE_NETGROUP_H
   
   /* Define to 1 if you have the `ngettext' function. */
   #undef HAVE_NGETTEXT
   
 /* Define to 1 if you have the `nl_langinfo' function. */  /* Define to 1 if you have the `nl_langinfo' function. */
 #undef HAVE_NL_LANGINFO  #undef HAVE_NL_LANGINFO
   
Line 463 Line 491
 /* 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 you have the `sig2str' function. */
   #undef HAVE_SIG2STR
   
 /* Define to 1 if the system has the type `sigaction_t'. */  /* Define to 1 if the system has the type `sigaction_t'. */
 #undef HAVE_SIGACTION_T  #undef HAVE_SIGACTION_T
   
Line 478 Line 509
 /* Define to 1 if you have the <spawn.h> header file. */  /* Define to 1 if you have the <spawn.h> header file. */
 #undef HAVE_SPAWN_H  #undef HAVE_SPAWN_H
   
   /* Define to 1 to enable SSSD support. */
   #undef HAVE_SSSD
   
 /* Define to 1 if stdbool.h conforms to C99. */  /* Define to 1 if stdbool.h conforms to C99. */
 #undef HAVE_STDBOOL_H  #undef HAVE_STDBOOL_H
   
Line 612 Line 646
 /* 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
   
   /* Define to 1 if your libc has the `sys_sigabbrev' symbol. */
   #undef HAVE_SYS_SIGABBREV
   
 /* Define to 1 if you have the <sys/sockio.h> header file. */  /* Define to 1 if you have the <sys/sockio.h> header file. */
 #undef HAVE_SYS_SOCKIO_H  #undef HAVE_SYS_SOCKIO_H
   
Line 942 Line 979
 } while(0)  } while(0)
 #else  #else
 # define ignore_result(x)       (void)(x)  # define ignore_result(x)       (void)(x)
 #endif  
   
 /* GNU stow needs /etc/sudoers to be a symlink. */  
 #ifdef USE_STOW  
 # define stat_sudoers   stat  
 #else  
 # define stat_sudoers   lstat  
 #endif  #endif
   
 /* Macros to set/clear/test flags. */  /* Macros to set/clear/test flags. */

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


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