00001 /* src/code/CeylanTemporaryConfig.h. Generated from CeylanTemporaryConfig.h.in by configure. */ 00002 /* src/code/CeylanTemporaryConfig.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define if building universal (internal helper macro) */ 00005 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00006 00007 /* Define to 1 if the target platform is a BSD one */ 00008 #define ARCH_BSD 0 00009 00010 /* Define to 1 if the target platform is FreeBSD */ 00011 #define ARCH_FREEBSD 0 00012 00013 /* Define to 1 if the target platform is GNU/Linux */ 00014 #define ARCH_LINUX 1 00015 00016 /* Define to 1 if the target platform is Mac OS X */ 00017 #define ARCH_MACOSX 0 00018 00019 /* Define to 1 if the target platform is NetBSD */ 00020 #define ARCH_NETBSD 0 00021 00022 /* Define to 1 if the target platform is the Nintendo DS */ 00023 #define ARCH_NINTENDO_DS 0 00024 00025 /* Define to 1 if the target platform is OpenBSD */ 00026 #define ARCH_OPENBSD 0 00027 00028 /* Define to 1 if the target platform is Solaris */ 00029 #define ARCH_SOLARIS 0 00030 00031 /* Define to 1 if the target platform is a UNIX one */ 00032 #define ARCH_UNIX 1 00033 00034 /* Define to 1 if the target platform is a Windows one */ 00035 #define ARCH_WINDOWS 0 00036 00037 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00038 /* #undef CLOSEDIR_VOID */ 00039 00040 /* Define to 1 if generic debug mode is to be enabled */ 00041 #define DEBUG 0 00042 00043 /* Define to 1 if debug mode for console is to be enabled */ 00044 #define DEBUG_CONSOLE 0 00045 00046 /* Define to 1 if debug mode for name mangling is to be enabled */ 00047 #define DEBUG_DEMANGLE 0 00048 00049 /* Define to 1 if debug mode for events is to be enabled */ 00050 #define DEBUG_EVENTS 0 00051 00052 /* Define to 1 if debug mode for FIFO-based IPC is to be enabled */ 00053 #define DEBUG_FIFO 0 00054 00055 /* Define to 1 if debug mode for log system is to be enabled */ 00056 #define DEBUG_LOG 0 00057 00058 /* Define to 1 if debug mode for low-level streams is to be enabled */ 00059 #define DEBUG_LOW_LEVEL_STREAMS 0 00060 00061 /* Define to 1 if debug mode for marshallers is to be enabled */ 00062 #define DEBUG_MARSHALLERS 0 00063 00064 /* Define to 1 if debug mode for network clients is to be enabled */ 00065 #define DEBUG_NETWORK_CLIENTS 0 00066 00067 /* Define to 1 if debug mode for network servers is to be enabled */ 00068 #define DEBUG_NETWORK_SERVERS 0 00069 00070 /* Define to 1 if debug mode for Nintendo DS is to be enabled */ 00071 #define DEBUG_NINTENDO_DS 0 00072 00073 /* Define to 1 if debug mode for protocol servers is to be enabled */ 00074 #define DEBUG_PROTOCOL_SERVERS 0 00075 00076 /* Define to 1 if debug mode for random generation is to be enabled */ 00077 #define DEBUG_RANDOM 0 00078 00079 /* Define to 1 if debug mode for system layer is to be enabled */ 00080 #define DEBUG_SYSTEM 0 00081 00082 /* Define to 1 if debug mode for text buffer is to be enabled */ 00083 #define DEBUG_TEXTBUFFER 0 00084 00085 /* Define to 1 if debug mode for threads is to be enabled */ 00086 #define DEBUG_THREADS 0 00087 00088 /* Define to 1 if debug mode for XML is to be enabled */ 00089 #define DEBUG_XML 0 00090 00091 /* Define to 1 if the target platform has 64-bit types */ 00092 #define HAS_64_BIT_TYPE 1 00093 00094 /* Define to 1 if you have the `abs' function. */ 00095 #define HAVE_ABS 1 00096 00097 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00098 #define HAVE_ARPA_INET_H 1 00099 00100 /* Define to 1 if you have the <byteswap.h> header file. */ 00101 #define HAVE_BYTESWAP_H 1 00102 00103 /* Define to 1 if you have the `bzero' function. */ 00104 #define HAVE_BZERO 1 00105 00106 /* Define to 1 if you have the `ceilf' function. */ 00107 /* #undef HAVE_CEILF */ 00108 00109 /* Define to 1 if you have the `chdir' function. */ 00110 #define HAVE_CHDIR 1 00111 00112 /* Define to 1 if you have the <conio.h> header file. */ 00113 /* #undef HAVE_CONIO_H */ 00114 00115 /* Define to 1 if you have the `cosf' function. */ 00116 /* #undef HAVE_COSF */ 00117 00118 /* Define to 1 if you have the `ctime' function. */ 00119 #define HAVE_CTIME 1 00120 00121 /* Define to 1 if you have the <ctype.h> header file. */ 00122 #define HAVE_CTYPE_H 1 00123 00124 /* Define to 1 if you have the declaration of `O_APPEND', and to 0 if you 00125 don't. */ 00126 #define HAVE_DECL_O_APPEND 1 00127 00128 /* Define to 1 if you have the declaration of `O_CREAT', and to 0 if you 00129 don't. */ 00130 #define HAVE_DECL_O_CREAT 1 00131 00132 /* Define to 1 if you have the declaration of `O_EXCL', and to 0 if you don't. 00133 */ 00134 #define HAVE_DECL_O_EXCL 1 00135 00136 /* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you 00137 don't. */ 00138 #define HAVE_DECL_O_NONBLOCK 1 00139 00140 /* Define to 1 if you have the declaration of `O_RDONLY', and to 0 if you 00141 don't. */ 00142 #define HAVE_DECL_O_RDONLY 1 00143 00144 /* Define to 1 if you have the declaration of `O_RDWR', and to 0 if you don't. 00145 */ 00146 #define HAVE_DECL_O_RDWR 1 00147 00148 /* Define to 1 if you have the declaration of `O_SYNC', and to 0 if you don't. 00149 */ 00150 #define HAVE_DECL_O_SYNC 1 00151 00152 /* Define to 1 if you have the declaration of `O_TRUNC', and to 0 if you 00153 don't. */ 00154 #define HAVE_DECL_O_TRUNC 1 00155 00156 /* Define to 1 if you have the declaration of `O_WRONLY', and to 0 if you 00157 don't. */ 00158 #define HAVE_DECL_O_WRONLY 1 00159 00160 /* Define to 1 if you have the declaration of `S_IRGRP', and to 0 if you 00161 don't. */ 00162 #define HAVE_DECL_S_IRGRP 1 00163 00164 /* Define to 1 if you have the declaration of `S_IROTH', and to 0 if you 00165 don't. */ 00166 #define HAVE_DECL_S_IROTH 1 00167 00168 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00169 */ 00170 #define HAVE_DIRENT_H 1 00171 00172 /* Define to 1 if you have the <dlfcn.h> header file. */ 00173 #define HAVE_DLFCN_H 1 00174 00175 /* Define to 1 if you have the `dup' function. */ 00176 #define HAVE_DUP 1 00177 00178 /* Define to 1 if you have the `dup2' function. */ 00179 #define HAVE_DUP2 1 00180 00181 /* Define to 1 if you have the <errno.h> header file. */ 00182 #define HAVE_ERRNO_H 1 00183 00184 /* Define to 1 if you have the `execvp' function. */ 00185 #define HAVE_EXECVP 1 00186 00187 /* Define to 1 if you have the `exit' function. */ 00188 #define HAVE_EXIT 1 00189 00190 /* Define to 1 if you have the `expf' function. */ 00191 /* #undef HAVE_EXPF */ 00192 00193 /* Define to 1 if you have the `fabsf' function. */ 00194 /* #undef HAVE_FABSF */ 00195 00196 /* Define to 1 if you have the `fcntl' function. */ 00197 #define HAVE_FCNTL 1 00198 00199 /* Define to 1 if you have the <fcntl.h> header file. */ 00200 #define HAVE_FCNTL_H 1 00201 00202 /* Define to 1 if you have the `floorf' function. */ 00203 /* #undef HAVE_FLOORF */ 00204 00205 /* Define to 1 if you have the `fork' function. */ 00206 #define HAVE_FORK 1 00207 00208 /* Define to 1 if you have the `getcwd' function. */ 00209 #define HAVE_GETCWD 1 00210 00211 /* Define to 1 if you have the `getdomainname' function. */ 00212 #define HAVE_GETDOMAINNAME 1 00213 00214 /* Define to 1 if you have the `getenv' function. */ 00215 #define HAVE_GETENV 1 00216 00217 /* Define to 1 if you have the `geteuid' function. */ 00218 #define HAVE_GETEUID 1 00219 00220 /* Define to 1 if you have the `gethostbyaddr' function. */ 00221 #define HAVE_GETHOSTBYADDR 1 00222 00223 /* Define to 1 if you have the `gethostbyname' function. */ 00224 #define HAVE_GETHOSTBYNAME 1 00225 00226 /* Define to 1 if you have the `gethostname' function. */ 00227 #define HAVE_GETHOSTNAME 1 00228 00229 /* Define to 1 if you have the `getpid' function. */ 00230 #define HAVE_GETPID 1 00231 00232 /* Define to 1 if you have the `getpwuid' function. */ 00233 #define HAVE_GETPWUID 1 00234 00235 /* Define to 1 if you have the `gettimeofday' function. */ 00236 #define HAVE_GETTIMEOFDAY 1 00237 00238 /* Define to 1 if you have the <iconv.h> header file. */ 00239 #define HAVE_ICONV_H 1 00240 00241 /* Define to 1 if you have the <inttypes.h> header file. */ 00242 #define HAVE_INTTYPES_H 1 00243 00244 /* Define to 1 if you have the `isdigit' function. */ 00245 #define HAVE_ISDIGIT 1 00246 00247 /* Define to 1 if you have the `islower' function. */ 00248 #define HAVE_ISLOWER 1 00249 00250 /* Define to 1 if you have the `isupper' function. */ 00251 #define HAVE_ISUPPER 1 00252 00253 /* Define to 1 if you have the `kill' function. */ 00254 #define HAVE_KILL 1 00255 00256 /* Define to 1 if you have the `labs' function. */ 00257 #define HAVE_LABS 1 00258 00259 /* Define to 1 if you have the <limits.h> header file. */ 00260 #define HAVE_LIMITS_H 1 00261 00262 /* Define to 1 if you have the `llabs' function. */ 00263 #define HAVE_LLABS 1 00264 00265 /* Define to 1 if you have the `localtime' function. */ 00266 #define HAVE_LOCALTIME 1 00267 00268 /* Define to 1 if you have the `logf' function. */ 00269 /* #undef HAVE_LOGF */ 00270 00271 /* Define to 1 if you have the <ltdl.h> header file. */ 00272 #define HAVE_LTDL_H 1 00273 00274 /* Define to 1 if you have the <machine/bswap.h> header file. */ 00275 /* #undef HAVE_MACHINE_BSWAP_H */ 00276 00277 /* Define to 1 if you have the <malloc.h> header file. */ 00278 #define HAVE_MALLOC_H 1 00279 00280 /* Define to 1 if you have the <math.h> header file. */ 00281 #define HAVE_MATH_H 1 00282 00283 /* Define to 1 if you have the `memcpy' function. */ 00284 #define HAVE_MEMCPY 1 00285 00286 /* Define to 1 if you have the <memory.h> header file. */ 00287 #define HAVE_MEMORY_H 1 00288 00289 /* Define to 1 if you have the `memset' function. */ 00290 #define HAVE_MEMSET 1 00291 00292 /* Define to 1 if you have the `mkdir' function. */ 00293 #define HAVE_MKDIR 1 00294 00295 /* Define to 1 if mkdir takes two arguments */ 00296 #define HAVE_MKDIR_TWO_ARGS yes 00297 00298 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00299 /* #undef HAVE_NDIR_H */ 00300 00301 /* Define to 1 if you have the <netdb.h> header file. */ 00302 #define HAVE_NETDB_H 1 00303 00304 /* Define to 1 if you have the <netinet/in.h> header file. */ 00305 #define HAVE_NETINET_IN_H 1 00306 00307 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 00308 #define HAVE_NETINET_TCP_H 1 00309 00310 /* Define to 1 if you have the `pipe' function. */ 00311 #define HAVE_PIPE 1 00312 00313 /* Define to 1 if you have the `powf' function. */ 00314 /* #undef HAVE_POWF */ 00315 00316 /* Define to 1 if you have the `pthread_cond_broadcast' function. */ 00317 #define HAVE_PTHREAD_COND_BROADCAST 1 00318 00319 /* Define to 1 if you have the `pthread_cond_destroy' function. */ 00320 #define HAVE_PTHREAD_COND_DESTROY 1 00321 00322 /* Define to 1 if you have the `pthread_cond_signal' function. */ 00323 #define HAVE_PTHREAD_COND_SIGNAL 1 00324 00325 /* Define to 1 if you have the `pthread_cond_timedwait' function. */ 00326 #define HAVE_PTHREAD_COND_TIMEDWAIT 1 00327 00328 /* Define to 1 if you have the `pthread_create' function. */ 00329 #define HAVE_PTHREAD_CREATE 1 00330 00331 /* Define to 1 if you have the <pthread.h> header file. */ 00332 #define HAVE_PTHREAD_H 1 00333 00334 /* Define to 1 if you have the `pthread_mutex_init' function. */ 00335 #define HAVE_PTHREAD_MUTEX_INIT 1 00336 00337 /* Define to 1 if you have the `pthread_mutex_lock' function. */ 00338 #define HAVE_PTHREAD_MUTEX_LOCK 1 00339 00340 /* Define to 1 if you have the `pthread_mutex_unlock' function. */ 00341 #define HAVE_PTHREAD_MUTEX_UNLOCK 1 00342 00343 /* Define to 1 if you have the `putenv' function. */ 00344 #define HAVE_PUTENV 1 00345 00346 /* Define to 1 if you have the <pwd.h> header file. */ 00347 #define HAVE_PWD_H 1 00348 00349 /* Define to 1 if you have the `raise' function. */ 00350 #define HAVE_RAISE 1 00351 00352 /* Define to 1 if you have the `regcomp' function. */ 00353 #define HAVE_REGCOMP 1 00354 00355 /* Define to 1 if you have the `regexec' function. */ 00356 #define HAVE_REGEXEC 1 00357 00358 /* Define to 1 if you have the <regex.h> header file. */ 00359 #define HAVE_REGEX_H 1 00360 00361 /* Define to 1 if you have the `regfree' function. */ 00362 #define HAVE_REGFREE 1 00363 00364 /* Define to 1 if you have the `rename' function. */ 00365 #define HAVE_RENAME 1 00366 00367 /* Define to 1 if you have the `rmdir' function. */ 00368 #define HAVE_RMDIR 1 00369 00370 /* Define to 1 if you have the `round' function. */ 00371 /* #undef HAVE_ROUND */ 00372 00373 /* Define to 1 if you have the `roundf' function. */ 00374 /* #undef HAVE_ROUNDF */ 00375 00376 /* Define to 1 if you have the `roundl' function. */ 00377 /* #undef HAVE_ROUNDL */ 00378 00379 /* Define to 1 if you have the `setdomainname' function. */ 00380 #define HAVE_SETDOMAINNAME 1 00381 00382 /* Define to 1 if you have the `setenv' function. */ 00383 #define HAVE_SETENV 1 00384 00385 /* Define to 1 if you have the `sethostname' function. */ 00386 #define HAVE_SETHOSTNAME 1 00387 00388 /* Define to 1 if you have the `signal' function. */ 00389 #define HAVE_SIGNAL 1 00390 00391 /* Define to 1 if you have the <signal.h> header file. */ 00392 #define HAVE_SIGNAL_H 1 00393 00394 /* Define to 1 if you have the `sinf' function. */ 00395 /* #undef HAVE_SINF */ 00396 00397 /* Define to 1 if you have the `sleep' function. */ 00398 #define HAVE_SLEEP 1 00399 00400 /* Define to 1 if you have the `socket' function. */ 00401 #define HAVE_SOCKET 1 00402 00403 /* Define to 1 if you have the `sqrtf' function. */ 00404 /* #undef HAVE_SQRTF */ 00405 00406 /* Define to 1 if you have the `stat' function. */ 00407 #define HAVE_STAT 1 00408 00409 /* Define to 1 if `stat' has the bug that it succeeds when given the 00410 zero-length file name argument. */ 00411 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00412 00413 /* Define to 1 if you have the <stdarg.h> header file. */ 00414 #define HAVE_STDARG_H 1 00415 00416 /* Define to 1 if stdbool.h conforms to C99. */ 00417 #define HAVE_STDBOOL_H 1 00418 00419 /* Define to 1 if you have the <stddef.h> header file. */ 00420 #define HAVE_STDDEF_H 1 00421 00422 /* Define to 1 if you have the <stdint.h> header file. */ 00423 #define HAVE_STDINT_H 1 00424 00425 /* Define to 1 if you have the <stdio.h> header file. */ 00426 #define HAVE_STDIO_H 1 00427 00428 /* Define to 1 if you have the <stdlib.h> header file. */ 00429 #define HAVE_STDLIB_H 1 00430 00431 /* Define to 1 if you have the `strdup' function. */ 00432 #define HAVE_STRDUP 1 00433 00434 /* Define to 1 if you have the `strerror' function. */ 00435 #define HAVE_STRERROR 1 00436 00437 /* Define to 1 if you have the <strings.h> header file. */ 00438 #define HAVE_STRINGS_H 1 00439 00440 /* Define to 1 if you have the <string.h> header file. */ 00441 #define HAVE_STRING_H 1 00442 00443 /* Define to 1 if you have the `symlink' function. */ 00444 #define HAVE_SYMLINK 1 00445 00446 /* Define to 1 if you have the `sysinfo' function. */ 00447 #define HAVE_SYSINFO 1 00448 00449 /* Define to 1 if you have the <sys/byteorder.h> header file. */ 00450 /* #undef HAVE_SYS_BYTEORDER_H */ 00451 00452 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00453 */ 00454 /* #undef HAVE_SYS_DIR_H */ 00455 00456 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00457 #define HAVE_SYS_IOCTL_H 1 00458 00459 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00460 */ 00461 /* #undef HAVE_SYS_NDIR_H */ 00462 00463 /* Define to 1 if you have the <sys/select.h> header file. */ 00464 #define HAVE_SYS_SELECT_H 1 00465 00466 /* Define to 1 if you have the <sys/socket.h> header file. */ 00467 #define HAVE_SYS_SOCKET_H 1 00468 00469 /* Define to 1 if you have the <sys/stat.h> header file. */ 00470 #define HAVE_SYS_STAT_H 1 00471 00472 /* Define to 1 if you have the <sys/sysinfo.h> header file. */ 00473 #define HAVE_SYS_SYSINFO_H 1 00474 00475 /* Define to 1 if you have the <sys/systeminfo.h> header file. */ 00476 /* #undef HAVE_SYS_SYSTEMINFO_H */ 00477 00478 /* Define to 1 if you have the <sys/times.h> header file. */ 00479 #define HAVE_SYS_TIMES_H 1 00480 00481 /* Define to 1 if you have the <sys/time.h> header file. */ 00482 #define HAVE_SYS_TIME_H 1 00483 00484 /* Define to 1 if you have the <sys/types.h> header file. */ 00485 #define HAVE_SYS_TYPES_H 1 00486 00487 /* Define to 1 if you have the <sys/utsname.h> header file. */ 00488 #define HAVE_SYS_UTSNAME_H 1 00489 00490 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00491 #define HAVE_SYS_WAIT_H 1 00492 00493 /* Define to 1 if you have the <termios.h> header file. */ 00494 #define HAVE_TERMIOS_H 1 00495 00496 /* Define to 1 if you have the `time' function. */ 00497 #define HAVE_TIME 1 00498 00499 /* Define to 1 if you have the `times' function. */ 00500 #define HAVE_TIMES 1 00501 00502 /* Define to 1 if you have the <time.h> header file. */ 00503 #define HAVE_TIME_H 1 00504 00505 /* Define to 1 if you have the `uname' function. */ 00506 #define HAVE_UNAME 1 00507 00508 /* Define to 1 if you have the <unistd.h> header file. */ 00509 #define HAVE_UNISTD_H 1 00510 00511 /* Define to 1 if you have the `unlink' function. */ 00512 #define HAVE_UNLINK 1 00513 00514 /* Define to 1 if you have the `unsetenv' function. */ 00515 #define HAVE_UNSETENV 1 00516 00517 /* Define to 1 if you have the `utime' function. */ 00518 #define HAVE_UTIME 1 00519 00520 /* Define to 1 if you have the <utime.h> header file. */ 00521 #define HAVE_UTIME_H 1 00522 00523 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */ 00524 #define HAVE_UTIME_NULL 1 00525 00526 /* Define to 1 if you have the `vfork' function. */ 00527 #define HAVE_VFORK 1 00528 00529 /* Define to 1 if you have the <vfork.h> header file. */ 00530 /* #undef HAVE_VFORK_H */ 00531 00532 /* Define to 1 if you have the `waitpid' function. */ 00533 #define HAVE_WAITPID 1 00534 00535 /* Define to 1 if `fork' works. */ 00536 #define HAVE_WORKING_FORK 1 00537 00538 /* Define to 1 if `vfork' works. */ 00539 #define HAVE_WORKING_VFORK 1 00540 00541 /* Define to 1 if you have the <xti.h> header file. */ 00542 /* #undef HAVE_XTI_H */ 00543 00544 /* Define to 1 if the system has the type `_Bool'. */ 00545 #define HAVE__BOOL 1 00546 00547 /* Current Libtool version for the Ceylan library */ 00548 #define LIBTOOL_VERSION "0.7.0" 00549 00550 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00551 slash. */ 00552 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00553 00554 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00555 */ 00556 #define LT_OBJDIR ".libs/" 00557 00558 /* Name of package */ 00559 #define PACKAGE "ceylan" 00560 00561 /* Define to the address where bug reports for this package should be sent. */ 00562 #define PACKAGE_BUGREPORT "ceylan-bugs@lists.sourceforge.net" 00563 00564 /* Define to the full name of this package. */ 00565 #define PACKAGE_NAME "Ceylan" 00566 00567 /* Define to the full name and version of this package. */ 00568 #define PACKAGE_STRING "Ceylan 0.7" 00569 00570 /* Define to the one symbol short name of this package. */ 00571 #define PACKAGE_TARNAME "ceylan" 00572 00573 /* Define to the home page for this package. */ 00574 #define PACKAGE_URL "" 00575 00576 /* Define to the version of this package. */ 00577 #define PACKAGE_VERSION "0.7" 00578 00579 /* Define as the return type of signal handlers (`int' or `void'). */ 00580 #define RETSIGTYPE void 00581 00582 /* Define to 1 if the target platform is little endian */ 00583 #define RUNS_ON_LITTLE_ENDIAN 1 00584 00585 /* Define to the type of arg 1 for `select'. */ 00586 #define SELECT_TYPE_ARG1 int 00587 00588 /* Define to the type of args 2, 3 and 4 for `select'. */ 00589 #define SELECT_TYPE_ARG234 (fd_set *) 00590 00591 /* Define to the type of arg 5 for `select'. */ 00592 #define SELECT_TYPE_ARG5 (struct timeval *) 00593 00594 /* The size of `char', as computed by sizeof. */ 00595 /* #undef SIZEOF_CHAR */ 00596 00597 /* The size of `int', as computed by sizeof. */ 00598 /* #undef SIZEOF_INT */ 00599 00600 /* The size of `long', as computed by sizeof. */ 00601 /* #undef SIZEOF_LONG */ 00602 00603 /* The size of `long long', as computed by sizeof. */ 00604 /* #undef SIZEOF_LONG_LONG */ 00605 00606 /* The size of `short', as computed by sizeof. */ 00607 /* #undef SIZEOF_SHORT */ 00608 00609 /* Define to 1 if you have the ANSI C header files. */ 00610 #define STDC_HEADERS 1 00611 00612 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00613 #define TIME_WITH_SYS_TIME 1 00614 00615 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00616 /* #undef TM_IN_SYS_TIME */ 00617 00618 /* Define to 1 if Ceylan is to provide advanced file attribute support */ 00619 #define USES_ADVANCED_FILE_ATTRIBUTES 1 00620 00621 /* Define to 1 if Ceylan is to support avanced process management */ 00622 #define USES_ADVANCED_PROCESS_MANAGEMENT 1 00623 00624 /* Define to 1 if fcntl is to be preferred to ioctl */ 00625 #define USES_FCNTL_FOR_NONBLOCKING_SOCKETS 1 00626 00627 /* Define to 1 if Ceylan is to provide file descriptor support */ 00628 #define USES_FILE_DESCRIPTORS 1 00629 00630 /* Define to 1 if Ceylan is to provide file lock support */ 00631 #define USES_FILE_LOCKS 1 00632 00633 /* Define to 1 if Ceylan is to provide network support */ 00634 #define USES_NETWORK 1 00635 00636 /* Define to 1 if Ceylan is to support plugin */ 00637 #define USES_PLUGINS 1 00638 00639 /* Define to 1 if Ceylan is to use regular expressions internally */ 00640 #define USES_REGEX 1 00641 00642 /* Define to 1 if you have the `signal' function. */ 00643 #define USES_SIGNAL 1 00644 00645 /* Define to 1 if Ceylan is to support signals */ 00646 #define USES_SIGNALS 1 00647 00648 /* Define to 1 if you have the <signal.h> header file. */ 00649 #define USES_SIGNAL_H 1 00650 00651 /* Define to 1 if Ceylan is to provide symbolic link support */ 00652 #define USES_SYMBOLIC_LINKS 1 00653 00654 /* Define to 1 if Ceylan is to provide multithreading support */ 00655 #define USES_THREADS 1 00656 00657 /* Version number of package */ 00658 #define VERSION "0.7" 00659 00660 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00661 significant byte first (like Motorola and SPARC, unlike Intel). */ 00662 #if defined AC_APPLE_UNIVERSAL_BUILD 00663 # if defined __BIG_ENDIAN__ 00664 # define WORDS_BIGENDIAN 1 00665 # endif 00666 #else 00667 # ifndef WORDS_BIGENDIAN 00668 /* # undef WORDS_BIGENDIAN */ 00669 # endif 00670 #endif 00671 00672 /* Define to empty if `const' does not conform to ANSI C. */ 00673 /* #undef const */ 00674 00675 /* Define to `__inline__' or `__inline' if that's what the C compiler 00676 calls it, or to nothing if 'inline' is not supported under any name. */ 00677 #ifndef __cplusplus 00678 /* #undef inline */ 00679 #endif 00680 00681 /* Defines 16-bit signed integer */ 00682 #define int16_t int16_t 00683 00684 /* Defines 32-bit signed integer */ 00685 #define int32_t int32_t 00686 00687 /* Defines 64-bit signed integer */ 00688 #define int64_t int64_t 00689 00690 /* Defines 8-bit signed integer */ 00691 #define int8_t int8_t 00692 00693 /* Defines from which source came the defines of native datatypes */ 00694 #define native_types_origin "Read from standard system headers" 00695 00696 /* Define to `int' if <sys/types.h> does not define. */ 00697 /* #undef pid_t */ 00698 00699 /* Defines size_t */ 00700 /* #undef size_t */ 00701 00702 /* Defines 16-bit unsigned integer */ 00703 #define uint16_t uint16_t 00704 00705 /* Defines 32-bit unsigned integer */ 00706 #define uint32_t uint32_t 00707 00708 /* Defines 64-bit unsigned integer */ 00709 #define uint64_t uint64_t 00710 00711 /* Defines 8-bit unsigned integer */ 00712 #define uint8_t uint8_t 00713 00714 /* Defines uintptr_t */ 00715 /* #undef uintptr_t */ 00716 00717 /* Define as `fork' if `vfork' does not work. */ 00718 /* #undef vfork */ 00719 00720 /* Define to empty if the keyword `volatile' does not work. Warning: valid 00721 code using `volatile' can become incorrect without. Disable with care. */ 00722 /* #undef volatile */