|
|
|
@ -1,38 +1,133 @@
|
|
|
|
|
/* #cmakedefine VERSION "@VERSION@" */
|
|
|
|
|
#cmakedefine VERSION "@VERSION@"
|
|
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
|
#define PACKAGE_STRING "@VERSION@"
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
|
|
|
|
|
|
|
|
|
|
/* config.h. Generated from config.h.in by configure. */
|
|
|
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
/* Define to 1 if you have the <linux/unistd.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_LINUX_UNISTD_H @HAVE_LINUX_UNISTD_H@
|
|
|
|
|
|
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
|
|
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
|
|
|
|
|
/* #undef HAVE_CARBON_CARBON_H */
|
|
|
|
|
|
|
|
|
|
/* Define if you have the CoreAudio API */
|
|
|
|
|
/* #undef HAVE_COREAUDIO */
|
|
|
|
|
#cmakedefine HAVE_CARBON_CARBON_H @HAVE_CARBON_CARBON_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <crt_externs.h> header file. */
|
|
|
|
|
/* #undef HAVE_CRT_EXTERNS_H */
|
|
|
|
|
|
|
|
|
|
/* Defines if your system has the crypt function */
|
|
|
|
|
#define HAVE_CRYPT 1
|
|
|
|
|
#cmakedefine HAVE_CRT_EXTERNS_H @HAVE_CRT_EXTERNS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <crypt.h> header file. */
|
|
|
|
|
#define HAVE_CRYPT_H 1
|
|
|
|
|
#cmakedefine HAVE_CRYPT_H @HAVE_CRYPT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
#define HAVE_DIRENT_H 1
|
|
|
|
|
#cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
|
|
|
#define HAVE_DLFCN_H 1
|
|
|
|
|
#cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
|
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
|
#cmakedefine HAVE_FCNTL_H @HAVE_FCNTL_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <linux/quota.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_LINUX_QUOTA_H @HAVE_LINUX_QUOTA_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <mntent.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_MNTENT_H @HAVE_MNTENT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
|
#cmakedefine HAVE_NDIR_H @HAVE_NDIR_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <paths.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_PATHS_H @HAVE_PATHS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sstream> header file. */
|
|
|
|
|
#cmakedefine HAVE_SSTREAM @HAVE_SSTREAM@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_STRING_H @HAVE_STRING_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stropts.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_STROPTS_H @HAVE_STROPTS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/bitypes.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_BITYPES_H @HAVE_SYS_BITYPES_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
#cmakedefine HAVE_SYS_DIR_H @HAVE_SYS_DIR_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/fcntl.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_FCNTL_H @HAVE_SYS_FCNTL_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/fs/ufs_quota.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_FS_UFS_QUOTA_H @HAVE_SYS_FS_UFS_QUOTA_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mntent.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_MNTENT_H @HAVE_SYS_MNTENT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mnttab.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_MNTTAB_H @HAVE_SYS_MNTTAB_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_MOUNT_H @HAVE_SYS_MOUNT_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
#cmakedefine HAVE_SYS_NDIR_H @HAVE_SYS_NDIR_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/params.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_PARAMS_H @HAVE_SYS_PARAMS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/quota.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_QUOTA_H @HAVE_SYS_QUOTA_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stropts.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_STROPTS_H @HAVE_SYS_STROPTS_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
|
#cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* config.h. Generated from config.h.in by configure. */
|
|
|
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
|
|
|
|
|
/* Define to the full name and version of this package. */
|
|
|
|
|
#define PACKAGE_STRING "@VERSION@"
|
|
|
|
|
|
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
|
|
|
/* #undef AC_APPLE_UNIVERSAL_BUILD */
|
|
|
|
|
|
|
|
|
|
/* Define if you have the CoreAudio API */
|
|
|
|
|
/* #undef HAVE_COREAUDIO */
|
|
|
|
|
|
|
|
|
|
/* Defines if your system has the crypt function */
|
|
|
|
|
#define HAVE_CRYPT 1
|
|
|
|
|
|
|
|
|
|
/* Define if you have fgetgrent */
|
|
|
|
|
#define HAVE_FGETGRENT 1
|
|
|
|
@ -52,9 +147,6 @@
|
|
|
|
|
/* Define if you have the fgetspent prototype */
|
|
|
|
|
#define HAVE_FGETSPENT_PROTO 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
|
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
|
|
|
|
|
|
/* Irix */
|
|
|
|
|
/* #undef HAVE_IRIX */
|
|
|
|
|
|
|
|
|
@ -73,21 +165,6 @@
|
|
|
|
|
/* Linux */
|
|
|
|
|
#define HAVE_LINUX 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <linux/quota.h> header file. */
|
|
|
|
|
#define HAVE_LINUX_QUOTA_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <linux/unistd.h> header file. */
|
|
|
|
|
#define HAVE_LINUX_UNISTD_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
|
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <mntent.h> header file. */
|
|
|
|
|
#define HAVE_MNTENT_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
|
|
|
/* #undef HAVE_NDIR_H */
|
|
|
|
|
|
|
|
|
|
/* Define if your system needs _NSGetEnviron to set up the environment */
|
|
|
|
|
/* #undef HAVE_NSGETENVIRON */
|
|
|
|
|
|
|
|
|
@ -97,9 +174,6 @@
|
|
|
|
|
/* Define if your PAM headers are in pam/ instead of security/ */
|
|
|
|
|
/* #undef HAVE_PAM_PAM_APPL_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <paths.h> header file. */
|
|
|
|
|
#define HAVE_PATHS_H 1
|
|
|
|
|
|
|
|
|
|
/* Define if you have res_init */
|
|
|
|
|
#define HAVE_RES_INIT 1
|
|
|
|
|
|
|
|
|
@ -118,27 +192,9 @@
|
|
|
|
|
/* Define if you use shadow passwords */
|
|
|
|
|
#define HAVE_SHADOW 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <signal.h> header file. */
|
|
|
|
|
#define HAVE_SIGNAL_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the `snprintf' function. */
|
|
|
|
|
#define HAVE_SNPRINTF 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sstream> header file. */
|
|
|
|
|
#define HAVE_SSTREAM 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
|
|
|
#define HAVE_STDINT_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
|
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
|
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
|
|
|
#define HAVE_STRING_H 1
|
|
|
|
|
|
|
|
|
|
/* Define if you have strlcat */
|
|
|
|
|
/* #undef HAVE_STRLCAT */
|
|
|
|
|
|
|
|
|
@ -151,59 +207,6 @@
|
|
|
|
|
/* Define if you have the strlcpy prototype */
|
|
|
|
|
/* #undef HAVE_STRLCPY_PROTO */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <stropts.h> header file. */
|
|
|
|
|
#define HAVE_STROPTS_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/bitypes.h> header file. */
|
|
|
|
|
#define HAVE_SYS_BITYPES_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
/* #undef HAVE_SYS_DIR_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/fcntl.h> header file. */
|
|
|
|
|
#define HAVE_SYS_FCNTL_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/fs/ufs_quota.h> header file. */
|
|
|
|
|
/* #undef HAVE_SYS_FS_UFS_QUOTA_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mntent.h> header file. */
|
|
|
|
|
/* #undef HAVE_SYS_MNTENT_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mnttab.h> header file. */
|
|
|
|
|
/* #undef HAVE_SYS_MNTTAB_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/mount.h> header file. */
|
|
|
|
|
#define HAVE_SYS_MOUNT_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
|
|
|
*/
|
|
|
|
|
/* #undef HAVE_SYS_NDIR_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/params.h> header file. */
|
|
|
|
|
/* #undef HAVE_SYS_PARAMS_H */
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
|
|
|
#define HAVE_SYS_PARAM_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/quota.h> header file. */
|
|
|
|
|
#define HAVE_SYS_QUOTA_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/stropts.h> header file. */
|
|
|
|
|
#define HAVE_SYS_STROPTS_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
|
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
|
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
|
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
|
|
|
|
|
|
/* Define if you have unsetenv */
|
|
|
|
|
#define HAVE_UNSETENV 1
|
|
|
|
|
|
|
|
|
|