--- embedaddon/sudo/config.h.in 2013/07/22 10:46:10 1.1.1.4 +++ embedaddon/sudo/config.h.in 2013/10/14 07:56:33 1.1.1.5 @@ -137,9 +137,21 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ENDIAN_H +/* Define to 1 if you have the `exect' function. */ +#undef HAVE_EXECT + +/* Define to 1 if you have the `execvP' function. */ +#undef HAVE_EXECVP + +/* Define to 1 if you have the `execvpe' function. */ +#undef HAVE_EXECVPE + /* Define to 1 if your system has the F_CLOSEM fcntl. */ #undef HAVE_FCNTL_CLOSEM +/* Define to 1 if you have the `fexecve' function. */ +#undef HAVE_FEXECVE + /* Define to 1 if you have the `fgetln' function. */ #undef HAVE_FGETLN @@ -195,6 +207,9 @@ /* Define to 1 if you have the `getline' function. */ #undef HAVE_GETLINE +/* Define to 1 if you have the `getopt_long' function. */ +#undef HAVE_GETOPT_LONG + /* Define to 1 if you have the `getprogname' function. */ #undef HAVE_GETPROGNAME @@ -370,6 +385,9 @@ /* Define to 1 if you have the `memrchr' function. */ #undef HAVE_MEMRCHR +/* Define to 1 if you have the `memset_s' function. */ +#undef HAVE_MEMSET_S + /* Define to 1 if you have the `mkdtemp' function. */ #undef HAVE_MKDTEMP @@ -406,6 +424,9 @@ /* Define to 1 if you use NRL OPIE. */ #undef HAVE_OPIE +/* Define to 1 if you have the `optreset' symbol. */ +#undef HAVE_OPTRESET + /* Define to 1 if you use PAM authentication. */ #undef HAVE_PAM @@ -424,6 +445,12 @@ /* Define to 1 if you have the `posix_openpt' function. */ #undef HAVE_POSIX_OPENPT +/* Define to 1 if you have the `posix_spawn' function. */ +#undef HAVE_POSIX_SPAWN + +/* Define to 1 if you have the `posix_spawnp' function. */ +#undef HAVE_POSIX_SPAWNP + /* Define to 1 if you have the `priv_set' function. */ #undef HAVE_PRIV_SET @@ -715,6 +742,33 @@ /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL +/* Define to 1 if you have the `_execl' function. */ +#undef HAVE__EXECL + +/* Define to 1 if you have the `_execle' function. */ +#undef HAVE__EXECLE + +/* Define to 1 if you have the `_execlp' function. */ +#undef HAVE__EXECLP + +/* Define to 1 if you have the `_exect' function. */ +#undef HAVE__EXECT + +/* Define to 1 if you have the `_execv' function. */ +#undef HAVE__EXECV + +/* Define to 1 if you have the `_execve' function. */ +#undef HAVE__EXECVE + +/* Define to 1 if you have the `_execvP' function. */ +#undef HAVE__EXECVP + +/* Define to 1 if you have the `_execvpe' function. */ +#undef HAVE__EXECVPE + +/* Define to 1 if you have the `_fexecve' function. */ +#undef HAVE__FEXECVE + /* Define to 1 if you have the `_getpty' function. */ #undef HAVE__GETPTY @@ -727,18 +781,60 @@ /* Define to 1 if you have the `_nss_XbyY_buf_alloc' function. */ #undef HAVE__NSS_XBYY_BUF_ALLOC +/* Define to 1 if you have the `_posix_spawn' function. */ +#undef HAVE__POSIX_SPAWN + +/* Define to 1 if you have the `_posix_spawnp' function. */ +#undef HAVE__POSIX_SPAWNP + /* Define to 1 if you have the `_ttyname_dev' function. */ #undef HAVE__TTYNAME_DEV +/* Define to 1 if you have the `__execl' function. */ +#undef HAVE___EXECL + +/* Define to 1 if you have the `__execle' function. */ +#undef HAVE___EXECLE + +/* Define to 1 if you have the `__execlp' function. */ +#undef HAVE___EXECLP + +/* Define to 1 if you have the `__exect' function. */ +#undef HAVE___EXECT + +/* Define to 1 if you have the `__execv' function. */ +#undef HAVE___EXECV + +/* Define to 1 if you have the `__execve' function. */ +#undef HAVE___EXECVE + +/* Define to 1 if you have the `__execvP' function. */ +#undef HAVE___EXECVP + +/* Define to 1 if you have the `__execvpe' function. */ +#undef HAVE___EXECVPE + +/* Define to 1 if you have the `__fexecve' function. */ +#undef HAVE___FEXECVE + /* Define to 1 if the compiler supports the C99 __func__ variable. */ #undef HAVE___FUNC__ +/* Define to 1 if you have dyld with __interpose attribute support. */ +#undef HAVE___INTERPOSE + /* Define to 1 if you have the `__nss_initf_group' function. */ #undef HAVE___NSS_INITF_GROUP /* Define to 1 if you have the `__nss_XbyY_buf_alloc' function. */ #undef HAVE___NSS_XBYY_BUF_ALLOC +/* Define to 1 if you have the `__posix_spawn' function. */ +#undef HAVE___POSIX_SPAWN + +/* Define to 1 if you have the `__posix_spawnp' function. */ +#undef HAVE___POSIX_SPAWNP + /* Define to 1 if your crt0.o defines the __progname symbol for you. */ #undef HAVE___PROGNAME @@ -945,10 +1041,16 @@ /* Define to `int' if does not define. */ #undef dev_t +/* Define to `int' if does not define. */ +#undef errno_t + /* Define to `int' if doesn't define. */ #undef gid_t /* Define to `unsigned int' if does not define. */ +#undef id_t + +/* Define to `unsigned int' if does not define. */ #undef ino_t /* Define to `int' if does not define. */ @@ -956,6 +1058,9 @@ /* Define to an OS-specific initialization function or `os_init_common'. */ #undef os_init + +/* Define to `size_t' if does not define. */ +#undef rsize_t /* Define to `int' if does not define. */ #undef sig_atomic_t