00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to 1 if you have the `backtrace_symbols' function. */ 00005 #define HAVE_BACKTRACE_SYMBOLS 1 00006 00007 /* Define to 1 if you have the `daemon' function. */ 00008 #define HAVE_DAEMON 1 00009 00010 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00011 */ 00012 #define HAVE_DIRENT_H 1 00013 00014 /* Define to 1 if you have the <execinfo.h> header file. */ 00015 #define HAVE_EXECINFO_H 1 00016 00017 /* Define to 1 if you have the `fork' function. */ 00018 #define HAVE_FORK 1 00019 00020 /* Define to 1 if you have the `gethostbyname' function. */ 00021 #define HAVE_GETHOSTBYNAME 1 00022 00023 /* Define to 1 if you have the `gethostname' function. */ 00024 #define HAVE_GETHOSTNAME 1 00025 00026 /* Define to 1 if you have the `gettimeofday' function. */ 00027 #define HAVE_GETTIMEOFDAY 1 00028 00029 /* Whether GNUTLS is available */ 00030 #define HAVE_GNUTLS 1 00031 00032 /* Define to 1 if you have the <inttypes.h> header file. */ 00033 #define HAVE_INTTYPES_H 1 00034 00035 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00036 to 0 otherwise. */ 00037 #define HAVE_MALLOC 1 00038 00039 /* Define to 1 if you have the <memory.h> header file. */ 00040 #define HAVE_MEMORY_H 1 00041 00042 /* Define to 1 if you have the `memset' function. */ 00043 #define HAVE_MEMSET 1 00044 00045 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00046 /* #undef HAVE_NDIR_H */ 00047 00048 /* Whether readline is available */ 00049 #define HAVE_READLINE 1 00050 00051 /* Define to 1 if your system has a GNU libc compatible `realloc' function, 00052 and to 0 otherwise. */ 00053 #define HAVE_REALLOC 1 00054 00055 /* Define to 1 if you have the <stdint.h> header file. */ 00056 #define HAVE_STDINT_H 1 00057 00058 /* Define to 1 if you have the <stdlib.h> header file. */ 00059 #define HAVE_STDLIB_H 1 00060 00061 /* Define to 1 if you have the `strchr' function. */ 00062 #define HAVE_STRCHR 1 00063 00064 /* Define to 1 if you have the `strerror' function. */ 00065 #define HAVE_STRERROR 1 00066 00067 /* Define to 1 if you have the <strings.h> header file. */ 00068 #define HAVE_STRINGS_H 1 00069 00070 /* Define to 1 if you have the <string.h> header file. */ 00071 #define HAVE_STRING_H 1 00072 00073 /* Define to 1 if you have the `strrchr' function. */ 00074 #define HAVE_STRRCHR 1 00075 00076 /* Define to 1 if you have the `strstr' function. */ 00077 #define HAVE_STRSTR 1 00078 00079 /* Define to 1 if you have the <syslog.h> header file. */ 00080 #define HAVE_SYSLOG_H 1 00081 00082 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00083 */ 00084 /* #undef HAVE_SYS_DIR_H */ 00085 00086 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00087 */ 00088 /* #undef HAVE_SYS_NDIR_H */ 00089 00090 /* Define to 1 if you have the <sys/socket.h> header file. */ 00091 #define HAVE_SYS_SOCKET_H 1 00092 00093 /* Define to 1 if you have the <sys/stat.h> header file. */ 00094 #define HAVE_SYS_STAT_H 1 00095 00096 /* Define to 1 if you have the <sys/time.h> header file. */ 00097 #define HAVE_SYS_TIME_H 1 00098 00099 /* Define to 1 if you have the <sys/types.h> header file. */ 00100 #define HAVE_SYS_TYPES_H 1 00101 00102 /* Define to 1 if you have the `uname' function. */ 00103 #define HAVE_UNAME 1 00104 00105 /* Define to 1 if you have the <unistd.h> header file. */ 00106 #define HAVE_UNISTD_H 1 00107 00108 /* Define to 1 if you have the `vfork' function. */ 00109 #define HAVE_VFORK 1 00110 00111 /* Define to 1 if you have the <vfork.h> header file. */ 00112 /* #undef HAVE_VFORK_H */ 00113 00114 /* Define to 1 if `fork' works. */ 00115 #define HAVE_WORKING_FORK 1 00116 00117 /* Define to 1 if `vfork' works. */ 00118 #define HAVE_WORKING_VFORK 1 00119 00120 /* Package name */ 00121 #define PACKAGE "ctrlproxy" 00122 00123 /* Define to the address where bug reports for this package should be sent. */ 00124 #define PACKAGE_BUGREPORT "jelmer@samba.org" 00125 00126 /* Define to the full name of this package. */ 00127 #define PACKAGE_NAME "ctrlproxy" 00128 00129 /* Define to the full name and version of this package. */ 00130 #define PACKAGE_STRING "ctrlproxy 3.0.6" 00131 00132 /* Define to the one symbol short name of this package. */ 00133 #define PACKAGE_TARNAME "ctrlproxy" 00134 00135 /* Define to the version of this package. */ 00136 #define PACKAGE_VERSION "3.0.6" 00137 00138 /* Define as the return type of signal handlers (`int' or `void'). */ 00139 #define RETSIGTYPE void 00140 00141 /* Define to 1 if you have the ANSI C header files. */ 00142 #define STDC_HEADERS 1 00143 00144 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00145 #define TIME_WITH_SYS_TIME 1 00146 00147 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00148 /* #undef TM_IN_SYS_TIME */ 00149 00150 /* Package version */ 00151 #define VERSION "3.0.6-bzr-r1558" 00152 00153 /* Use GNU extensions */ 00154 #define _GNU_SOURCE 1 00155 00156 /* Define to empty if `const' does not conform to ANSI C. */ 00157 /* #undef const */ 00158 00159 /* Define to `int' if <sys/types.h> doesn't define. */ 00160 /* #undef gid_t */ 00161 00162 /* Define to rpl_malloc if the replacement function should be used. */ 00163 /* #undef malloc */ 00164 00165 /* Define to `int' if <sys/types.h> does not define. */ 00166 /* #undef pid_t */ 00167 00168 /* Define to rpl_realloc if the replacement function should be used. */ 00169 /* #undef realloc */ 00170 00171 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00172 /* #undef size_t */ 00173 00174 /* Define to `int' if <sys/types.h> doesn't define. */ 00175 /* #undef uid_t */ 00176 00177 /* Define as `fork' if `vfork' does not work. */ 00178 /* #undef vfork */