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 heap debugging is desired. */ 00005 /* #undef DEBUG_HEAP */ 00006 00007 /* Define to 1 if lock debugging is desired. */ 00008 /* #undef DEBUG_LOCKS */ 00009 00010 /* Define to 1 if the `getpgrp' function requires zero arguments. */ 00011 #define GETPGRP_VOID 1 00012 00013 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00014 #define HAVE_ARPA_INET_H 1 00015 00016 /* Define to 1 if you have the `clock_gettime' function. */ 00017 #define HAVE_CLOCK_GETTIME 1 00018 00019 /* Define to 1 if you have the <dlfcn.h> header file. */ 00020 #define HAVE_DLFCN_H 1 00021 00022 /* Define to 1 if you have the `dup2' function. */ 00023 #define HAVE_DUP2 1 00024 00025 /* Define to 1 if you have the <fcntl.h> header file. */ 00026 #define HAVE_FCNTL_H 1 00027 00028 /* Define to 1 if you have the `fork' function. */ 00029 #define HAVE_FORK 1 00030 00031 /* Define to 1 if you have the `gethostbyname' function. */ 00032 #define HAVE_GETHOSTBYNAME 1 00033 00034 /* Define to 1 if you have the `getopt' function. */ 00035 #define HAVE_GETOPT 1 00036 00037 /* Define to 1 if you have the <getopt.h> header file. */ 00038 #define HAVE_GETOPT_H 1 00039 00040 /* Define to 1 if you have the `getopt_long' function. */ 00041 #define HAVE_GETOPT_LONG 1 00042 00043 /* Define to 1 if you have the `gettimeofday' function. */ 00044 #define HAVE_GETTIMEOFDAY 1 00045 00046 /* Define to 1 if you have the <inttypes.h> header file. */ 00047 #define HAVE_INTTYPES_H 1 00048 00049 /* Define to 1 if you have the `dl' library (-ldl). */ 00050 #define HAVE_LIBDL 1 00051 00052 /* Define to 1 if you have the `gcc_s' library (-lgcc_s). */ 00053 #define HAVE_LIBGCC_S 1 00054 00055 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00056 #define HAVE_LIBPTHREAD 1 00057 00058 /* Define to 1 if you have the `rt' library (-lrt). */ 00059 #define HAVE_LIBRT 1 00060 00061 /* Define to 1 if you have the `z' library (-lz). */ 00062 #define HAVE_LIBZ 1 00063 00064 /* Define to 1 if you have the <limits.h> header file. */ 00065 #define HAVE_LIMITS_H 1 00066 00067 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00068 to 0 otherwise. */ 00069 #define HAVE_MALLOC 1 00070 00071 /* Define to 1 if you have the `memchr' function. */ 00072 #define HAVE_MEMCHR 1 00073 00074 /* Define to 1 if you have the `memmove' function. */ 00075 #define HAVE_MEMMOVE 1 00076 00077 /* Define to 1 if you have the <memory.h> header file. */ 00078 #define HAVE_MEMORY_H 1 00079 00080 /* Define to 1 if you have the `memset' function. */ 00081 #define HAVE_MEMSET 1 00082 00083 /* Define to 1 if you have the `nanosleep' function. */ 00084 #define HAVE_NANOSLEEP 1 00085 00086 /* Define to 1 if you have the <netdb.h> header file. */ 00087 #define HAVE_NETDB_H 1 00088 00089 /* Define to 1 if you have the <netinet/in.h> header file. */ 00090 #define HAVE_NETINET_IN_H 1 00091 00092 /* Define to 1 if you have the `regcomp' function. */ 00093 #define HAVE_REGCOMP 1 00094 00095 /* Define to 1 if you have the `select' function. */ 00096 #define HAVE_SELECT 1 00097 00098 /* Define to 1 if you have the `socket' function. */ 00099 #define HAVE_SOCKET 1 00100 00101 /* Define to 1 if you have the <stddef.h> header file. */ 00102 #define HAVE_STDDEF_H 1 00103 00104 /* Define to 1 if you have the <stdint.h> header file. */ 00105 #define HAVE_STDINT_H 1 00106 00107 /* Define to 1 if you have the <stdlib.h> header file. */ 00108 #define HAVE_STDLIB_H 1 00109 00110 /* Define to 1 if you have the `strcasecmp' function. */ 00111 #define HAVE_STRCASECMP 1 00112 00113 /* Define to 1 if you have the `strchr' function. */ 00114 #define HAVE_STRCHR 1 00115 00116 /* Define to 1 if you have the `strdup' function. */ 00117 #define HAVE_STRDUP 1 00118 00119 /* Define to 1 if you have the `strerror' function. */ 00120 #define HAVE_STRERROR 1 00121 00122 /* Define to 1 if you have the <strings.h> header file. */ 00123 #define HAVE_STRINGS_H 1 00124 00125 /* Define to 1 if you have the <string.h> header file. */ 00126 #define HAVE_STRING_H 1 00127 00128 /* Define to 1 if you have the `strncasecmp' function. */ 00129 #define HAVE_STRNCASECMP 1 00130 00131 /* Define to 1 if you have the `strrchr' function. */ 00132 #define HAVE_STRRCHR 1 00133 00134 /* Define to 1 if you have the `strstr' function. */ 00135 #define HAVE_STRSTR 1 00136 00137 /* Define to 1 if you have the `strtol' function. */ 00138 #define HAVE_STRTOL 1 00139 00140 /* Define to 1 if you have the `strtoul' function. */ 00141 #define HAVE_STRTOUL 1 00142 00143 /* Define to 1 if you have the <syslog.h> header file. */ 00144 #define HAVE_SYSLOG_H 1 00145 00146 /* Define to 1 if you have the <sys/file.h> header file. */ 00147 #define HAVE_SYS_FILE_H 1 00148 00149 /* Define to 1 if you have the <sys/select.h> header file. */ 00150 #define HAVE_SYS_SELECT_H 1 00151 00152 /* Define to 1 if you have the <sys/socket.h> header file. */ 00153 #define HAVE_SYS_SOCKET_H 1 00154 00155 /* Define to 1 if you have the <sys/stat.h> header file. */ 00156 #define HAVE_SYS_STAT_H 1 00157 00158 /* Define to 1 if you have the <sys/time.h> header file. */ 00159 #define HAVE_SYS_TIME_H 1 00160 00161 /* Define to 1 if you have the <sys/types.h> header file. */ 00162 #define HAVE_SYS_TYPES_H 1 00163 00164 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00165 #define HAVE_SYS_WAIT_H 1 00166 00167 /* Define to 1 if you have the <unistd.h> header file. */ 00168 #define HAVE_UNISTD_H 1 00169 00170 /* Define to 1 if you have the `vfork' function. */ 00171 #define HAVE_VFORK 1 00172 00173 /* Define to 1 if you have the <vfork.h> header file. */ 00174 /* #undef HAVE_VFORK_H */ 00175 00176 /* Define to 1 if `fork' works. */ 00177 #define HAVE_WORKING_FORK 1 00178 00179 /* Define to 1 if `vfork' works. */ 00180 #define HAVE_WORKING_VFORK 1 00181 00182 /* Define to 1 if you have the <zlib.h> header file. */ 00183 #define HAVE_ZLIB_H 1 00184 00185 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00186 */ 00187 #define LT_OBJDIR ".libs/" 00188 00189 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 00190 /* #undef NO_MINUS_C_MINUS_O */ 00191 00192 /* Name of package */ 00193 #define PACKAGE "dnx" 00194 00195 /* Define to the address where bug reports for this package should be sent. */ 00196 #define PACKAGE_BUGREPORT "dnx-devel@lists.sourceforge.net" 00197 00198 /* Define to the full name of this package. */ 00199 #define PACKAGE_NAME "DNX" 00200 00201 /* Define to the full name and version of this package. */ 00202 #define PACKAGE_STRING "DNX 0.20.1" 00203 00204 /* Define to the one symbol short name of this package. */ 00205 #define PACKAGE_TARNAME "dnx" 00206 00207 /* Define to the home page for this package. */ 00208 #define PACKAGE_URL "" 00209 00210 /* Define to the version of this package. */ 00211 #define PACKAGE_VERSION "0.20.1" 00212 00213 /* Define as the return type of signal handlers (`int' or `void'). */ 00214 #define RETSIGTYPE void 00215 00216 /* Define to the type of arg 1 for `select'. */ 00217 #define SELECT_TYPE_ARG1 int 00218 00219 /* Define to the type of args 2, 3 and 4 for `select'. */ 00220 #define SELECT_TYPE_ARG234 (fd_set *) 00221 00222 /* Define to the type of arg 5 for `select'. */ 00223 #define SELECT_TYPE_ARG5 (struct timeval *) 00224 00225 /* Define to 1 if you have the ANSI C header files. */ 00226 #define STDC_HEADERS 1 00227 00228 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00229 #define TIME_WITH_SYS_TIME 1 00230 00231 /* Version number of package */ 00232 #define VERSION "0.20.1" 00233 00234 /* Define to empty if `const' does not conform to ANSI C. */ 00235 /* #undef const */ 00236 00237 /* Define to `int' if <sys/types.h> doesn't define. */ 00238 /* #undef gid_t */ 00239 00240 /* Define to rpl_malloc if the replacement function should be used. */ 00241 /* #undef malloc */ 00242 00243 /* Define to `int' if <sys/types.h> does not define. */ 00244 /* #undef mode_t */ 00245 00246 /* Define to `int' if <sys/types.h> does not define. */ 00247 /* #undef pid_t */ 00248 00249 /* Define to `unsigned int' if <sys/types.h> does not define. */ 00250 /* #undef size_t */ 00251 00252 /* Define to `int' if <sys/types.h> does not define. */ 00253 /* #undef ssize_t */ 00254 00255 /* Define to `int' if <sys/types.h> doesn't define. */ 00256 /* #undef uid_t */ 00257 00258 /* Define as `fork' if `vfork' does not work. */ 00259 /* #undef vfork */