/* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define if using the Apple Foundation framework */ #undef APPLE_FOUNDATION /* Define if using the Apple Objective-C runtime and compiler. */ #undef APPLE_RUNTIME /* Define if using the GNUstep Foundation library */ #undef GNUSTEP_FOUNDATION /* Define if using the GNU Objective-C runtime and compiler. */ #undef GNU_RUNTIME /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO /* Define to 1 if you have the `clearenv' function. */ #undef HAVE_CLEARENV /* Define to 1 if you have the `copyfile' function. */ #undef HAVE_COPYFILE /* Define to 1 if you have the header file. */ #undef HAVE_CRT_EXTERNS_H /* Define to 1 if you have the declaration of `completion_matches', and to 0 if you don't. */ #undef HAVE_DECL_COMPLETION_MATCHES /* Define to 1 if you have the declaration of `filename_completion_function', and to 0 if you don't. */ #undef HAVE_DECL_FILENAME_COMPLETION_FUNCTION /* Define to 1 if you have the declaration of `rl_completion_matches', and to 0 if you don't. */ #undef HAVE_DECL_RL_COMPLETION_MATCHES /* Define to 1 if you have the declaration of `rl_filename_completion_function', and to 0 if you don't. */ #undef HAVE_DECL_RL_FILENAME_COMPLETION_FUNCTION /* Define to 1 if you have the declaration of `rl_username_completion_function', and to 0 if you don't. */ #undef HAVE_DECL_RL_USERNAME_COMPLETION_FUNCTION /* Define to 1 if you have the declaration of `username_completion_function', and to 0 if you don't. */ #undef HAVE_DECL_USERNAME_COMPLETION_FUNCTION /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you have the header file. */ #undef HAVE_ERR_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `fgetln' function. */ #undef HAVE_FGETLN /* Define to 1 if you have the `flock' function. */ #undef HAVE_FLOCK /* Define if CoreFoundation framework is available */ #undef HAVE_FRAMEWORK_COREFOUNDATION /* Define if IOKit framework is available */ #undef HAVE_FRAMEWORK_IOKIT /* Define if SystemConfiguration framework is available */ #undef HAVE_FRAMEWORK_SYSTEMCONFIGURATION /* Define if function CFNotificationCenterGetDarwinNotifyCenter in CoreFoundation framework */ #undef HAVE_FUNCTION_CFNOTIFICATIONCENTERGETDARWINNOTIFYCENTER /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO /* Define if you have the `md' library (-lmd). */ #undef HAVE_LIBMD /* Define to 1 if you have the `readline' library (-lreadline). */ #undef HAVE_LIBREADLINE /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the `lockf' function. */ #undef HAVE_LOCKF /* Define to 1 if you have the header file. */ #undef HAVE_MD5_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_OBJC_OBJC_H /* Define to 1 if you have the header file. */ #undef HAVE_OPENSSL_MD5_H /* Define to 1 if you have the header file. */ #undef HAVE_PATHS_H /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_READLINE_H /* Define to 1 if you have the `setmode' function. */ #undef HAVE_SETMODE /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strcasecmp' function. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strlcpy' function. */ #undef HAVE_STRLCPY /* Define to 1 if you have the `strncasecmp' function. */ #undef HAVE_STRNCASECMP /* Define to 1 if you have the header file. */ #undef HAVE_SYS_CDEFS_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FCNTL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PATHS_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_UTIME_H /* Lowest non-system-reserved GID. */ #undef MIN_USABLE_GID /* Lowest non-system-reserved UID. */ #undef MIN_USABLE_UID /* Mark private symbols */ #undef MP_PRIVATE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE /* Define to 1 if readlink does not conform with POSIX 1003.1a (where third argument is a size_t and return value is a ssize_t) */ #undef READLINK_IS_NOT_P1003_1A /* Define to 1 if static build is requested */ #undef STATIC_BUILD /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* SDK for SDK redirect in tracelib */ #undef TRACE_SDK /* Attribute to mark unused variables */ #undef UNUSED