Main Page | Class Hierarchy | Alphabetical List | Class List | 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 `gethostbyname' function. */
00158 #define HAVE_GETHOSTBYNAME 1
00159 
00160 /* Define to 1 if you have the `gethostid' function. */
00161 #define HAVE_GETHOSTID 1
00162 
00163 /* Define to 1 if you have the `gethostname' function. */
00164 #define HAVE_GETHOSTNAME 1
00165 
00166 /* Define to 1 if you have the `getlogin' function. */
00167 #define HAVE_GETLOGIN 1
00168 
00169 /* Define to 1 if you have the `getpid' function. */
00170 #define HAVE_GETPID 1
00171 
00172 /* Define to 1 if you have the `getsockname' function. */
00173 #define HAVE_GETSOCKNAME 1
00174 
00175 /* Define to 1 if you have the `getsockopt' function. */
00176 #define HAVE_GETSOCKOPT 1
00177 
00178 /* Define to 1 if you have the `getuid' function. */
00179 #define HAVE_GETUID 1
00180 
00181 /* Define to 1 if you have the <ieeefp.h> header file. */
00182 /* #undef HAVE_IEEEFP_H */
00183 
00184 /* Define to 1 if you have the `index' function. */
00185 #define HAVE_INDEX 1
00186 
00187 /* Define if your system declares argument 3 of accept() as int * instead of
00188    size_t * or socklen_t * */
00189 /* #undef HAVE_INTP_ACCEPT */
00190 
00191 /* Define if your system declares argument 5 of getsockopt() as int * instead
00192    of size_t * or socklen_t */
00193 /* #undef HAVE_INTP_GETSOCKOPT */
00194 
00195 /* Define if your system declares argument 2-4 of select() as int * instead of
00196    struct fd_set * */
00197 /* #undef HAVE_INTP_SELECT */
00198 
00199 /* Define to 1 if you have the <inttypes.h> header file. */
00200 #define HAVE_INTTYPES_H 1
00201 
00202 /* Define to 1 if you have the <iomanip> header file. */
00203 #define HAVE_IOMANIP 1
00204 
00205 /* Define to 1 if you have the <iomanip.h> header file. */
00206 #define HAVE_IOMANIP_H 1
00207 
00208 /* Define to 1 if you have the <iostream> header file. */
00209 #define HAVE_IOSTREAM 1
00210 
00211 /* Define to 1 if you have the <iostream.h> header file. */
00212 #define HAVE_IOSTREAM_H 1
00213 
00214 /* Define if your system defines ios::nocreate in iostream.h */
00215 /* #undef HAVE_IOS_NOCREATE */
00216 
00217 /* Define to 1 if you have the <io.h> header file. */
00218 /* #undef HAVE_IO_H */
00219 
00220 /* Define to 1 if you have the `isinf' function. */
00221 #define HAVE_ISINF 1
00222 
00223 /* Define to 1 if you have the `isnan' function. */
00224 #define HAVE_ISNAN 1
00225 
00226 /* Define to 1 if you have the <iso646.h> header file. */
00227 #define HAVE_ISO646_H 1
00228 
00229 /* Define to 1 if you have the `itoa' function. */
00230 /* #undef HAVE_ITOA */
00231 
00232 /* Define to 1 if you have the <libc.h> header file. */
00233 /* #undef HAVE_LIBC_H */
00234 
00235 /* Define to 1 if you have the `iostream' library (-liostream). */
00236 /* #undef HAVE_LIBIOSTREAM */
00237 
00238 /* Define to 1 if you have the `nsl' library (-lnsl). */
00239 #define HAVE_LIBNSL 1
00240 
00241 /* Define to 1 if you have the <libpng/png.h> header file. */
00242 #define HAVE_LIBPNG_PNG_H 1
00243 
00244 /* Define to 1 if you have the `socket' library (-lsocket). */
00245 /* #undef HAVE_LIBSOCKET */
00246 
00247 /* Define if libtiff supports LZW compression */
00248 #define HAVE_LIBTIFF_LZW_COMPRESSION 
00249 
00250 /* Define to 1 if you have the <limits.h> header file. */
00251 #define HAVE_LIMITS_H 1
00252 
00253 /* Define to 1 if you have the `listen' function. */
00254 #define HAVE_LISTEN 1
00255 
00256 /* Define to 1 if you have the <locale.h> header file. */
00257 #define HAVE_LOCALE_H 1
00258 
00259 /* Define to 1 if you have the `lockf' function. */
00260 #define HAVE_LOCKF 1
00261 
00262 /* Define to 1 if you support file names longer than 14 characters. */
00263 #define HAVE_LONG_FILE_NAMES 1
00264 
00265 /* Define to 1 if you have the `malloc_debug' function. */
00266 /* #undef HAVE_MALLOC_DEBUG */
00267 
00268 /* Define to 1 if you have the <malloc.h> header file. */
00269 #define HAVE_MALLOC_H 1
00270 
00271 /* Define to 1 if you have the <math.h> header file. */
00272 #define HAVE_MATH_H 1
00273 
00274 /* Define to 1 if you have the `memcmp' function. */
00275 #define HAVE_MEMCMP 1
00276 
00277 /* Define to 1 if you have the `memcpy' function. */
00278 #define HAVE_MEMCPY 1
00279 
00280 /* Define to 1 if you have the `memmove' function. */
00281 #define HAVE_MEMMOVE 1
00282 
00283 /* Define to 1 if you have the <memory.h> header file. */
00284 #define HAVE_MEMORY_H 1
00285 
00286 /* Define to 1 if you have the `memset' function. */
00287 #define HAVE_MEMSET 1
00288 
00289 /* Define to 1 if you have the `mkstemp' function. */
00290 #define HAVE_MKSTEMP 1
00291 
00292 /* Define to 1 if you have the `mktemp' function. */
00293 #define HAVE_MKTEMP 1
00294 
00295 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00296 /* #undef HAVE_NDIR_H */
00297 
00298 /* Define to 1 if you have the <netdb.h> header file. */
00299 #define HAVE_NETDB_H 1
00300 
00301 /* Define to 1 if you have the <netinet/in.h> header file. */
00302 #define HAVE_NETINET_IN_H 1
00303 
00304 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
00305 #define HAVE_NETINET_IN_SYSTM_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 <new.h> header file. */
00311 #define HAVE_NEW_H 1
00312 
00313 /* Define if your system supports readdir_r with the obsolete Posix 1.c draft
00314    6 declaration (2 arguments) instead of the Posix 1.c declaration with 3
00315    arguments. */
00316 /* #undef HAVE_OLD_READDIR_R */
00317 
00318 /* Define if your system has a prototype for accept in sys/types.h
00319    sys/socket.h */
00320 #define HAVE_PROTOTYPE_ACCEPT 1
00321 
00322 /* Define if your system has a prototype for bind in sys/types.h sys/socket.h
00323    */
00324 #define HAVE_PROTOTYPE_BIND 1
00325 
00326 /* Define if your system has a prototype for bzero in string.h strings.h
00327    libc.h unistd.h stdlib.h */
00328 #define HAVE_PROTOTYPE_BZERO 1
00329 
00330 /* Define if your system has a prototype for connect in sys/types.h
00331    sys/socket.h */
00332 #define HAVE_PROTOTYPE_CONNECT 1
00333 
00334 /* Define if your system has a prototype for finite in math.h */
00335 #define HAVE_PROTOTYPE_FINITE 1
00336 
00337 /* Define if your system has a prototype for flock in sys/file.h */
00338 #define HAVE_PROTOTYPE_FLOCK 1
00339 
00340 /* Define if your system has a prototype for gethostbyname in libc.h unistd.h
00341    stdlib.h netdb.h */
00342 #define HAVE_PROTOTYPE_GETHOSTBYNAME 1
00343 
00344 /* Define if your system has a prototype for gethostid in libc.h unistd.h
00345    stdlib.h netdb.h */
00346 #define HAVE_PROTOTYPE_GETHOSTID 1
00347 
00348 /* Define if your system has a prototype for gethostname in unistd.h libc.h
00349    stdlib.h netdb.h */
00350 #define HAVE_PROTOTYPE_GETHOSTNAME 1
00351 
00352 /* Define if your system has a prototype for getsockname in sys/types.h
00353    sys/socket.h */
00354 #define HAVE_PROTOTYPE_GETSOCKNAME 1
00355 
00356 /* Define if your system has a prototype for getsockopt in sys/types.h
00357    sys/socket.h */
00358 #define HAVE_PROTOTYPE_GETSOCKOPT 1
00359 
00360 /* Define if your system has a prototype for gettimeofday in sys/time.h
00361    unistd.h */
00362 #define HAVE_PROTOTYPE_GETTIMEOFDAY 1
00363 
00364 /* Define if your system has a prototype for isinf in math.h */
00365 #define HAVE_PROTOTYPE_ISINF 1
00366 
00367 /* Define if your system has a prototype for isnan in math.h */
00368 #define HAVE_PROTOTYPE_ISNAN 1
00369 
00370 /* Define if your system has a prototype for listen in sys/types.h
00371    sys/socket.h */
00372 #define HAVE_PROTOTYPE_LISTEN 1
00373 
00374 /* Define if your system has a prototype for mkstemp in libc.h unistd.h
00375    stdlib.h */
00376 #define HAVE_PROTOTYPE_MKSTEMP 1
00377 
00378 /* Define if your system has a prototype for mktemp in libc.h unistd.h
00379    stdlib.h */
00380 #define HAVE_PROTOTYPE_MKTEMP 1
00381 
00382 /* Define if your system has a prototype for select in sys/select.h
00383    sys/types.h sys/socket.h sys/time.h */
00384 #define HAVE_PROTOTYPE_SELECT 1
00385 
00386 /* Define if your system has a prototype for setsockopt in sys/types.h
00387    sys/socket.h */
00388 #define HAVE_PROTOTYPE_SETSOCKOPT 1
00389 
00390 /* Define if your system has a prototype for socket in sys/types.h
00391    sys/socket.h */
00392 #define HAVE_PROTOTYPE_SOCKET 1
00393 
00394 /* Define if your system has a prototype for std::vfprintf in stdarg.h */
00395 #define HAVE_PROTOTYPE_STD__VFPRINTF 1
00396 
00397 /* Define if your system has a prototype for strcasecmp in string.h */
00398 #define HAVE_PROTOTYPE_STRCASECMP 1
00399 
00400 /* Define if your system has a prototype for strncasecmp in string.h */
00401 #define HAVE_PROTOTYPE_STRNCASECMP 1
00402 
00403 /* Define if your system has a prototype for usleep in libc.h unistd.h
00404    stdlib.h */
00405 #define HAVE_PROTOTYPE_USLEEP 1
00406 
00407 /* Define if your system has a prototype for wait3 in libc.h sys/wait.h
00408    sys/time.h sys/resource.h */
00409 #define HAVE_PROTOTYPE_WAIT3 1
00410 
00411 /* Define if your system has a prototype for waitpid in sys/wait.h sys/time.h
00412    sys/resource.h */
00413 #define HAVE_PROTOTYPE_WAITPID 1
00414 
00415 /* Define if your system has a prototype for _stricmp in string.h */
00416 /* #undef HAVE_PROTOTYPE__STRICMP */
00417 
00418 /* Define to 1 if you have the <pthread.h> header file. */
00419 #define HAVE_PTHREAD_H 1
00420 
00421 /* Define if your system supports POSIX read/write locks */
00422 #define HAVE_PTHREAD_RWLOCK 
00423 
00424 /* define if the compiler supports reinterpret_cast<> */
00425 #define HAVE_REINTERPRET_CAST 
00426 
00427 /* Define to 1 if you have the `rindex' function. */
00428 #define HAVE_RINDEX 1
00429 
00430 /* Define to 1 if you have the `select' function. */
00431 #define HAVE_SELECT 1
00432 
00433 /* Define to 1 if you have the <semaphore.h> header file. */
00434 #define HAVE_SEMAPHORE_H 1
00435 
00436 /* Define to 1 if you have the <setjmp.h> header file. */
00437 #define HAVE_SETJMP_H 1
00438 
00439 /* Define to 1 if you have the `setsockopt' function. */
00440 #define HAVE_SETSOCKOPT 1
00441 
00442 /* Define to 1 if you have the `setuid' function. */
00443 #define HAVE_SETUID 1
00444 
00445 /* Define to 1 if you have the <signal.h> header file. */
00446 #define HAVE_SIGNAL_H 1
00447 
00448 /* Define to 1 if you have the `sleep' function. */
00449 #define HAVE_SLEEP 1
00450 
00451 /* Define to 1 if you have the `socket' function. */
00452 #define HAVE_SOCKET 1
00453 
00454 /* Define to 1 if you have the <sstream> header file. */
00455 #define HAVE_SSTREAM 1
00456 
00457 /* Define to 1 if you have the <sstream.h> header file. */
00458 /* #undef HAVE_SSTREAM_H */
00459 
00460 /* Define to 1 if you have the `stat' function. */
00461 #define HAVE_STAT 1
00462 
00463 /* define if the compiler supports static_cast<> */
00464 #define HAVE_STATIC_CAST 
00465 
00466 /* Define if your C++ compiler can work with static methods in class templates
00467    */
00468 #define HAVE_STATIC_TEMPLATE_METHOD 1
00469 
00470 /* Define to 1 if you have the <stat.h> header file. */
00471 /* #undef HAVE_STAT_H */
00472 
00473 /* Define to 1 if you have the <stdarg.h> header file. */
00474 #define HAVE_STDARG_H 1
00475 
00476 /* Define to 1 if you have the <stddef.h> header file. */
00477 #define HAVE_STDDEF_H 1
00478 
00479 /* Define to 1 if you have the <stdint.h> header file. */
00480 #define HAVE_STDINT_H 1
00481 
00482 /* Define to 1 if you have the <stdio.h> header file. */
00483 #define HAVE_STDIO_H 1
00484 
00485 /* Define to 1 if you have the <stdlib.h> header file. */
00486 #define HAVE_STDLIB_H 1
00487 
00488 /* Define if ANSI standard C++ includes use std namespace */
00489 #define HAVE_STD_NAMESPACE 1
00490 
00491 /* Define if the compiler supports std::nothrow */
00492 #define HAVE_STD__NOTHROW 
00493 
00494 /* Define to 1 if you have the `strchr' function. */
00495 #define HAVE_STRCHR 1
00496 
00497 /* Define to 1 if you have the `strdup' function. */
00498 #define HAVE_STRDUP 1
00499 
00500 /* Define to 1 if you have the `strerror' function. */
00501 #define HAVE_STRERROR 1
00502 
00503 /* Define to 1 if you have the <strings.h> header file. */
00504 #define HAVE_STRINGS_H 1
00505 
00506 /* Define to 1 if you have the <string.h> header file. */
00507 #define HAVE_STRING_H 1
00508 
00509 /* Define to 1 if you have the `strlcat' function. */
00510 /* #undef HAVE_STRLCAT */
00511 
00512 /* Define to 1 if you have the `strlcpy' function. */
00513 /* #undef HAVE_STRLCPY */
00514 
00515 /* Define to 1 if you have the `strstr' function. */
00516 #define HAVE_STRSTR 1
00517 
00518 /* Define to 1 if you have the <strstream> header file. */
00519 #define HAVE_STRSTREAM 1
00520 
00521 /* Define to 1 if you have the <strstream.h> header file. */
00522 /* #undef HAVE_STRSTREAM_H */
00523 
00524 /* Define to 1 if you have the <strstrea.h> header file. */
00525 /* #undef HAVE_STRSTREA_H */
00526 
00527 /* Define to 1 if you have the `strtoul' function. */
00528 #define HAVE_STRTOUL 1
00529 
00530 /* Define to 1 if you have the <synch.h> header file. */
00531 /* #undef HAVE_SYNCH_H */
00532 
00533 /* Define to 1 if you have the `sysinfo' function. */
00534 #define HAVE_SYSINFO 1
00535 
00536 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00537    */
00538 /* #undef HAVE_SYS_DIR_H */
00539 
00540 /* Define to 1 if you have the <sys/errno.h> header file. */
00541 #define HAVE_SYS_ERRNO_H 1
00542 
00543 /* Define to 1 if you have the <sys/file.h> header file. */
00544 #define HAVE_SYS_FILE_H 1
00545 
00546 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00547    */
00548 /* #undef HAVE_SYS_NDIR_H */
00549 
00550 /* Define to 1 if you have the <sys/param.h> header file. */
00551 #define HAVE_SYS_PARAM_H 1
00552 
00553 /* Define to 1 if you have the <sys/resource.h> header file. */
00554 #define HAVE_SYS_RESOURCE_H 1
00555 
00556 /* Define to 1 if you have the <sys/select.h> header file. */
00557 #define HAVE_SYS_SELECT_H 1
00558 
00559 /* Define to 1 if you have the <sys/socket.h> header file. */
00560 #define HAVE_SYS_SOCKET_H 1
00561 
00562 /* Define to 1 if you have the <sys/stat.h> header file. */
00563 #define HAVE_SYS_STAT_H 1
00564 
00565 /* Define to 1 if you have the <sys/time.h> header file. */
00566 #define HAVE_SYS_TIME_H 1
00567 
00568 /* Define to 1 if you have the <sys/types.h> header file. */
00569 #define HAVE_SYS_TYPES_H 1
00570 
00571 /* Define to 1 if you have the <sys/utime.h> header file. */
00572 /* #undef HAVE_SYS_UTIME_H */
00573 
00574 /* Define to 1 if you have the <sys/utsname.h> header file. */
00575 #define HAVE_SYS_UTSNAME_H 1
00576 
00577 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00578 #define HAVE_SYS_WAIT_H 1
00579 
00580 /* Define to 1 if you have the `tempnam' function. */
00581 #define HAVE_TEMPNAM 1
00582 
00583 /* Define to 1 if you have the <thread.h> header file. */
00584 /* #undef HAVE_THREAD_H */
00585 
00586 /* Define to 1 if you have the <time.h> header file. */
00587 #define HAVE_TIME_H 1
00588 
00589 /* Define to 1 if you have the `tmpnam' function. */
00590 #define HAVE_TMPNAM 1
00591 
00592 /* define if the compiler recognizes typename */
00593 #define HAVE_TYPENAME 
00594 
00595 /* Define to 1 if you have the `uname' function. */
00596 #define HAVE_UNAME 1
00597 
00598 /* Define to 1 if you have the <unistd.h> header file. */
00599 #define HAVE_UNISTD_H 1
00600 
00601 /* Define to 1 if you have the <unix.h> header file. */
00602 /* #undef HAVE_UNIX_H */
00603 
00604 /* Define to 1 if you have the `usleep' function. */
00605 #define HAVE_USLEEP 1
00606 
00607 /* Define to 1 if you have the <utime.h> header file. */
00608 #define HAVE_UTIME_H 1
00609 
00610 /* Define to 1 if you have the `vprintf' function. */
00611 #define HAVE_VPRINTF 1
00612 
00613 /* Define to 1 if you have the `wait3' system call. Deprecated, you should no
00614    longer depend upon `wait3'. */
00615 #define HAVE_WAIT3 1
00616 
00617 /* Define to 1 if you have the `waitpid' function. */
00618 #define HAVE_WAITPID 1
00619 
00620 /* Define to 1 if you have the <wctype.h> header file. */
00621 #define HAVE_WCTYPE_H 1
00622 
00623 /* Define to 1 if you have the `_findfirst' function. */
00624 /* #undef HAVE__FINDFIRST */
00625 
00626 /* Define if <math.h> fails if included extern "C" */
00627 /* #undef INCLUDE_MATH_H_AS_CXX */
00628 
00629 /* Define to the address where bug reports for this package should be sent. */
00630 #define PACKAGE_BUGREPORT "dicom-bugs@offis.de"
00631 
00632 /* Define to the full name of this package. */
00633 #define PACKAGE_NAME "DCMTK"
00634 
00635 /* Define to the full name and version of this package. */
00636 #define PACKAGE_STRING "DCMTK 3.5.3"
00637 
00638 /* Define to the one symbol short name of this package. */
00639 #define PACKAGE_TARNAME "dcmtk-3.5.3"
00640 
00641 /* Define to the version of this package. */
00642 #define PACKAGE_VERSION "3.5.3"
00643 
00644 /* Define path separator */
00645 #define PATH_SEPARATOR '/'
00646 
00647 /* Define as the return type of signal handlers (`int' or `void'). */
00648 #define RETSIGTYPE void
00649 
00650 /* Define if signal handlers need ellipse (...) parameters */
00651 /* #undef SIGNAL_HANDLER_WITH_ELLIPSE */
00652 
00653 /* The size of a `char', as computed by sizeof. */
00654 #define SIZEOF_CHAR 1
00655 
00656 /* The size of a `double', as computed by sizeof. */
00657 #define SIZEOF_DOUBLE 8
00658 
00659 /* The size of a `float', as computed by sizeof. */
00660 #define SIZEOF_FLOAT 4
00661 
00662 /* The size of a `int', as computed by sizeof. */
00663 #define SIZEOF_INT 4
00664 
00665 /* The size of a `long', as computed by sizeof. */
00666 #define SIZEOF_LONG 4
00667 
00668 /* The size of a `short', as computed by sizeof. */
00669 #define SIZEOF_SHORT 2
00670 
00671 /* The size of a `void *', as computed by sizeof. */
00672 #define SIZEOF_VOID_P 4
00673 
00674 /* Define to 1 if you have the ANSI C header files. */
00675 #define STDC_HEADERS 1
00676 
00677 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00678 /* #undef TM_IN_SYS_TIME */
00679 
00680 /* Define if ANSI standard C++ includes are used */
00681 #define USE_STD_CXX_INCLUDES 
00682 
00683 /* Define if we are compiling with libpng support */
00684 #define WITH_LIBPNG 
00685 
00686 /* Define if we are compiling with libtiff support */
00687 #define WITH_LIBTIFF 
00688 
00689 /* Define if we are compiling with libxml support */
00690 #define WITH_LIBXML 
00691 
00692 /* Define if we are compiling with OpenSSL support */
00693 #define WITH_OPENSSL 
00694 
00695 /* Define if we are compiling for built-in private tag dictionary */
00696 #define WITH_PRIVATE_TAGS 
00697 
00698 /* Define if we are compiling with libwrap (TCP wrapper) support */
00699 #define WITH_TCPWRAPPER 
00700 
00701 /* Define if we are compiling with any type of Multi-thread support */
00702 #define WITH_THREADS 
00703 
00704 /* Define if we are compiling with zlib support */
00705 #define WITH_ZLIB 
00706 
00707 /* Define to 1 if on AIX 3.
00708    System headers sometimes define this.
00709    We just want to avoid a redefinition error message.  */
00710 #ifndef _ALL_SOURCE
00711 /* # undef _ALL_SOURCE */
00712 #endif
00713 
00714 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
00715 #ifndef __CHAR_UNSIGNED__
00716 /* # undef __CHAR_UNSIGNED__ */
00717 #endif
00718 
00719 /* Define to `int' if <sys/types.h> does not define. */
00720 /* #undef pid_t */
00721 
00722 /* Define to `unsigned' if <sys/types.h> does not define. */
00723 /* #undef size_t */
00724 
00725 /* Define to `long' if <sys/types.h> does not define. */
00726 /* #undef ssize_t */
00727 
00728 #endif /* CFUNIX_H */


Generated on 8 Dec 2004 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.3.9.1