00001 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 00002 #define HAVE_DOPRNT 00003 00004 /* Define to 1 if you have the <fcntl.h> header file. */ 00005 #define HAVE_FCNTL_H 1 00006 00007 /* Define to 1 if you have the <inttypes.h> header file. */ 00008 #define HAVE_INTTYPES_H 1 00009 00010 /* Define to 1 if you have the <limits.h> header file. */ 00011 #define HAVE_LIMITS_H 1 00012 00013 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00014 to 0 otherwise. */ 00015 #define HAVE_MALLOC 1 00016 00017 /* Define to 1 if you have the <memory.h> header file. */ 00018 #define HAVE_MEMORY_H 1 00019 00020 /* Define to 1 if you have the `open' function. */ 00021 #define HAVE_OPEN 1 00022 00023 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00024 and to 0 otherwise. */ 00025 #define HAVE_REALLOC 1 00026 00027 /* Define to 1 if you have the <stdarg.h> header file. */ 00028 #define HAVE_STDARG_H 1 00029 00030 /* Define to 1 if you have the <stdint.h> header file. */ 00031 #define HAVE_STDINT_H 1 00032 00033 /* Define to 1 if you have the <stdlib.h> header file. */ 00034 #define HAVE_STDLIB_H 1 00035 00036 /* Define to 1 if you have the `strerror' function. */ 00037 #define HAVE_STRERROR 1 00038 00039 /* Define to 1 if you have the <strings.h> header file. */ 00040 #define HAVE_STRINGS_H 1 00041 00042 /* Define to 1 if you have the <string.h> header file. */ 00043 #define HAVE_STRING_H 1 00044 00045 /* Define to 1 if you have the `strncasecmp' function. */ 00046 #define HAVE_STRNCASECMP 1 00047 00048 /* Define to 1 if you have the `strndup' function. */ 00049 #define HAVE_STRNDUP 1 00050 00051 /* Define to 1 if you have the <syslog.h> header file. */ 00052 #define HAVE_SYSLOG_H 1 00053 00054 /* Define to 1 if you have the <sys/param.h> header file. */ 00055 #define HAVE_SYS_PARAM_H 1 00056 00057 /* Define to 1 if you have the <sys/stat.h> header file. */ 00058 #define HAVE_SYS_STAT_H 1 00059 00060 /* Define to 1 if you have the <sys/types.h> header file. */ 00061 #define HAVE_SYS_TYPES_H 1 00062 00063 /* Define to 1 if you have the <unistd.h> header file. */ 00064 #define HAVE_UNISTD_H 1 00065 00066 /* Define to 1 if you have the `vasprintf' function. */ 00067 #define HAVE_VASPRINTF 1 00068 00069 /* Define to 1 if you have the `vprintf' function. */ 00070 #define HAVE_VPRINTF 1 00071 00072 /* Define to 1 if you have the `vsnprintf' function. */ 00073 #define HAVE_VSNPRINTF 1 00074 00075 /* Define to 1 if you have the `vsyslog' function. */ 00076 #define HAVE_VSYSLOG 1 00077 00078 00079 /* Define to rpl_malloc if the replacement function should be used. */ 00080 #if !HAVE_MALLOC 00081 #define malloc rpl_malloc 00082 #endif 00083 00084 /* Define to rpl_realloc if the replacement function should be used. */ 00085 #if !HAVE_REALLOC 00086 #define realloc rpl_realloc 00087 #endif 00088 00089 00090 00091 00092 00093 00094 /* Define to 1 if you have the ANSI C header files. */ 00095 #define STDC_HEADERS 1 00096 00097 /* Define to empty if `const' does not conform to ANSI C. */ 00098 /* #undef const */ 00099 00100 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00101 /* #undef size_t */