/* include/dcmtk/config/osconfig.h.in. Generated from configure.in by autoheader. */ #ifndef OSCONFIG_H #define OSCONFIG_H /* ** Define enclosures for include files with C linkage (mostly system headers) */ #ifdef __cplusplus #define BEGIN_EXTERN_C extern "C" { #define END_EXTERN_C } #else #define BEGIN_EXTERN_C #define END_EXTERN_C #endif /* MinGW needs some special handling because it is a mixture of WIN32 and Posix. * The following settings are not tested by configure but need to be set for MinGW. */ #ifdef __MINGW32__ #define HAVE_WINDOWS_H 1 #define HAVE_WINSOCK_H 1 #define NO_IOS_BASE_ASSIGN 1 #define ENVIRONMENT_PATH_SEPARATOR ';' #endif /* Define if alignas supports typedefs */ #undef ALIGNAS_SUPPORTS_TYPEDEFS /* Define if __attribute__((aligned)) supports templates */ #undef ATTRIBUTE_ALIGNED_SUPPORTS_TEMPLATES /* Define the canonical host system type as a string constant. */ #undef CANONICAL_HOST_TYPE /* Define if char is unsigned on the C compiler */ #undef C_CHAR_UNSIGNED /* Define to the inline keyword supported by the C compiler, if any, or to the empty string */ #undef C_INLINE /* Define if >> is unsigned on the C compiler */ #undef C_RIGHTSHIFT_UNSIGNED /* Define the DCMTK default path. */ #undef DCMTK_PREFIX /* Enable or disable C++11 while building DCMTK. */ #undef DCMTK_USE_CXX11_STL /* Empty default data dictionary path for the dcmdata library package. */ #undef DCM_DICT_DEFAULT_PATH /* Define the default directory where configuration files reside. */ #undef DEFAULT_CONFIGURATION_DIR /* Define the default directory where support data files reside. */ #undef DEFAULT_SUPPORT_DATA_DIR /* Define if we are compiling with built-in (compiled-in) dictionary enabled. */ #undef ENABLE_BUILTIN_DICTIONARY /* Define if we are compiling for loading external dictionary from default path. */ #undef ENABLE_EXTERNAL_DICTIONARY /* Define if we are compiling for enabling external private tag dictionary. */ #undef ENABLE_PRIVATE_TAGS /* Define the environment variable path separator. */ #ifndef ENVIRONMENT_PATH_SEPARATOR #define ENVIRONMENT_PATH_SEPARATOR ':' #endif /* Define to 1 if you have the `accept' function. */ #undef HAVE_ACCEPT /* Define to 1 if you have the `access' function. */ #undef HAVE_ACCESS /* Define to 1 if you have the header file. */ #undef HAVE_ALLOCA_H /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define to 1 if you have the header file. */ #undef HAVE_ASSERT_H /* Define if __attribute__((aligned)) is available */ #undef HAVE_ATTRIBUTE_ALIGNED /* Define to 1 if you have the `bcmp' function. */ #undef HAVE_BCMP /* Define to 1 if you have the `bcopy' function. */ #undef HAVE_BCOPY /* Define to 1 if you have the `bind' function. */ #undef HAVE_BIND /* Define to 1 if you have the `bzero' function. */ #undef HAVE_BZERO /* Define if your system declares the return type of strerror_r as char * instead of int */ #undef HAVE_CHARP_STRERROR_R /* Define if your C++ compiler can work with class templates */ #undef HAVE_CLASS_TEMPLATE /* Define to 1 if you have the header file. */ #undef HAVE_CLIMITS /* Define to 1 if you have the header file. */ #undef HAVE_CMATH /* Define to 1 if you have the `connect' function. */ #undef HAVE_CONNECT /* define if the compiler supports const_cast<> */ #undef HAVE_CONST_CAST /* Define to 1 if you have the header file. */ #undef HAVE_CSTDARG /* Define to 1 if you have the header file. */ #undef HAVE_CSTDDEF /* Define to 1 if you have the header file. */ #undef HAVE_CSTDINT /* Define to 1 if you have the header file. */ #undef HAVE_CSTDIO /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the `cuserid' function. */ #undef HAVE_CUSERID /* Define if bool is a built-in type */ #undef HAVE_CXX_BOOL /* Define if volatile is a known keyword */ #undef HAVE_CXX_VOLATILE /* Define if "const" is supported by the C compiler */ #undef HAVE_C_CONST /* Define if your system has a declaration for socklen_t in sys/types.h sys/socket.h */ #undef HAVE_DECLARATION_SOCKLEN_T /* Define if your system has a declaration for std::ios_base::openmode in iostream.h */ #undef HAVE_DECLARATION_STD__IOS_BASE__OPENMODE /* Define if your system has a declaration for struct utimbuf in sys/types.h utime.h sys/utime.h */ #undef HAVE_DECLARATION_STRUCT_UTIMBUF /* Define if the compiler supports default constructor detection via SFINAE */ #undef HAVE_DEFAULT_CONSTRUCTOR_DETECTION_VIA_SFINAE /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* define if the compiler supports dynamic_cast<> */ #undef HAVE_DYNAMIC_CAST /* Define if your system cannot pass command line arguments into main() (e.g. Macintosh). */ /* #undef HAVE_EMPTY_ARGC_ARGV */ /* Define if your system provides ENAMETOOLONG errno value. */ #undef HAVE_ENAMETOOLONG /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define if your C++ compiler supports the explicit template specialization syntax */ #undef HAVE_EXPLICIT_TEMPLATE_SPECIALIZATION /* Define to 1 if you have the `fcntl' function. */ #undef HAVE_FCNTL /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the header file. */ #undef HAVE_FENV_H /* Define to 1 if you have the `finite' function. */ #undef HAVE_FINITE /* Define to 1 if you have the header file. */ #undef HAVE_FLOAT_H /* Define to 1 if you have the `flock' function. */ #undef HAVE_FLOCK /* Define to 1 if you have the header file. */ #undef HAVE_FNMATCH_H /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK /* Define to 1 if the system has the type `fpos64_t'. */ #undef HAVE_FPOS64_T /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if you have the header file. */ #undef HAVE_FSTREAM /* Define to 1 if you have the header file. */ #undef HAVE_FSTREAM_H /* Define to 1 if you have the `ftime' function. */ #undef HAVE_FTIME /* Define if your C++ compiler can work with function templates */ #undef HAVE_FUNCTION_TEMPLATE /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO /* Define to 1 if you have the `getenv' function. */ #undef HAVE_GETENV /* Define to 1 if you have the `geteuid' function. */ #undef HAVE_GETEUID /* Define to 1 if you have the `getgrnam' function. */ #undef HAVE_GETGRNAM /* Define to 1 if you have the `getgrnam_r' function. */ #undef HAVE_GETGRNAM_R /* Define to 1 if you have the `gethostbyaddr_r' function. */ #undef HAVE_GETHOSTBYADDR_R /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME /* Define to 1 if you have the `gethostbyname_r' function. */ #undef HAVE_GETHOSTBYNAME_R /* Define to 1 if you have the `gethostid' function. */ #undef HAVE_GETHOSTID /* Define to 1 if you have the `gethostname' function. */ #undef HAVE_GETHOSTNAME /* Define to 1 if you have the `getlogin' function. */ #undef HAVE_GETLOGIN /* Define to 1 if you have the `getpid' function. */ #undef HAVE_GETPID /* Define to 1 if you have the `getpwnam' function. */ #undef HAVE_GETPWNAM /* Define to 1 if you have the `getpwnam_r' function. */ #undef HAVE_GETPWNAM_R /* Define to 1 if you have the `getsockname' function. */ #undef HAVE_GETSOCKNAME /* Define to 1 if you have the `getsockopt' function. */ #undef HAVE_GETSOCKOPT /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID /* Define to 1 if you have the `gmtime_r' function. */ #undef HAVE_GMTIME_R /* Define if __alignof__ is available */ #undef HAVE_GNU_ALIGNOF /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H /* Define to 1 if you have the `htonl' function. */ #undef HAVE_HTONL /* Define to 1 if you have the `htons' function. */ #undef HAVE_HTONS /* Define to 1 if you have the header file. */ #undef HAVE_IEEEFP_H /* Define to 1 if you have the `index' function. */ #undef HAVE_INDEX /* Define to 1 if the system has the type `int64_t'. */ #undef HAVE_INT64_T /* Define if your system declares argument 3 of accept() as int * instead of size_t * or socklen_t * */ #undef HAVE_INTP_ACCEPT /* Define if your system declares argument 5 of getsockopt() as int * instead of size_t * or socklen_t */ #undef HAVE_INTP_GETSOCKOPT /* Define if your system declares argument 2-4 of select() as int * instead of struct fd_set * */ #undef HAVE_INTP_SELECT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_IOMANIP /* Define to 1 if you have the header file. */ #undef HAVE_IOMANIP_H /* Define to 1 if you have the header file. */ #undef HAVE_IOSTREAM /* Define to 1 if you have the header file. */ #undef HAVE_IOSTREAM_H /* Define if your system defines ios::nocreate in iostream.h */ #undef HAVE_IOS_NOCREATE /* Define to 1 if you have the header file. */ #undef HAVE_IO_H /* Define to 1 if you have the `isinf' function. */ #undef HAVE_ISINF /* Define to 1 if you have the `isnan' function. */ #undef HAVE_ISNAN /* Define to 1 if you have the header file. */ #undef HAVE_ISO646_H /* Define to 1 if you have the `itoa' function. */ #undef HAVE_ITOA /* Define if LFS (large file support) is available */ #undef HAVE_LFS_SUPPORT /* Define to 1 if you have the header file. */ #undef HAVE_LIBC_H /* Define to 1 if you have the `iostream' library (-liostream). */ #undef HAVE_LIBIOSTREAM /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define to 1 if you have the header file. */ #undef HAVE_LIBPNG_PNG_H /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if libtiff supports LZW compression */ #undef HAVE_LIBTIFF_LZW_COMPRESSION /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H /* Define to 1 if you have the `listen' function. */ #undef HAVE_LISTEN /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R /* Define to 1 if you have the `lockf' function. */ #undef HAVE_LOCKF /* Define to 1 if the system has the type `longlong'. */ #undef HAVE_LONGLONG /* Define to 1 if you support file names longer than 14 characters. */ #undef HAVE_LONG_FILE_NAMES /* Define to 1 if the system has the type `long long'. */ #undef HAVE_LONG_LONG /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT /* Define to 1 if you have the `malloc_debug' function. */ #undef HAVE_MALLOC_DEBUG /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H /* Define to 1 if you have the header file. */ #undef HAVE_MATH_H /* Define to 1 if you have the `mbstowcs' function. */ #undef HAVE_MBSTOWCS /* Define to 1 if you have the `memcmp' function. */ #undef HAVE_MEMCMP /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP /* Define to 1 if you have the `mktemp' function. */ #undef HAVE_MKTEMP /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_SYSTM_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_TCP_H /* Define to 1 if you have the header file. */ #undef HAVE_NEW /* Define to 1 if you have the header file. */ #undef HAVE_NEW_H /* Define if the compiler supports operator delete (std::nothrow) */ #undef HAVE_NOTHROW_DELETE /* Define `pid_t' to `int' if does not define. */ #undef HAVE_NO_TYPEDEF_PID_T #ifdef HAVE_NO_TYPEDEF_PID_T typedef int pid_t; #endif /* Define `size_t' to `unsigned' if does not define. */ #undef HAVE_NO_TYPEDEF_SIZE_T #ifdef HAVE_NO_TYPEDEF_SIZE_T typedef unsigned size_t; #endif /* Define `ssize_t' to `long' if does not define. */ #undef HAVE_NO_TYPEDEF_SSIZE_T #ifdef HAVE_NO_TYPEDEF_SSIZE_T typedef long ssize_t; #endif /* Define `uchar' to `unsigned char' if does not define. */ #undef HAVE_NO_TYPEDEF_UCHAR #ifdef HAVE_NO_TYPEDEF_UCHAR typedef unsigned char uchar; #endif /* Define `uint' to `unsigned int' if does not define. */ #undef HAVE_NO_TYPEDEF_UINT #ifdef HAVE_NO_TYPEDEF_UINT typedef unsigned int uint; #endif /* Define `ulong' to `unsigned long' if does not define. */ #undef HAVE_NO_TYPEDEF_ULONG #ifdef HAVE_NO_TYPEDEF_ULONG typedef unsigned long ulong; #endif /* Define `ushort' to `unsigned short' if does not define. */ #undef HAVE_NO_TYPEDEF_USHORT #ifdef HAVE_NO_TYPEDEF_USHORT typedef unsigned short ushort; #endif /* Define to 1 if you have the `ntohl' function. */ #undef HAVE_NTOHL /* Define to 1 if you have the `ntohs' function. */ #undef HAVE_NTOHS /* Define to 1 if the system has the type `off64_t'. */ #undef HAVE_OFF64_T /* Define if your system supports readdir_r with the obsolete Posix 1.c draft 6 declaration (2 arguments) instead of the Posix 1.c declaration with 3 arguments. */ #undef HAVE_OLD_READDIR_R /* Define if passwd::pw_gecos is available. */ #undef HAVE_PASSWD_GECOS /* Define to 1 if you have the `pclose' function. */ #undef HAVE_PCLOSE /* Define if pthread_t is a pointer type on your system */ #undef HAVE_POINTER_TYPE_PTHREAD_T /* Define to 1 if you have the `popen' function. */ #undef HAVE_POPEN /* Define if your system has a prototype for accept in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_ACCEPT /* Define if your system has a prototype for bind in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_BIND /* Define if your system has a prototype for bzero in string.h strings.h libc.h unistd.h stdlib.h */ #undef HAVE_PROTOTYPE_BZERO /* Define if your system has a prototype for connect in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_CONNECT /* Define if your system has a prototype for finite in math.h */ #undef HAVE_PROTOTYPE_FINITE /* Define if your system has a prototype for flock in sys/file.h */ #undef HAVE_PROTOTYPE_FLOCK /* Define if your system has a prototype for gethostbyname in libc.h unistd.h stdlib.h netdb.h */ #undef HAVE_PROTOTYPE_GETHOSTBYNAME /* Define if your system has a prototype for gethostbyname_r in libc.h unistd.h stdlib.h netdb.h */ #undef HAVE_PROTOTYPE_GETHOSTBYNAME_R /* Define if your system has a prototype for gethostid in libc.h unistd.h stdlib.h netdb.h */ #undef HAVE_PROTOTYPE_GETHOSTID /* Define if your system has a prototype for gethostname in unistd.h libc.h stdlib.h netdb.h */ #undef HAVE_PROTOTYPE_GETHOSTNAME /* Define if your system has a prototype for getsockname in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_GETSOCKNAME /* Define if your system has a prototype for getsockopt in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_GETSOCKOPT /* Define if your system has a prototype for gettimeofday in sys/time.h unistd.h */ #undef HAVE_PROTOTYPE_GETTIMEOFDAY /* Define if your system has a prototype for isinf in math.h */ #undef HAVE_PROTOTYPE_ISINF /* Define if your system has a prototype for isnan in math.h */ #undef HAVE_PROTOTYPE_ISNAN /* Define if your system has a prototype for listen in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_LISTEN /* Define if your system has a prototype for mkstemp in libc.h unistd.h stdlib.h */ #undef HAVE_PROTOTYPE_MKSTEMP /* Define if your system has a prototype for mktemp in libc.h unistd.h stdlib.h */ #undef HAVE_PROTOTYPE_MKTEMP /* Define if your system has a prototype for select in sys/select.h sys/types.h sys/socket.h sys/time.h */ #undef HAVE_PROTOTYPE_SELECT /* Define if your system has a prototype for setsockopt in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_SETSOCKOPT /* Define if your system has a prototype for socket in sys/types.h sys/socket.h */ #undef HAVE_PROTOTYPE_SOCKET /* Define if your system has a prototype for std::finite in cmath */ #undef HAVE_PROTOTYPE_STD__FINITE /* Define if your system has a prototype for std::isinf in cmath */ #undef HAVE_PROTOTYPE_STD__ISINF /* Define if your system has a prototype for std::isnan in cmath */ #undef HAVE_PROTOTYPE_STD__ISNAN /* Define if your system has a prototype for std::vfprintf in stdarg.h stdio.h */ #undef HAVE_PROTOTYPE_STD__VFPRINTF /* Define if your system has a prototype for std::vsnprintf in stdarg.h stdio.h */ #undef HAVE_PROTOTYPE_STD__VSNPRINTF /* Define if your system has a prototype for strcasecmp in string.h */ #undef HAVE_PROTOTYPE_STRCASECMP /* Define if your system has a prototype for strerror_r in string.h */ #undef HAVE_PROTOTYPE_STRERROR_R /* Define if your system has a prototype for strncasecmp in string.h */ #undef HAVE_PROTOTYPE_STRNCASECMP /* Define if your system has a prototype for usleep in libc.h unistd.h stdlib.h */ #undef HAVE_PROTOTYPE_USLEEP /* Define if your system has a prototype for vsnprintf in stdio.h stdarg.h */ #undef HAVE_PROTOTYPE_VSNPRINTF /* Define if your system has a prototype for wait3 in libc.h sys/wait.h sys/time.h sys/resource.h */ #undef HAVE_PROTOTYPE_WAIT3 /* Define if your system has a prototype for waitpid in sys/wait.h sys/time.h sys/resource.h */ #undef HAVE_PROTOTYPE_WAITPID /* Define if your system has a prototype for _stricmp in string.h */ #undef HAVE_PROTOTYPE__STRICMP /* Define to 1 if you have the header file. */ #undef HAVE_PTHREAD_H /* Define if your system supports POSIX read/write locks. */ #undef HAVE_PTHREAD_RWLOCK /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H /* Define if OpenSSL provides the RAND_egd function. */ #undef HAVE_RAND_EGD /* define if the compiler supports reinterpret_cast<> */ #undef HAVE_REINTERPRET_CAST /* Define to 1 if you have the `rindex' function. */ #undef HAVE_RINDEX /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT /* Define to 1 if you have the header file. */ #undef HAVE_SEMAPHORE_H /* Define to 1 if you have the header file. */ #undef HAVE_SETJMP_H /* Define to 1 if you have the `setsockopt' function. */ #undef HAVE_SETSOCKOPT /* Define to 1 if you have the `setuid' function. */ #undef HAVE_SETUID /* Define to 1 if the system has the type `sigjmp_buf'. */ #undef HAVE_SIGJMP_BUF /* Define to 1 if you have the header file. */ #undef HAVE_SIGNAL_H /* Define to 1 if you have the `sleep' function. */ #undef HAVE_SLEEP /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET /* Define if OpenSSL provides the SSL_CTX_get0_param function. */ #undef HAVE_SSL_CTX_GET0_PARAM /* Define to 1 if you have the header file. */ #undef HAVE_SSTREAM /* Define to 1 if you have the header file. */ #undef HAVE_SSTREAM_H /* Define to 1 if you have the `stat' function. */ #undef HAVE_STAT /* define if the compiler supports static_cast<> */ #undef HAVE_STATIC_CAST /* Define if your C++ compiler can work with static methods in class templates */ #undef HAVE_STATIC_TEMPLATE_METHOD /* Define to 1 if you have the header file. */ #undef HAVE_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H /* Define to 1 if you have the header file. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define if ANSI standard C++ includes use std namespace */ #undef HAVE_STD_NAMESPACE /* Define if the compiler supports std::nothrow */ #undef HAVE_STD__NOTHROW /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strlcat' function. */ #undef HAVE_STRLCAT /* Define to 1 if you have the `strlcpy' function. */ #undef HAVE_STRLCPY /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR /* Define to 1 if you have the header file. */ #undef HAVE_STRSTREAM /* Define to 1 if you have the header file. */ #undef HAVE_STRSTREAM_H /* Define to 1 if you have the header file. */ #undef HAVE_STRSTREA_H /* Define to 1 if you have the `strtoul' function. */ #undef HAVE_STRTOUL /* Define to 1 if you have the header file. */ #undef HAVE_SYNCH_H /* Define if __sync_add_and_fetch is available */ #undef HAVE_SYNC_ADD_AND_FETCH /* Define if __sync_sub_and_fetch is available */ #undef HAVE_SYNC_SUB_AND_FETCH /* Define to 1 if you have the `sysinfo' function. */ #undef HAVE_SYSINFO /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H /* Define if your system has a prototype for gettid. */ #undef HAVE_SYS_GETTID /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SYSCALL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SYSTEMINFO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIMEB_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UTIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UTSNAME_H /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the `tempnam' function. */ #undef HAVE_TEMPNAM /* Define to 1 if you have the header file. */ #undef HAVE_THREAD_H /* Define to 1 if you have the header file. */ #undef HAVE_TIME_H /* Define to 1 if you have the `tmpnam' function. */ #undef HAVE_TMPNAM /* define if the compiler recognizes typename */ #undef HAVE_TYPENAME /* Define to 1 if the system has the type `uint64_t'. */ #undef HAVE_UINT64_T /* Define to 1 if the system has the type `ulonglong'. */ #undef HAVE_ULONGLONG /* Define to 1 if you have the `uname' function. */ #undef HAVE_UNAME /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the header file. */ #undef HAVE_UNIX_H /* Define to 1 if the system has the type `unsigned long long'. */ #undef HAVE_UNSIGNED_LONG_LONG /* Define to 1 if you have the `usleep' function. */ #undef HAVE_USLEEP /* Define to 1 if you have the header file. */ #undef HAVE_UTIME_H /* Define if variable-length arrays are supported in C */ #undef HAVE_VLA /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF /* Define to 1 if you have the `wait3' system call. Deprecated, you should no longer depend upon `wait3'. */ #undef HAVE_WAIT3 /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H /* Define to 1 if you have the `wcstombs' function. */ #undef HAVE_WCSTOMBS /* Define to 1 if you have the header file. */ #undef HAVE_WCTYPE_H /* Define to 1 if you have the `_findfirst' function. */ #undef HAVE__FINDFIRST /* Define if the compiler supports __FUNCTION__. */ #undef HAVE___FUNCTION___MACRO /* Define if the compiler supports __PRETTY_FUNCTION__. */ #undef HAVE___PRETTY_FUNCTION___MACRO /* Define if the compiler supports __func__. */ #undef HAVE___func___MACRO /* Define if libc.h should be treated as a C++ header */ #undef INCLUDE_LIBC_H_AS_CXX /* Define if fails if included extern "C" */ #undef INCLUDE_MATH_H_AS_CXX /* Define if the second argument to iconv() is const. */ #undef LIBICONV_SECOND_ARGUMENT_CONST /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the release date of this package. */ #undef PACKAGE_DATE /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to the version number of this package. */ #undef PACKAGE_VERSION_NUMBER /* Define to the version suffix of this package. */ #undef PACKAGE_VERSION_SUFFIX /* Define path separator. */ #define PATH_SEPARATOR '/' /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE /* Define if signal handlers need ellipse (...) parameters */ #undef SIGNAL_HANDLER_WITH_ELLIPSE /* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR /* The size of `double', as computed by sizeof. */ #undef SIZEOF_DOUBLE /* The size of `float', as computed by sizeof. */ #undef SIZEOF_FLOAT /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Namespace for ANSI C functions in standard C++ headers */ #undef STDIO_NAMESPACE /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME /* Define if ANSI standard C++ includes are used. */ #undef USE_STD_CXX_INCLUDES /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Define if we are compiling with libiconv support. */ #undef WITH_LIBICONV /* Define if we are compiling with libpng support. */ #undef WITH_LIBPNG /* Define if we are compiling with libtiff support. */ #undef WITH_LIBTIFF /* Define if we are compiling with libxml support. */ #undef WITH_LIBXML /* Define if we are compiling with OpenSSL support. */ #undef WITH_OPENSSL /* Define if we are compiling with libsndfile support. */ #undef WITH_SNDFILE /* Define if we are compiling with libwrap (TCP wrapper) support. */ #undef WITH_TCPWRAPPER /* Define if we are compiling with any type of multi-thread support. */ #undef WITH_THREADS /* Define if we are compiling with zlib support. */ #undef WITH_ZLIB /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define to enable LFS64 (explicit large file support) if available */ #undef _LARGEFILE64_SOURCE /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define to 1 if on MINIX. */ #undef _MINIX /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE /* Define to 1 if type `char' is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ # undef __CHAR_UNSIGNED__ #endif /* Define to int if undefined. */ #undef socklen_t #if defined(DCMTK_USE_CXX11_STL) && defined(__cplusplus) && __cplusplus < 201103L #error\ DCMTK was configured to use the C++11 STL, but your compiler is not configured\ for building with C++11 features. #endif #endif /* OSCONFIG_H */