Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

cfunix.h

00001 /* include/cfunix.h.  Generated by configure.  */
00002 /* include/cfunix.h.in.  Generated from configure.in by autoheader.  */
00003 
00004 #ifndef CFUNIX_H
00005 #define CFUNIX_H
00006 
00007 /* MinGW needs some special handling because it is a mixture of WIN32 and Posix.
00008  * The following settings are not tested by configure but need to be set for MinGW.
00009  */
00010 #ifdef __MINGW32__
00011 #define HAVE_WINDOWS_H
00012 #define HAVE_WINSOCK_H
00013 #define NO_IOS_BASE_ASSIGN
00014 #define ENVIRONMENT_PATH_SEPARATOR ';'
00015 #endif
00016 
00017 /* Define the canonical host system type as a string constant */
00018 #define CANONICAL_HOST_TYPE "i386-pc-linux-gnu"
00019 
00020 /* Define if char is unsigned on the C compiler */
00021 /* #undef C_CHAR_UNSIGNED */
00022 
00023 /* Define to the inline keyword supported by the C compiler, if any, or to the
00024    empty string */
00025 #define C_INLINE inline
00026 
00027 /* Define if >> is unsigned on the C compiler */
00028 /* #undef C_RIGHTSHIFT_UNSIGNED */
00029 
00030 /* Define the DCMTK default path */
00031 #define DCMTK_PREFIX "/usr"
00032 
00033 /* Define the default data dictionary path for the dcmdata library package */
00034 #define DCM_DICT_DEFAULT_PATH "/usr/share/dcmtk/dicom.dic"
00035 
00036 /* Define the environment variable path separator */
00037 #ifndef ENVIRONMENT_PATH_SEPARATOR
00038 #define ENVIRONMENT_PATH_SEPARATOR ':'
00039 #endif
00040 
00041 /* Define to 1 if you have the `accept' function. */
00042 #define HAVE_ACCEPT 1
00043 
00044 /* Define to 1 if you have the `access' function. */
00045 #define HAVE_ACCESS 1
00046 
00047 /* Define to 1 if you have the <alloca.h> header file. */
00048 #define HAVE_ALLOCA_H 1
00049 
00050 /* Define to 1 if you have the <arpa/inet.h> header file. */
00051 #define HAVE_ARPA_INET_H 1
00052 
00053 /* Define to 1 if you have the <assert.h> header file. */
00054 #define HAVE_ASSERT_H 1
00055 
00056 /* Define to 1 if you have the `bcmp' function. */
00057 #define HAVE_BCMP 1
00058 
00059 /* Define to 1 if you have the `bcopy' function. */
00060 #define HAVE_BCOPY 1
00061 
00062 /* Define to 1 if you have the `bind' function. */
00063 #define HAVE_BIND 1
00064 
00065 /* Define to 1 if you have the `bzero' function. */
00066 #define HAVE_BZERO 1
00067 
00068 /* Define if your C++ compiler can work with class templates */
00069 #define HAVE_CLASS_TEMPLATE 1
00070 
00071 /* Define to 1 if you have the `connect' function. */
00072 #define HAVE_CONNECT 1
00073 
00074 /* define if the compiler supports const_cast<> */
00075 #define HAVE_CONST_CAST 
00076 
00077 /* Define to 1 if you have the <ctype.h> header file. */
00078 #define HAVE_CTYPE_H 1
00079 
00080 /* Define to 1 if you have the `cuserid' function. */
00081 #define HAVE_CUSERID 1
00082 
00083 /* Define if bool is a built-in type */
00084 #define HAVE_CXX_BOOL 1
00085 
00086 /* Define if volatile is a known keyword */
00087 #define HAVE_CXX_VOLATILE 
00088 
00089 /* Define if "const" is supported by the C compiler */
00090 #define HAVE_C_CONST 1
00091 
00092 /* Define if your system has a declaration for socklen_t in sys/types.h
00093    sys/socket.h */
00094 #define HAVE_DECLARATION_SOCKLEN_T 1
00095 
00096 /* Define if your system has a declaration for std::ios_base::openmode in
00097    iostream.h */
00098 #define HAVE_DECLARATION_STD__IOS_BASE__OPENMODE 1
00099 
00100 /* Define if your system has a declaration for struct utimbuf in sys/types.h
00101    utime.h sys/utime.h */
00102 #define HAVE_DECLARATION_STRUCT_UTIMBUF 1
00103 
00104 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00105    */
00106 #define HAVE_DIRENT_H 1
00107 
00108 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00109 /* #undef HAVE_DOPRNT */
00110 
00111 /* define if the compiler supports dynamic_cast<> */
00112 #define HAVE_DYNAMIC_CAST 
00113 
00114 /* Define if your system cannot pass command line arguments into main() (e.g. Macintosh) */
00115 /* #undef HAVE_EMPTY_ARGC_ARGV */
00116 
00117 /* Define to 1 if you have the <errno.h> header file. */
00118 #define HAVE_ERRNO_H 1
00119 
00120 /* Define if your C++ compiler supports the explicit template specialization
00121    syntax */
00122 #define HAVE_EXPLICIT_TEMPLATE_SPECIALIZATION 1
00123 
00124 /* Define to 1 if you have the <fcntl.h> header file. */
00125 #define HAVE_FCNTL_H 1
00126 
00127 /* Define to 1 if you have the `finite' function. */
00128 #define HAVE_FINITE 1
00129 
00130 /* Define to 1 if you have the <float.h> header file. */
00131 #define HAVE_FLOAT_H 1
00132 
00133 /* Define to 1 if you have the `flock' function. */
00134 #define HAVE_FLOCK 1
00135 
00136 /* Define to 1 if you have the <fnmatch.h> header file. */
00137 #define HAVE_FNMATCH_H 1
00138 
00139 /* Define to 1 if you have the `fork' function. */
00140 #define HAVE_FORK 1
00141 
00142 /* Define to 1 if you have the <fstream> header file. */
00143 #define HAVE_FSTREAM 1
00144 
00145 /* Define to 1 if you have the <fstream.h> header file. */
00146 #define HAVE_FSTREAM_H 1
00147 
00148 /* Define if your C++ compiler can work with function templates */
00149 #define HAVE_FUNCTION_TEMPLATE 1
00150 
00151 /* Define to 1 if you have the `getenv' function. */
00152 #define HAVE_GETENV 1
00153 
00154 /* Define to 1 if you have the `geteuid' function. */
00155 #define HAVE_GETEUID 1
00156 
00157 /* Define to 1 if you have the `getgrnam' function. */
00158 #define HAVE_GETGRNAM 1
00159 
00160 /* Define to 1 if you have the `gethostbyname' function. */
00161 #define HAVE_GETHOSTBYNAME 1
00162 
00163 /* Define to 1 if you have the `gethostid' function. */
00164 #define HAVE_GETHOSTID 1
00165 
00166 /* Define to 1 if you have the `gethostname' function. */
00167 #define HAVE_GETHOSTNAME 1
00168 
00169 /* Define to 1 if you have the `getlogin' function. */
00170 #define HAVE_GETLOGIN 1
00171 
00172 /* Define to 1 if you have the `getpid' function. */
00173 #define HAVE_GETPID 1
00174 
00175 /* Define to 1 if you have the `getpwnam' function. */
00176 #define HAVE_GETPWNAM 1
00177 
00178 /* Define to 1 if you have the `getsockname' function. */
00179 #define HAVE_GETSOCKNAME 1
00180 
00181 /* Define to 1 if you have the `getsockopt' function. */
00182 #define HAVE_GETSOCKOPT 1
00183 
00184 /* Define to 1 if you have the `getuid' function. */
00185 #define HAVE_GETUID 1
00186 
00187 /* Define to 1 if you have the <ieeefp.h> header file. */
00188 /* #undef HAVE_IEEEFP_H */
00189 
00190 /* Define to 1 if you have the `index' function. */
00191 #define HAVE_INDEX 1
00192 
00193 /* Define if your system declares argument 3 of accept() as int * instead of
00194    size_t * or socklen_t * */
00195 /* #undef HAVE_INTP_ACCEPT */
00196 
00197 /* Define if your system declares argument 5 of getsockopt() as int * instead
00198    of size_t * or socklen_t */
00199 /* #undef HAVE_INTP_GETSOCKOPT */
00200 
00201 /* Define if your system declares argument 2-4 of select() as int * instead of
00202    struct fd_set * */
00203 /* #undef HAVE_INTP_SELECT */
00204 
00205 /* Define to 1 if you have the <inttypes.h> header file. */
00206 #define HAVE_INTTYPES_H 1
00207 
00208 /* Define to 1 if you have the <iomanip> header file. */
00209 #define HAVE_IOMANIP 1
00210 
00211 /* Define to 1 if you have the <iomanip.h> header file. */
00212 #define HAVE_IOMANIP_H 1
00213 
00214 /* Define to 1 if you have the <iostream> header file. */
00215 #define HAVE_IOSTREAM 1
00216 
00217 /* Define to 1 if you have the <iostream.h> header file. */
00218 #define HAVE_IOSTREAM_H 1
00219 
00220 /* Define if your system defines ios::nocreate in iostream.h */
00221 /* #undef HAVE_IOS_NOCREATE */
00222 
00223 /* Define to 1 if you have the <io.h> header file. */
00224 /* #undef HAVE_IO_H */
00225 
00226 /* Define to 1 if you have the `isinf' function. */
00227 #define HAVE_ISINF 1
00228 
00229 /* Define to 1 if you have the `isnan' function. */
00230 #define HAVE_ISNAN 1
00231 
00232 /* Define to 1 if you have the <iso646.h> header file. */
00233 #define HAVE_ISO646_H 1
00234 
00235 /* Define to 1 if you have the `itoa' function. */
00236 /* #undef HAVE_ITOA */
00237 
00238 /* Define to 1 if you have the <libc.h> header file. */
00239 /* #undef HAVE_LIBC_H */
00240 
00241 /* Define to 1 if you have the `iostream' library (-liostream). */
00242 /* #undef HAVE_LIBIOSTREAM */
00243 
00244 /* Define to 1 if you have the `nsl' library (-lnsl). */
00245 #define HAVE_LIBNSL 1
00246 
00247 /* Define to 1 if you have the <libpng/png.h> header file. */
00248 #define HAVE_LIBPNG_PNG_H 1
00249 
00250 /* Define to 1 if you have the `socket' library (-lsocket). */
00251 /* #undef HAVE_LIBSOCKET */
00252 
00253 /* Define if libtiff supports LZW compression */
00254 #define HAVE_LIBTIFF_LZW_COMPRESSION 
00255 
00256 /* Define to 1 if you have the <limits.h> header file. */
00257 #define HAVE_LIMITS_H 1
00258 
00259 /* Define to 1 if you have the `listen' function. */
00260 #define HAVE_LISTEN 1
00261 
00262 /* Define to 1 if you have the <locale.h> header file. */
00263 #define HAVE_LOCALE_H 1
00264 
00265 /* Define to 1 if you have the `lockf' function. */
00266 #define HAVE_LOCKF 1
00267 
00268 /* Define to 1 if you support file names longer than 14 characters. */
00269 #define HAVE_LONG_FILE_NAMES 1
00270 
00271 /* Define to 1 if you have the `malloc_debug' function. */
00272 /* #undef HAVE_MALLOC_DEBUG */
00273 
00274 /* Define to 1 if you have the <malloc.h> header file. */
00275 #define HAVE_MALLOC_H 1
00276 
00277 /* Define to 1 if you have the <math.h> header file. */
00278 #define HAVE_MATH_H 1
00279 
00280 /* Define to 1 if you have the `memcmp' function. */
00281 #define HAVE_MEMCMP 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 `memmove' function. */
00287 #define HAVE_MEMMOVE 1
00288 
00289 /* Define to 1 if you have the <memory.h> header file. */
00290 #define HAVE_MEMORY_H 1
00291 
00292 /* Define to 1 if you have the `memset' function. */
00293 #define HAVE_MEMSET 1
00294 
00295 /* Define to 1 if you have the `mkstemp' function. */
00296 #define HAVE_MKSTEMP 1
00297 
00298 /* Define to 1 if you have the `mktemp' function. */
00299 #define HAVE_MKTEMP 1
00300 
00301 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00302 /* #undef HAVE_NDIR_H */
00303 
00304 /* Define to 1 if you have the <netdb.h> header file. */
00305 #define HAVE_NETDB_H 1
00306 
00307 /* Define to 1 if you have the <netinet/in.h> header file. */
00308 #define HAVE_NETINET_IN_H 1
00309 
00310 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
00311 #define HAVE_NETINET_IN_SYSTM_H 1
00312 
00313 /* Define to 1 if you have the <netinet/tcp.h> header file. */
00314 #define HAVE_NETINET_TCP_H 1
00315 
00316 /* Define to 1 if you have the <new.h> header file. */
00317 #define HAVE_NEW_H 1
00318 
00319 /* Define if your system supports readdir_r with the obsolete Posix 1.c draft
00320    6 declaration (2 arguments) instead of the Posix 1.c declaration with 3
00321    arguments. */
00322 /* #undef HAVE_OLD_READDIR_R */
00323 
00324 /* Define if your system has a prototype for accept in sys/types.h
00325    sys/socket.h */
00326 #define HAVE_PROTOTYPE_ACCEPT 1
00327 
00328 /* Define if your system has a prototype for bind in sys/types.h sys/socket.h
00329    */
00330 #define HAVE_PROTOTYPE_BIND 1
00331 
00332 /* Define if your system has a prototype for bzero in string.h strings.h
00333    libc.h unistd.h stdlib.h */
00334 #define HAVE_PROTOTYPE_BZERO 1
00335 
00336 /* Define if your system has a prototype for connect in sys/types.h
00337    sys/socket.h */
00338 #define HAVE_PROTOTYPE_CONNECT 1
00339 
00340 /* Define if your system has a prototype for finite in math.h */
00341 #define HAVE_PROTOTYPE_FINITE 1
00342 
00343 /* Define if your system has a prototype for flock in sys/file.h */
00344 #define HAVE_PROTOTYPE_FLOCK 1
00345 
00346 /* Define if your system has a prototype for gethostbyname in libc.h unistd.h
00347    stdlib.h netdb.h */
00348 #define HAVE_PROTOTYPE_GETHOSTBYNAME 1
00349 
00350 /* Define if your system has a prototype for gethostid in libc.h unistd.h
00351    stdlib.h netdb.h */
00352 #define HAVE_PROTOTYPE_GETHOSTID 1
00353 
00354 /* Define if your system has a prototype for gethostname in unistd.h libc.h
00355    stdlib.h netdb.h */
00356 #define HAVE_PROTOTYPE_GETHOSTNAME 1
00357 
00358 /* Define if your system has a prototype for getsockname in sys/types.h
00359    sys/socket.h */
00360 #define HAVE_PROTOTYPE_GETSOCKNAME 1
00361 
00362 /* Define if your system has a prototype for getsockopt in sys/types.h
00363    sys/socket.h */
00364 #define HAVE_PROTOTYPE_GETSOCKOPT 1
00365 
00366 /* Define if your system has a prototype for gettimeofday in sys/time.h
00367    unistd.h */
00368 #define HAVE_PROTOTYPE_GETTIMEOFDAY 1
00369 
00370 /* Define if your system has a prototype for isinf in math.h */
00371 #define HAVE_PROTOTYPE_ISINF 1
00372 
00373 /* Define if your system has a prototype for isnan in math.h */
00374 #define HAVE_PROTOTYPE_ISNAN 1
00375 
00376 /* Define if your system has a prototype for listen in sys/types.h
00377    sys/socket.h */
00378 #define HAVE_PROTOTYPE_LISTEN 1
00379 
00380 /* Define if your system has a prototype for mkstemp in libc.h unistd.h
00381    stdlib.h */
00382 #define HAVE_PROTOTYPE_MKSTEMP 1
00383 
00384 /* Define if your system has a prototype for mktemp in libc.h unistd.h
00385    stdlib.h */
00386 #define HAVE_PROTOTYPE_MKTEMP 1
00387 
00388 /* Define if your system has a prototype for select in sys/select.h
00389    sys/types.h sys/socket.h sys/time.h */
00390 #define HAVE_PROTOTYPE_SELECT 1
00391 
00392 /* Define if your system has a prototype for setsockopt in sys/types.h
00393    sys/socket.h */
00394 #define HAVE_PROTOTYPE_SETSOCKOPT 1
00395 
00396 /* Define if your system has a prototype for socket in sys/types.h
00397    sys/socket.h */
00398 #define HAVE_PROTOTYPE_SOCKET 1
00399 
00400 /* Define if your system has a prototype for std::vfprintf in stdarg.h */
00401 #define HAVE_PROTOTYPE_STD__VFPRINTF 1
00402 
00403 /* Define if your system has a prototype for strcasecmp in string.h */
00404 #define HAVE_PROTOTYPE_STRCASECMP 1
00405 
00406 /* Define if your system has a prototype for strncasecmp in string.h */
00407 #define HAVE_PROTOTYPE_STRNCASECMP 1
00408 
00409 /* Define if your system has a prototype for usleep in libc.h unistd.h
00410    stdlib.h */
00411 #define HAVE_PROTOTYPE_USLEEP 1
00412 
00413 /* Define if your system has a prototype for wait3 in libc.h sys/wait.h
00414    sys/time.h sys/resource.h */
00415 #define HAVE_PROTOTYPE_WAIT3 1
00416 
00417 /* Define if your system has a prototype for waitpid in sys/wait.h sys/time.h
00418    sys/resource.h */
00419 #define HAVE_PROTOTYPE_WAITPID 1
00420 
00421 /* Define if your system has a prototype for _stricmp in string.h */
00422 /* #undef HAVE_PROTOTYPE__STRICMP */
00423 
00424 /* Define to 1 if you have the <pthread.h> header file. */
00425 #define HAVE_PTHREAD_H 1
00426 
00427 /* Define if your system supports POSIX read/write locks */
00428 #define HAVE_PTHREAD_RWLOCK 
00429 
00430 /* define if the compiler supports reinterpret_cast<> */
00431 #define HAVE_REINTERPRET_CAST 
00432 
00433 /* Define to 1 if you have the `rindex' function. */
00434 #define HAVE_RINDEX 1
00435 
00436 /* Define to 1 if you have the `select' function. */
00437 #define HAVE_SELECT 1
00438 
00439 /* Define to 1 if you have the <semaphore.h> header file. */
00440 #define HAVE_SEMAPHORE_H 1
00441 
00442 /* Define to 1 if you have the <setjmp.h> header file. */
00443 #define HAVE_SETJMP_H 1
00444 
00445 /* Define to 1 if you have the `setsockopt' function. */
00446 #define HAVE_SETSOCKOPT 1
00447 
00448 /* Define to 1 if you have the `setuid' function. */
00449 #define HAVE_SETUID 1
00450 
00451 /* Define to 1 if you have the <signal.h> header file. */
00452 #define HAVE_SIGNAL_H 1
00453 
00454 /* Define to 1 if you have the `sleep' function. */
00455 #define HAVE_SLEEP 1
00456 
00457 /* Define to 1 if you have the `socket' function. */
00458 #define HAVE_SOCKET 1
00459 
00460 /* Define to 1 if you have the <sstream> header file. */
00461 #define HAVE_SSTREAM 1
00462 
00463 /* Define to 1 if you have the <sstream.h> header file. */
00464 /* #undef HAVE_SSTREAM_H */
00465 
00466 /* Define to 1 if you have the `stat' function. */
00467 #define HAVE_STAT 1
00468 
00469 /* define if the compiler supports static_cast<> */
00470 #define HAVE_STATIC_CAST 
00471 
00472 /* Define if your C++ compiler can work with static methods in class templates
00473    */
00474 #define HAVE_STATIC_TEMPLATE_METHOD 1
00475 
00476 /* Define to 1 if you have the <stat.h> header file. */
00477 /* #undef HAVE_STAT_H */
00478 
00479 /* Define to 1 if you have the <stdarg.h> header file. */
00480 #define HAVE_STDARG_H 1
00481 
00482 /* Define to 1 if you have the <stddef.h> header file. */
00483 #define HAVE_STDDEF_H 1
00484 
00485 /* Define to 1 if you have the <stdint.h> header file. */
00486 #define HAVE_STDINT_H 1
00487 
00488 /* Define to 1 if you have the <stdio.h> header file. */
00489 #define HAVE_STDIO_H 1
00490 
00491 /* Define to 1 if you have the <stdlib.h> header file. */
00492 #define HAVE_STDLIB_H 1
00493 
00494 /* Define if ANSI standard C++ includes use std namespace */
00495 #define HAVE_STD_NAMESPACE 1
00496 
00497 /* Define if the compiler supports std::nothrow */
00498 #define HAVE_STD__NOTHROW 
00499 
00500 /* Define to 1 if you have the `strchr' function. */
00501 #define HAVE_STRCHR 1
00502 
00503 /* Define to 1 if you have the `strdup' function. */
00504 #define HAVE_STRDUP 1
00505 
00506 /* Define to 1 if you have the `strerror' function. */
00507 #define HAVE_STRERROR 1
00508 
00509 /* Define to 1 if you have the <strings.h> header file. */
00510 #define HAVE_STRINGS_H 1
00511 
00512 /* Define to 1 if you have the <string.h> header file. */
00513 #define HAVE_STRING_H 1
00514 
00515 /* Define to 1 if you have the `strlcat' function. */
00516 /* #undef HAVE_STRLCAT */
00517 
00518 /* Define to 1 if you have the `strlcpy' function. */
00519 /* #undef HAVE_STRLCPY */
00520 
00521 /* Define to 1 if you have the `strstr' function. */
00522 #define HAVE_STRSTR 1
00523 
00524 /* Define to 1 if you have the <strstream> header file. */
00525 #define HAVE_STRSTREAM 1
00526 
00527 /* Define to 1 if you have the <strstream.h> header file. */
00528 /* #undef HAVE_STRSTREAM_H */
00529 
00530 /* Define to 1 if you have the <strstrea.h> header file. */
00531 /* #undef HAVE_STRSTREA_H */
00532 
00533 /* Define to 1 if you have the `strtoul' function. */
00534 #define HAVE_STRTOUL 1
00535 
00536 /* Define to 1 if you have the <synch.h> header file. */
00537 /* #undef HAVE_SYNCH_H */
00538 
00539 /* Define to 1 if you have the `sysinfo' function. */
00540 #define HAVE_SYSINFO 1
00541 
00542 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00543    */
00544 /* #undef HAVE_SYS_DIR_H */
00545 
00546 /* Define to 1 if you have the <sys/errno.h> header file. */
00547 #define HAVE_SYS_ERRNO_H 1
00548 
00549 /* Define to 1 if you have the <sys/file.h> header file. */
00550 #define HAVE_SYS_FILE_H 1
00551 
00552 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00553    */
00554 /* #undef HAVE_SYS_NDIR_H */
00555 
00556 /* Define to 1 if you have the <sys/param.h> header file. */
00557 #define HAVE_SYS_PARAM_H 1
00558 
00559 /* Define to 1 if you have the <sys/resource.h> header file. */
00560 #define HAVE_SYS_RESOURCE_H 1
00561 
00562 /* Define to 1 if you have the <sys/select.h> header file. */
00563 #define HAVE_SYS_SELECT_H 1
00564 
00565 /* Define to 1 if you have the <sys/socket.h> header file. */
00566 #define HAVE_SYS_SOCKET_H 1
00567 
00568 /* Define to 1 if you have the <sys/stat.h> header file. */
00569 #define HAVE_SYS_STAT_H 1
00570 
00571 /* Define to 1 if you have the <sys/time.h> header file. */
00572 #define HAVE_SYS_TIME_H 1
00573 
00574 /* Define to 1 if you have the <sys/types.h> header file. */
00575 #define HAVE_SYS_TYPES_H 1
00576 
00577 /* Define to 1 if you have the <sys/utime.h> header file. */
00578 /* #undef HAVE_SYS_UTIME_H */
00579 
00580 /* Define to 1 if you have the <sys/utsname.h> header file. */
00581 #define HAVE_SYS_UTSNAME_H 1
00582 
00583 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00584 #define HAVE_SYS_WAIT_H 1
00585 
00586 /* Define to 1 if you have the `tempnam' function. */
00587 #define HAVE_TEMPNAM 1
00588 
00589 /* Define to 1 if you have the <thread.h> header file. */
00590 /* #undef HAVE_THREAD_H */
00591 
00592 /* Define to 1 if you have the <time.h> header file. */
00593 #define HAVE_TIME_H 1
00594 
00595 /* Define to 1 if you have the `tmpnam' function. */
00596 #define HAVE_TMPNAM 1
00597 
00598 /* define if the compiler recognizes typename */
00599 #define HAVE_TYPENAME 
00600 
00601 /* Define to 1 if you have the `uname' function. */
00602 #define HAVE_UNAME 1
00603 
00604 /* Define to 1 if you have the <unistd.h> header file. */
00605 #define HAVE_UNISTD_H 1
00606 
00607 /* Define to 1 if you have the <unix.h> header file. */
00608 /* #undef HAVE_UNIX_H */
00609 
00610 /* Define to 1 if you have the `usleep' function. */
00611 #define HAVE_USLEEP 1
00612 
00613 /* Define to 1 if you have the <utime.h> header file. */
00614 #define HAVE_UTIME_H 1
00615 
00616 /* Define to 1 if you have the `vprintf' function. */
00617 #define HAVE_VPRINTF 1
00618 
00619 /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
00620    longer depend upon `wait3'. */
00621 #define HAVE_WAIT3 1
00622 
00623 /* Define to 1 if you have the `waitpid' function. */
00624 #define HAVE_WAITPID 1
00625 
00626 /* Define to 1 if you have the <wctype.h> header file. */
00627 #define HAVE_WCTYPE_H 1
00628 
00629 /* Define to 1 if you have the `_findfirst' function. */
00630 /* #undef HAVE__FINDFIRST */
00631 
00632 /* Define if <math.h> fails if included extern "C" */
00633 /* #undef INCLUDE_MATH_H_AS_CXX */
00634 
00635 /* Define to the address where bug reports for this package should be sent. */
00636 #define PACKAGE_BUGREPORT "dicom-bugs@offis.de"
00637 
00638 /* Define to the full name of this package. */
00639 #define PACKAGE_NAME "DCMTK"
00640 
00641 /* Define to the full name and version of this package. */
00642 #define PACKAGE_STRING "DCMTK 3.5.3"
00643 
00644 /* Define to the one symbol short name of this package. */
00645 #define PACKAGE_TARNAME "dcmtk-3.5.3"
00646 
00647 /* Define to the version of this package. */
00648 #define PACKAGE_VERSION "3.5.3"
00649 
00650 /* Define path separator */
00651 #define PATH_SEPARATOR '/'
00652 
00653 /* Define as the return type of signal handlers (`int' or `void'). */
00654 #define RETSIGTYPE void
00655 
00656 /* Define if signal handlers need ellipse (...) parameters */
00657 /* #undef SIGNAL_HANDLER_WITH_ELLIPSE */
00658 
00659 /* The size of a `char', as computed by sizeof. */
00660 #define SIZEOF_CHAR 1
00661 
00662 /* The size of a `double', as computed by sizeof. */
00663 #define SIZEOF_DOUBLE 8
00664 
00665 /* The size of a `float', as computed by sizeof. */
00666 #define SIZEOF_FLOAT 4
00667 
00668 /* The size of a `int', as computed by sizeof. */
00669 #define SIZEOF_INT 4
00670 
00671 /* The size of a `long', as computed by sizeof. */
00672 #define SIZEOF_LONG 4
00673 
00674 /* The size of a `short', as computed by sizeof. */
00675 #define SIZEOF_SHORT 2
00676 
00677 /* The size of a `void *', as computed by sizeof. */
00678 #define SIZEOF_VOID_P 4
00679 
00680 /* Define to 1 if you have the ANSI C header files. */
00681 #define STDC_HEADERS 1
00682 
00683 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00684 /* #undef TM_IN_SYS_TIME */
00685 
00686 /* Define if ANSI standard C++ includes are used */
00687 #define USE_STD_CXX_INCLUDES 
00688 
00689 /* Define if we are compiling with libpng support */
00690 #define WITH_LIBPNG 
00691 
00692 /* Define if we are compiling with libtiff support */
00693 #define WITH_LIBTIFF 
00694 
00695 /* Define if we are compiling with libxml support */
00696 #define WITH_LIBXML 
00697 
00698 /* Define if we are compiling with OpenSSL support */
00699 #define WITH_OPENSSL 
00700 
00701 /* Define if we are compiling for built-in private tag dictionary */
00702 #define WITH_PRIVATE_TAGS 
00703 
00704 /* Define if we are compiling with libwrap (TCP wrapper) support */
00705 #define WITH_TCPWRAPPER 
00706 
00707 /* Define if we are compiling with any type of Multi-thread support */
00708 #define WITH_THREADS 
00709 
00710 /* Define if we are compiling with zlib support */
00711 #define WITH_ZLIB 
00712 
00713 /* Define to 1 if on AIX 3.
00714    System headers sometimes define this.
00715    We just want to avoid a redefinition error message.  */
00716 #ifndef _ALL_SOURCE
00717 /* # undef _ALL_SOURCE */
00718 #endif
00719 
00720 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
00721 #ifndef __CHAR_UNSIGNED__
00722 /* # undef __CHAR_UNSIGNED__ */
00723 #endif
00724 
00725 /* Define to `int' if <sys/types.h> does not define. */
00726 /* #undef pid_t */
00727 
00728 /* Define to `unsigned' if <sys/types.h> does not define. */
00729 /* #undef size_t */
00730 
00731 /* Define to `long' if <sys/types.h> does not define. */
00732 /* #undef ssize_t */
00733 
00734 #endif /* CFUNIX_H */


Generated on 26 Apr 2005 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.4.2