/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `inet_aton' function. */ #define HAVE_INET_ATON 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define HAVE_IPV6 if OS supports ipv6 */ /* #undef HAVE_IPV6 */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `mmap' function. */ #define HAVE_MMAP 1 /* Define to 1 if you have the `munmap' function. */ #define HAVE_MUNMAP 1 /* Define HAVE_POSIX_FILE_LOCK if posix fcntl file locking works */ /* #undef HAVE_POSIX_FILE_LOCK */ /* Define HAVE_POSIX_MAPPED_FILES if mmap and munmap exists */ #define HAVE_POSIX_MAPPED_FILES 1 /* Define HAVE_POSIX_SEMAPHORES if posix 1003.1b semaphores works */ /* #undef HAVE_POSIX_SEMAPHORES */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* 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 HAVE_SYSV_IPC if sys/ipc.h exists (maybe more tests needed) */ #define HAVE_SYSV_IPC 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_IPC_H 1 /* 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_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define HAVE_ZLIB if zlib installed */ #define HAVE_ZLIB 1 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ /* #undef NO_MINUS_C_MINUS_O */ /* Name of package */ #define PACKAGE "c_icap" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "c_icap" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "c_icap 030606rc1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "c_icap" /* Define to the version of this package. */ #define PACKAGE_VERSION "030606rc1" /* The size of a `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 0 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "030606rc1" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* Define to `long' if does not define. */ #define off_t long /* Define to `unsigned' if does not define. */ /* #undef size_t */ /* Define to 'unsigned short' if does not define. */ #define uint16_t unsigned short /* Define to 'unsigned int' if does not define. */ #define uint32_t unsigned int /* Define to 'unsigned char' if does not define. */ #define uint8_t unsigned char