00001 #ifndef _SRC_CODE_CEYLANCONFIG_H
00002 #define _SRC_CODE_CEYLANCONFIG_H 1
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef CEYLAN_ARCH_BSD
00013 #define CEYLAN_ARCH_BSD 0
00014 #endif
00015
00016
00017 #ifndef CEYLAN_ARCH_FREEBSD
00018 #define CEYLAN_ARCH_FREEBSD 0
00019 #endif
00020
00021
00022 #ifndef CEYLAN_ARCH_LINUX
00023 #define CEYLAN_ARCH_LINUX 1
00024 #endif
00025
00026
00027 #ifndef CEYLAN_ARCH_MACOSX
00028 #define CEYLAN_ARCH_MACOSX 0
00029 #endif
00030
00031
00032 #ifndef CEYLAN_ARCH_NETBSD
00033 #define CEYLAN_ARCH_NETBSD 0
00034 #endif
00035
00036
00037 #ifndef CEYLAN_ARCH_NINTENDO_DS
00038 #define CEYLAN_ARCH_NINTENDO_DS 0
00039 #endif
00040
00041
00042 #ifndef CEYLAN_ARCH_OPENBSD
00043 #define CEYLAN_ARCH_OPENBSD 0
00044 #endif
00045
00046
00047 #ifndef CEYLAN_ARCH_SOLARIS
00048 #define CEYLAN_ARCH_SOLARIS 0
00049 #endif
00050
00051
00052 #ifndef CEYLAN_ARCH_UNIX
00053 #define CEYLAN_ARCH_UNIX 1
00054 #endif
00055
00056
00057 #ifndef CEYLAN_ARCH_WINDOWS
00058 #define CEYLAN_ARCH_WINDOWS 0
00059 #endif
00060
00061
00062
00063
00064
00065 #ifndef CEYLAN_DEBUG
00066 #define CEYLAN_DEBUG 0
00067 #endif
00068
00069
00070 #ifndef CEYLAN_DEBUG_CONSOLE
00071 #define CEYLAN_DEBUG_CONSOLE 0
00072 #endif
00073
00074
00075 #ifndef CEYLAN_DEBUG_DEMANGLE
00076 #define CEYLAN_DEBUG_DEMANGLE 0
00077 #endif
00078
00079
00080 #ifndef CEYLAN_DEBUG_EVENTS
00081 #define CEYLAN_DEBUG_EVENTS 0
00082 #endif
00083
00084
00085 #ifndef CEYLAN_DEBUG_FIFO
00086 #define CEYLAN_DEBUG_FIFO 0
00087 #endif
00088
00089
00090 #ifndef CEYLAN_DEBUG_LOG
00091 #define CEYLAN_DEBUG_LOG 0
00092 #endif
00093
00094
00095 #ifndef CEYLAN_DEBUG_LOW_LEVEL_STREAMS
00096 #define CEYLAN_DEBUG_LOW_LEVEL_STREAMS 0
00097 #endif
00098
00099
00100 #ifndef CEYLAN_DEBUG_MARSHALLERS
00101 #define CEYLAN_DEBUG_MARSHALLERS 0
00102 #endif
00103
00104
00105 #ifndef CEYLAN_DEBUG_NETWORK_CLIENTS
00106 #define CEYLAN_DEBUG_NETWORK_CLIENTS 0
00107 #endif
00108
00109
00110 #ifndef CEYLAN_DEBUG_NETWORK_SERVERS
00111 #define CEYLAN_DEBUG_NETWORK_SERVERS 0
00112 #endif
00113
00114
00115 #ifndef CEYLAN_DEBUG_NINTENDO_DS
00116 #define CEYLAN_DEBUG_NINTENDO_DS 0
00117 #endif
00118
00119
00120 #ifndef CEYLAN_DEBUG_PROTOCOL_SERVERS
00121 #define CEYLAN_DEBUG_PROTOCOL_SERVERS 0
00122 #endif
00123
00124
00125 #ifndef CEYLAN_DEBUG_RANDOM
00126 #define CEYLAN_DEBUG_RANDOM 0
00127 #endif
00128
00129
00130 #ifndef CEYLAN_DEBUG_SYSTEM
00131 #define CEYLAN_DEBUG_SYSTEM 0
00132 #endif
00133
00134
00135 #ifndef CEYLAN_DEBUG_TEXTBUFFER
00136 #define CEYLAN_DEBUG_TEXTBUFFER 0
00137 #endif
00138
00139
00140 #ifndef CEYLAN_DEBUG_THREADS
00141 #define CEYLAN_DEBUG_THREADS 0
00142 #endif
00143
00144
00145 #ifndef CEYLAN_DEBUG_XML
00146 #define CEYLAN_DEBUG_XML 0
00147 #endif
00148
00149
00150 #ifndef CEYLAN_HAS_64_BIT_TYPE
00151 #define CEYLAN_HAS_64_BIT_TYPE 1
00152 #endif
00153
00154
00155 #ifndef CEYLAN_USES_ABS
00156 #define CEYLAN_USES_ABS 1
00157 #endif
00158
00159
00160 #ifndef CEYLAN_USES_ARPA_INET_H
00161 #define CEYLAN_USES_ARPA_INET_H 1
00162 #endif
00163
00164
00165 #ifndef CEYLAN_USES_BYTESWAP_H
00166 #define CEYLAN_USES_BYTESWAP_H 1
00167 #endif
00168
00169
00170 #ifndef CEYLAN_USES_BZERO
00171 #define CEYLAN_USES_BZERO 1
00172 #endif
00173
00174
00175
00176
00177
00178 #ifndef CEYLAN_USES_CHDIR
00179 #define CEYLAN_USES_CHDIR 1
00180 #endif
00181
00182
00183
00184
00185
00186
00187
00188
00189 #ifndef CEYLAN_USES_CTIME
00190 #define CEYLAN_USES_CTIME 1
00191 #endif
00192
00193
00194 #ifndef CEYLAN_USES_CTYPE_H
00195 #define CEYLAN_USES_CTYPE_H 1
00196 #endif
00197
00198
00199
00200 #ifndef CEYLAN_USES_DECL_O_APPEND
00201 #define CEYLAN_USES_DECL_O_APPEND 1
00202 #endif
00203
00204
00205
00206 #ifndef CEYLAN_USES_DECL_O_CREAT
00207 #define CEYLAN_USES_DECL_O_CREAT 1
00208 #endif
00209
00210
00211
00212 #ifndef CEYLAN_USES_DECL_O_EXCL
00213 #define CEYLAN_USES_DECL_O_EXCL 1
00214 #endif
00215
00216
00217
00218 #ifndef CEYLAN_USES_DECL_O_NONBLOCK
00219 #define CEYLAN_USES_DECL_O_NONBLOCK 1
00220 #endif
00221
00222
00223
00224 #ifndef CEYLAN_USES_DECL_O_RDONLY
00225 #define CEYLAN_USES_DECL_O_RDONLY 1
00226 #endif
00227
00228
00229
00230 #ifndef CEYLAN_USES_DECL_O_RDWR
00231 #define CEYLAN_USES_DECL_O_RDWR 1
00232 #endif
00233
00234
00235
00236 #ifndef CEYLAN_USES_DECL_O_SYNC
00237 #define CEYLAN_USES_DECL_O_SYNC 1
00238 #endif
00239
00240
00241
00242 #ifndef CEYLAN_USES_DECL_O_TRUNC
00243 #define CEYLAN_USES_DECL_O_TRUNC 1
00244 #endif
00245
00246
00247
00248 #ifndef CEYLAN_USES_DECL_O_WRONLY
00249 #define CEYLAN_USES_DECL_O_WRONLY 1
00250 #endif
00251
00252
00253
00254 #ifndef CEYLAN_USES_DECL_S_IRGRP
00255 #define CEYLAN_USES_DECL_S_IRGRP 1
00256 #endif
00257
00258
00259
00260 #ifndef CEYLAN_USES_DECL_S_IROTH
00261 #define CEYLAN_USES_DECL_S_IROTH 1
00262 #endif
00263
00264
00265
00266 #ifndef CEYLAN_USES_DIRENT_H
00267 #define CEYLAN_USES_DIRENT_H 1
00268 #endif
00269
00270
00271 #ifndef CEYLAN_USES_DLFCN_H
00272 #define CEYLAN_USES_DLFCN_H 1
00273 #endif
00274
00275
00276 #ifndef CEYLAN_USES_DUP
00277 #define CEYLAN_USES_DUP 1
00278 #endif
00279
00280
00281 #ifndef CEYLAN_USES_DUP2
00282 #define CEYLAN_USES_DUP2 1
00283 #endif
00284
00285
00286 #ifndef CEYLAN_USES_ERRNO_H
00287 #define CEYLAN_USES_ERRNO_H 1
00288 #endif
00289
00290
00291 #ifndef CEYLAN_USES_EXECVP
00292 #define CEYLAN_USES_EXECVP 1
00293 #endif
00294
00295
00296 #ifndef CEYLAN_USES_EXIT
00297 #define CEYLAN_USES_EXIT 1
00298 #endif
00299
00300
00301
00302
00303
00304
00305
00306
00307 #ifndef CEYLAN_USES_FCNTL
00308 #define CEYLAN_USES_FCNTL 1
00309 #endif
00310
00311
00312 #ifndef CEYLAN_USES_FCNTL_H
00313 #define CEYLAN_USES_FCNTL_H 1
00314 #endif
00315
00316
00317
00318
00319
00320 #ifndef CEYLAN_USES_FORK
00321 #define CEYLAN_USES_FORK 1
00322 #endif
00323
00324
00325 #ifndef CEYLAN_USES_GETCWD
00326 #define CEYLAN_USES_GETCWD 1
00327 #endif
00328
00329
00330 #ifndef CEYLAN_USES_GETDOMAINNAME
00331 #define CEYLAN_USES_GETDOMAINNAME 1
00332 #endif
00333
00334
00335 #ifndef CEYLAN_USES_GETENV
00336 #define CEYLAN_USES_GETENV 1
00337 #endif
00338
00339
00340 #ifndef CEYLAN_USES_GETEUID
00341 #define CEYLAN_USES_GETEUID 1
00342 #endif
00343
00344
00345 #ifndef CEYLAN_USES_GETHOSTBYADDR
00346 #define CEYLAN_USES_GETHOSTBYADDR 1
00347 #endif
00348
00349
00350 #ifndef CEYLAN_USES_GETHOSTBYNAME
00351 #define CEYLAN_USES_GETHOSTBYNAME 1
00352 #endif
00353
00354
00355 #ifndef CEYLAN_USES_GETHOSTNAME
00356 #define CEYLAN_USES_GETHOSTNAME 1
00357 #endif
00358
00359
00360 #ifndef CEYLAN_USES_GETPID
00361 #define CEYLAN_USES_GETPID 1
00362 #endif
00363
00364
00365 #ifndef CEYLAN_USES_GETPWUID
00366 #define CEYLAN_USES_GETPWUID 1
00367 #endif
00368
00369
00370 #ifndef CEYLAN_USES_GETTIMEOFDAY
00371 #define CEYLAN_USES_GETTIMEOFDAY 1
00372 #endif
00373
00374
00375 #ifndef CEYLAN_USES_ICONV_H
00376 #define CEYLAN_USES_ICONV_H 1
00377 #endif
00378
00379
00380 #ifndef CEYLAN_USES_INTTYPES_H
00381 #define CEYLAN_USES_INTTYPES_H 1
00382 #endif
00383
00384
00385 #ifndef CEYLAN_USES_ISDIGIT
00386 #define CEYLAN_USES_ISDIGIT 1
00387 #endif
00388
00389
00390 #ifndef CEYLAN_USES_ISLOWER
00391 #define CEYLAN_USES_ISLOWER 1
00392 #endif
00393
00394
00395 #ifndef CEYLAN_USES_ISUPPER
00396 #define CEYLAN_USES_ISUPPER 1
00397 #endif
00398
00399
00400 #ifndef CEYLAN_USES_KILL
00401 #define CEYLAN_USES_KILL 1
00402 #endif
00403
00404
00405 #ifndef CEYLAN_USES_LABS
00406 #define CEYLAN_USES_LABS 1
00407 #endif
00408
00409
00410 #ifndef CEYLAN_USES_LIMITS_H
00411 #define CEYLAN_USES_LIMITS_H 1
00412 #endif
00413
00414
00415 #ifndef CEYLAN_USES_LLABS
00416 #define CEYLAN_USES_LLABS 1
00417 #endif
00418
00419
00420 #ifndef CEYLAN_USES_LOCALTIME
00421 #define CEYLAN_USES_LOCALTIME 1
00422 #endif
00423
00424
00425
00426
00427
00428 #ifndef CEYLAN_USES_LTDL_H
00429 #define CEYLAN_USES_LTDL_H 1
00430 #endif
00431
00432
00433
00434
00435
00436 #ifndef CEYLAN_USES_MALLOC_H
00437 #define CEYLAN_USES_MALLOC_H 1
00438 #endif
00439
00440
00441 #ifndef CEYLAN_USES_MATH_H
00442 #define CEYLAN_USES_MATH_H 1
00443 #endif
00444
00445
00446 #ifndef CEYLAN_USES_MEMCPY
00447 #define CEYLAN_USES_MEMCPY 1
00448 #endif
00449
00450
00451 #ifndef CEYLAN_USES_MEMORY_H
00452 #define CEYLAN_USES_MEMORY_H 1
00453 #endif
00454
00455
00456 #ifndef CEYLAN_USES_MEMSET
00457 #define CEYLAN_USES_MEMSET 1
00458 #endif
00459
00460
00461 #ifndef CEYLAN_USES_MKDIR
00462 #define CEYLAN_USES_MKDIR 1
00463 #endif
00464
00465
00466 #ifndef CEYLAN_USES_MKDIR_TWO_ARGS
00467 #define CEYLAN_USES_MKDIR_TWO_ARGS yes
00468 #endif
00469
00470
00471
00472
00473
00474 #ifndef CEYLAN_USES_NETDB_H
00475 #define CEYLAN_USES_NETDB_H 1
00476 #endif
00477
00478
00479 #ifndef CEYLAN_USES_NETINET_IN_H
00480 #define CEYLAN_USES_NETINET_IN_H 1
00481 #endif
00482
00483
00484 #ifndef CEYLAN_USES_NETINET_TCP_H
00485 #define CEYLAN_USES_NETINET_TCP_H 1
00486 #endif
00487
00488
00489 #ifndef CEYLAN_USES_PIPE
00490 #define CEYLAN_USES_PIPE 1
00491 #endif
00492
00493
00494
00495
00496
00497 #ifndef CEYLAN_USES_PTHREAD_COND_BROADCAST
00498 #define CEYLAN_USES_PTHREAD_COND_BROADCAST 1
00499 #endif
00500
00501
00502 #ifndef CEYLAN_USES_PTHREAD_COND_DESTROY
00503 #define CEYLAN_USES_PTHREAD_COND_DESTROY 1
00504 #endif
00505
00506
00507 #ifndef CEYLAN_USES_PTHREAD_COND_SIGNAL
00508 #define CEYLAN_USES_PTHREAD_COND_SIGNAL 1
00509 #endif
00510
00511
00512 #ifndef CEYLAN_USES_PTHREAD_COND_TIMEDWAIT
00513 #define CEYLAN_USES_PTHREAD_COND_TIMEDWAIT 1
00514 #endif
00515
00516
00517 #ifndef CEYLAN_USES_PTHREAD_CREATE
00518 #define CEYLAN_USES_PTHREAD_CREATE 1
00519 #endif
00520
00521
00522 #ifndef CEYLAN_USES_PTHREAD_H
00523 #define CEYLAN_USES_PTHREAD_H 1
00524 #endif
00525
00526
00527 #ifndef CEYLAN_USES_PTHREAD_MUTEX_INIT
00528 #define CEYLAN_USES_PTHREAD_MUTEX_INIT 1
00529 #endif
00530
00531
00532 #ifndef CEYLAN_USES_PTHREAD_MUTEX_LOCK
00533 #define CEYLAN_USES_PTHREAD_MUTEX_LOCK 1
00534 #endif
00535
00536
00537 #ifndef CEYLAN_USES_PTHREAD_MUTEX_UNLOCK
00538 #define CEYLAN_USES_PTHREAD_MUTEX_UNLOCK 1
00539 #endif
00540
00541
00542 #ifndef CEYLAN_USES_PUTENV
00543 #define CEYLAN_USES_PUTENV 1
00544 #endif
00545
00546
00547 #ifndef CEYLAN_USES_PWD_H
00548 #define CEYLAN_USES_PWD_H 1
00549 #endif
00550
00551
00552 #ifndef CEYLAN_USES_RAISE
00553 #define CEYLAN_USES_RAISE 1
00554 #endif
00555
00556
00557 #ifndef CEYLAN_USES_REGCOMP
00558 #define CEYLAN_USES_REGCOMP 1
00559 #endif
00560
00561
00562 #ifndef CEYLAN_USES_REGEXEC
00563 #define CEYLAN_USES_REGEXEC 1
00564 #endif
00565
00566
00567 #ifndef CEYLAN_USES_REGEX_H
00568 #define CEYLAN_USES_REGEX_H 1
00569 #endif
00570
00571
00572 #ifndef CEYLAN_USES_REGFREE
00573 #define CEYLAN_USES_REGFREE 1
00574 #endif
00575
00576
00577 #ifndef CEYLAN_USES_RENAME
00578 #define CEYLAN_USES_RENAME 1
00579 #endif
00580
00581
00582 #ifndef CEYLAN_USES_RMDIR
00583 #define CEYLAN_USES_RMDIR 1
00584 #endif
00585
00586
00587
00588
00589
00590
00591
00592
00593
00594
00595
00596 #ifndef CEYLAN_USES_SETDOMAINNAME
00597 #define CEYLAN_USES_SETDOMAINNAME 1
00598 #endif
00599
00600
00601 #ifndef CEYLAN_USES_SETENV
00602 #define CEYLAN_USES_SETENV 1
00603 #endif
00604
00605
00606 #ifndef CEYLAN_USES_SETHOSTNAME
00607 #define CEYLAN_USES_SETHOSTNAME 1
00608 #endif
00609
00610
00611 #ifndef CEYLAN_USES_SIGNAL
00612 #define CEYLAN_USES_SIGNAL 1
00613 #endif
00614
00615
00616 #ifndef CEYLAN_USES_SIGNAL_H
00617 #define CEYLAN_USES_SIGNAL_H 1
00618 #endif
00619
00620
00621
00622
00623
00624 #ifndef CEYLAN_USES_SLEEP
00625 #define CEYLAN_USES_SLEEP 1
00626 #endif
00627
00628
00629 #ifndef CEYLAN_USES_SOCKET
00630 #define CEYLAN_USES_SOCKET 1
00631 #endif
00632
00633
00634
00635
00636
00637 #ifndef CEYLAN_USES_STAT
00638 #define CEYLAN_USES_STAT 1
00639 #endif
00640
00641
00642
00643
00644
00645
00646 #ifndef CEYLAN_USES_STDARG_H
00647 #define CEYLAN_USES_STDARG_H 1
00648 #endif
00649
00650
00651 #ifndef CEYLAN_USES_STDBOOL_H
00652 #define CEYLAN_USES_STDBOOL_H 1
00653 #endif
00654
00655
00656 #ifndef CEYLAN_USES_STDDEF_H
00657 #define CEYLAN_USES_STDDEF_H 1
00658 #endif
00659
00660
00661 #ifndef CEYLAN_USES_STDINT_H
00662 #define CEYLAN_USES_STDINT_H 1
00663 #endif
00664
00665
00666 #ifndef CEYLAN_USES_STDIO_H
00667 #define CEYLAN_USES_STDIO_H 1
00668 #endif
00669
00670
00671 #ifndef CEYLAN_USES_STDLIB_H
00672 #define CEYLAN_USES_STDLIB_H 1
00673 #endif
00674
00675
00676 #ifndef CEYLAN_USES_STRDUP
00677 #define CEYLAN_USES_STRDUP 1
00678 #endif
00679
00680
00681 #ifndef CEYLAN_USES_STRERROR
00682 #define CEYLAN_USES_STRERROR 1
00683 #endif
00684
00685
00686 #ifndef CEYLAN_USES_STRINGS_H
00687 #define CEYLAN_USES_STRINGS_H 1
00688 #endif
00689
00690
00691 #ifndef CEYLAN_USES_STRING_H
00692 #define CEYLAN_USES_STRING_H 1
00693 #endif
00694
00695
00696 #ifndef CEYLAN_USES_SYMLINK
00697 #define CEYLAN_USES_SYMLINK 1
00698 #endif
00699
00700
00701 #ifndef CEYLAN_USES_SYSINFO
00702 #define CEYLAN_USES_SYSINFO 1
00703 #endif
00704
00705
00706
00707
00708
00709
00710
00711
00712
00713 #ifndef CEYLAN_USES_SYS_IOCTL_H
00714 #define CEYLAN_USES_SYS_IOCTL_H 1
00715 #endif
00716
00717
00718
00719
00720
00721
00722 #ifndef CEYLAN_USES_SYS_SELECT_H
00723 #define CEYLAN_USES_SYS_SELECT_H 1
00724 #endif
00725
00726
00727 #ifndef CEYLAN_USES_SYS_SOCKET_H
00728 #define CEYLAN_USES_SYS_SOCKET_H 1
00729 #endif
00730
00731
00732 #ifndef CEYLAN_USES_SYS_STAT_H
00733 #define CEYLAN_USES_SYS_STAT_H 1
00734 #endif
00735
00736
00737 #ifndef CEYLAN_USES_SYS_SYSINFO_H
00738 #define CEYLAN_USES_SYS_SYSINFO_H 1
00739 #endif
00740
00741
00742
00743
00744
00745 #ifndef CEYLAN_USES_SYS_TIMES_H
00746 #define CEYLAN_USES_SYS_TIMES_H 1
00747 #endif
00748
00749
00750 #ifndef CEYLAN_USES_SYS_TIME_H
00751 #define CEYLAN_USES_SYS_TIME_H 1
00752 #endif
00753
00754
00755 #ifndef CEYLAN_USES_SYS_TYPES_H
00756 #define CEYLAN_USES_SYS_TYPES_H 1
00757 #endif
00758
00759
00760 #ifndef CEYLAN_USES_SYS_UTSNAME_H
00761 #define CEYLAN_USES_SYS_UTSNAME_H 1
00762 #endif
00763
00764
00765 #ifndef CEYLAN_USES_SYS_WAIT_H
00766 #define CEYLAN_USES_SYS_WAIT_H 1
00767 #endif
00768
00769
00770 #ifndef CEYLAN_USES_TERMIOS_H
00771 #define CEYLAN_USES_TERMIOS_H 1
00772 #endif
00773
00774
00775 #ifndef CEYLAN_USES_TIME
00776 #define CEYLAN_USES_TIME 1
00777 #endif
00778
00779
00780 #ifndef CEYLAN_USES_TIMES
00781 #define CEYLAN_USES_TIMES 1
00782 #endif
00783
00784
00785 #ifndef CEYLAN_USES_TIME_H
00786 #define CEYLAN_USES_TIME_H 1
00787 #endif
00788
00789
00790 #ifndef CEYLAN_USES_UNAME
00791 #define CEYLAN_USES_UNAME 1
00792 #endif
00793
00794
00795 #ifndef CEYLAN_USES_UNISTD_H
00796 #define CEYLAN_USES_UNISTD_H 1
00797 #endif
00798
00799
00800 #ifndef CEYLAN_USES_UNLINK
00801 #define CEYLAN_USES_UNLINK 1
00802 #endif
00803
00804
00805 #ifndef CEYLAN_USES_UNSETENV
00806 #define CEYLAN_USES_UNSETENV 1
00807 #endif
00808
00809
00810 #ifndef CEYLAN_USES_UTIME
00811 #define CEYLAN_USES_UTIME 1
00812 #endif
00813
00814
00815 #ifndef CEYLAN_USES_UTIME_H
00816 #define CEYLAN_USES_UTIME_H 1
00817 #endif
00818
00819
00820 #ifndef CEYLAN_USES_UTIME_NULL
00821 #define CEYLAN_USES_UTIME_NULL 1
00822 #endif
00823
00824
00825 #ifndef CEYLAN_USES_VFORK
00826 #define CEYLAN_USES_VFORK 1
00827 #endif
00828
00829
00830
00831
00832
00833 #ifndef CEYLAN_USES_WAITPID
00834 #define CEYLAN_USES_WAITPID 1
00835 #endif
00836
00837
00838 #ifndef CEYLAN_USES_WORKING_FORK
00839 #define CEYLAN_USES_WORKING_FORK 1
00840 #endif
00841
00842
00843 #ifndef CEYLAN_USES_WORKING_VFORK
00844 #define CEYLAN_USES_WORKING_VFORK 1
00845 #endif
00846
00847
00848
00849
00850
00851 #ifndef CEYLAN_USES__BOOL
00852 #define CEYLAN_USES__BOOL 1
00853 #endif
00854
00855
00856 #ifndef CEYLAN_LIBTOOL_VERSION
00857 #define CEYLAN_LIBTOOL_VERSION "0.7.0"
00858 #endif
00859
00860
00861
00862 #ifndef CEYLAN_LSTAT_FOLLOWS_SLASHED_SYMLINK
00863 #define CEYLAN_LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00864 #endif
00865
00866
00867
00868 #ifndef CEYLAN_LT_OBJDIR
00869 #define CEYLAN_LT_OBJDIR ".libs/"
00870 #endif
00871
00872
00873 #ifndef CEYLAN_PACKAGE
00874 #define CEYLAN_PACKAGE "ceylan"
00875 #endif
00876
00877
00878 #ifndef CEYLAN_PACKAGE_BUGREPORT
00879 #define CEYLAN_PACKAGE_BUGREPORT "ceylan-bugs@lists.sourceforge.net"
00880 #endif
00881
00882
00883 #ifndef CEYLAN_PACKAGE_NAME
00884 #define CEYLAN_PACKAGE_NAME "Ceylan"
00885 #endif
00886
00887
00888 #ifndef CEYLAN_PACKAGE_STRING
00889 #define CEYLAN_PACKAGE_STRING "Ceylan 0.7"
00890 #endif
00891
00892
00893 #ifndef CEYLAN_PACKAGE_TARNAME
00894 #define CEYLAN_PACKAGE_TARNAME "ceylan"
00895 #endif
00896
00897
00898 #ifndef CEYLAN_PACKAGE_URL
00899 #define CEYLAN_PACKAGE_URL ""
00900 #endif
00901
00902
00903 #ifndef CEYLAN_PACKAGE_VERSION
00904 #define CEYLAN_PACKAGE_VERSION "0.7"
00905 #endif
00906
00907
00908 #ifndef CEYLAN_RETSIGTYPE
00909 #define CEYLAN_RETSIGTYPE void
00910 #endif
00911
00912
00913 #ifndef CEYLAN_RUNS_ON_LITTLE_ENDIAN
00914 #define CEYLAN_RUNS_ON_LITTLE_ENDIAN 1
00915 #endif
00916
00917
00918 #ifndef CEYLAN_SELECT_TYPE_ARG1
00919 #define CEYLAN_SELECT_TYPE_ARG1 int
00920 #endif
00921
00922
00923 #ifndef CEYLAN_SELECT_TYPE_ARG234
00924 #define CEYLAN_SELECT_TYPE_ARG234 (fd_set *)
00925 #endif
00926
00927
00928 #ifndef CEYLAN_SELECT_TYPE_ARG5
00929 #define CEYLAN_SELECT_TYPE_ARG5 (struct timeval *)
00930 #endif
00931
00932
00933
00934
00935
00936
00937
00938
00939
00940
00941
00942
00943
00944
00945
00946
00947
00948 #ifndef CEYLAN_STDC_HEADERS
00949 #define CEYLAN_STDC_HEADERS 1
00950 #endif
00951
00952
00953 #ifndef CEYLAN_TIME_WITH_SYS_TIME
00954 #define CEYLAN_TIME_WITH_SYS_TIME 1
00955 #endif
00956
00957
00958
00959
00960
00961 #ifndef CEYLAN_USES_ADVANCED_FILE_ATTRIBUTES
00962 #define CEYLAN_USES_ADVANCED_FILE_ATTRIBUTES 1
00963 #endif
00964
00965
00966 #ifndef CEYLAN_USES_ADVANCED_PROCESS_MANAGEMENT
00967 #define CEYLAN_USES_ADVANCED_PROCESS_MANAGEMENT 1
00968 #endif
00969
00970
00971 #ifndef CEYLAN_USES_FCNTL_FOR_NONBLOCKING_SOCKETS
00972 #define CEYLAN_USES_FCNTL_FOR_NONBLOCKING_SOCKETS 1
00973 #endif
00974
00975
00976 #ifndef CEYLAN_USES_FILE_DESCRIPTORS
00977 #define CEYLAN_USES_FILE_DESCRIPTORS 1
00978 #endif
00979
00980
00981 #ifndef CEYLAN_USES_FILE_LOCKS
00982 #define CEYLAN_USES_FILE_LOCKS 1
00983 #endif
00984
00985
00986 #ifndef CEYLAN_USES_NETWORK
00987 #define CEYLAN_USES_NETWORK 1
00988 #endif
00989
00990
00991 #ifndef CEYLAN_USES_PLUGINS
00992 #define CEYLAN_USES_PLUGINS 1
00993 #endif
00994
00995
00996 #ifndef CEYLAN_USES_REGEX
00997 #define CEYLAN_USES_REGEX 1
00998 #endif
00999
01000
01001 #ifndef CEYLAN_USES_SIGNAL
01002 #define CEYLAN_USES_SIGNAL 1
01003 #endif
01004
01005
01006 #ifndef CEYLAN_USES_SIGNALS
01007 #define CEYLAN_USES_SIGNALS 1
01008 #endif
01009
01010
01011 #ifndef CEYLAN_USES_SIGNAL_H
01012 #define CEYLAN_USES_SIGNAL_H 1
01013 #endif
01014
01015
01016 #ifndef CEYLAN_USES_SYMBOLIC_LINKS
01017 #define CEYLAN_USES_SYMBOLIC_LINKS 1
01018 #endif
01019
01020
01021 #ifndef CEYLAN_USES_THREADS
01022 #define CEYLAN_USES_THREADS 1
01023 #endif
01024
01025
01026 #ifndef CEYLAN_VERSION
01027 #define CEYLAN_VERSION "0.7"
01028 #endif
01029
01030
01031
01032 #if defined AC_APPLE_UNIVERSAL_BUILD
01033 # if defined __BIG_ENDIAN__
01034 # define WORDS_BIGENDIAN 1
01035 # endif
01036 #else
01037 # ifndef WORDS_BIGENDIAN
01038
01039 # endif
01040 #endif
01041
01042
01043
01044
01045
01046
01047 #ifndef __cplusplus
01048
01049 #endif
01050
01051
01052 #ifndef _ceylan_int16_t
01053 #define _ceylan_int16_t int16_t
01054 #endif
01055
01056
01057 #ifndef _ceylan_int32_t
01058 #define _ceylan_int32_t int32_t
01059 #endif
01060
01061
01062 #ifndef _ceylan_int64_t
01063 #define _ceylan_int64_t int64_t
01064 #endif
01065
01066
01067 #ifndef _ceylan_int8_t
01068 #define _ceylan_int8_t int8_t
01069 #endif
01070
01071
01072 #ifndef _ceylan_native_types_origin
01073 #define _ceylan_native_types_origin "Read from standard system headers"
01074 #endif
01075
01076
01077
01078
01079
01080
01081
01082
01083 #ifndef _ceylan_uint16_t
01084 #define _ceylan_uint16_t uint16_t
01085 #endif
01086
01087
01088 #ifndef _ceylan_uint32_t
01089 #define _ceylan_uint32_t uint32_t
01090 #endif
01091
01092
01093 #ifndef _ceylan_uint64_t
01094 #define _ceylan_uint64_t uint64_t
01095 #endif
01096
01097
01098 #ifndef _ceylan_uint8_t
01099 #define _ceylan_uint8_t uint8_t
01100 #endif
01101
01102
01103
01104
01105
01106
01107
01108
01109
01110
01111
01112
01113 #endif
01114