Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7576337
config.h
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
12 KB
Referenced Files
None
Subscribers
None
config.h
View Options
/* common/config.h. Generated from config.h.in by configure. */
/* common/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the `atoll' function. */
/* #undef HAVE_ATOLL */
/* Define to 1 if you have the `close' function. */
#define HAVE_CLOSE 1
/* Defines if compressBound funtion is present in zlib. */
#define HAVE_COMPRESS_BOUND 1
/* Define to 1 if you have the `ctime' function. */
/* #undef HAVE_CTIME */
/* Define to 1 if you have the ctime_r function. */
#define HAVE_CTIME_R 1
/* Define to 1 if you have the ctime_r function with a third size argument. */
/* #undef HAVE_CTIME_R_SIZE */
/* Define to 1 if you have the <cygwin/fs.h> header file. */
/* #undef HAVE_CYGWIN_FS_H */
/* Define to 1 if you have the <cygwin/hdreg.h> header file. */
/* #undef HAVE_CYGWIN_HDREG_H */
/* Defines if debug output should be used */
/* #undef HAVE_DEBUG_OUTPUT */
/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
don't. */
/* #undef HAVE_DECL_MEMRCHR */
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the `fclose' function. */
#define HAVE_FCLOSE 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `feof' function. */
#define HAVE_FEOF 1
/* Define to 1 if you have the `fgets' function. */
#define HAVE_FGETS 1
/* Define to 1 if you have the `fgetws' function. */
/* #undef HAVE_FGETWS */
/* Define to 1 if you have the `fopen' function. */
#define HAVE_FOPEN 1
/* Define to 1 if you have the `fread' function. */
#define HAVE_FREAD 1
/* Define to 1 if you have the `free' function. */
#define HAVE_FREE 1
/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1
/* Define to 1 if you have the `fwrite' function. */
#define HAVE_FWRITE 1
/* Define to 1 if you have the `getopt' function. */
#define HAVE_GETOPT 1
/* Define to 1 if you have the <glob.h> header file. */
#define HAVE_GLOB_H 1
/* Define to 1 if you have the `gmtime' function. */
/* #undef HAVE_GMTIME */
/* Define to 1 if you have the `gmtime_r' function. */
#define HAVE_GMTIME_R 1
/* Define to 1 if GUID support is available. */
#define HAVE_GUID_SUPPORT 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define if nl_langinfo has CODESET support. */
#define HAVE_LANGINFO_CODESET 1
/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define to 1 if you have the `bfio' library (-lbfio). */
/* #undef HAVE_LIBBFIO */
/* Define to 1 if you have the <libbfio.h> header file. */
/* #undef HAVE_LIBBFIO_H */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `una' library (-luna). */
/* #undef HAVE_LIBUNA */
/* Define to 1 if you have the <libuna.h> header file. */
/* #undef HAVE_LIBUNA_H */
/* Define to 1 if you have the `uuid' library (-luuid). */
#define HAVE_LIBUUID 1
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the <linux/cdrom.h> header file. */
#define HAVE_LINUX_CDROM_H 1
/* Define to 1 if you have the <linux/fs.h> header file. */
#define HAVE_LINUX_FS_H 1
/* Define to 1 if you have the <linux/hdreg.h> header file. */
#define HAVE_LINUX_HDREG_H 1
/* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
#define HAVE_LINUX_USBDEVICE_FS_H 1
/* Define to 1 if you have the <linux/usb/ch9.h> header file. */
#define HAVE_LINUX_USB_CH9_H 1
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
/* Define to 1 if you have the `localtime' function. */
/* #undef HAVE_LOCALTIME */
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if the local version of libbfio is used. */
#define HAVE_LOCAL_LIBBFIO 1
/* Define to 1 if the local version of libuna is used. */
#define HAVE_LOCAL_LIBUNA 1
/* Defines if libewf's low level read and write functions should be used in
the ewf tools */
/* #undef HAVE_LOW_LEVEL_FUNCTIONS */
/* Define to 1 if you have the `lseek' function. */
#define HAVE_LSEEK 1
/* Define to 1 if you have the `malloc' function. */
#define HAVE_MALLOC 1
/* Define to 1 if you have the `memchr' function. */
/* #undef HAVE_MEMCHR */
/* Define to 1 if you have the `memcmp' function. */
#define HAVE_MEMCMP 1
/* Define to 1 if you have the `memcpy' function. */
#define HAVE_MEMCPY 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `memrchr' function. */
/* #undef HAVE_MEMRCHR */
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
/* Define to 1 if you have the `mktime' function. */
#define HAVE_MKTIME 1
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* Define to 1 if you have the `open' function. */
#define HAVE_OPEN 1
/* Define to 1 if you have the <openssl/evp.h> header file. */
#define HAVE_OPENSSL_EVP_H 1
/* Define to 1 if you have the <openssl/md5.h> header file. */
/* #undef HAVE_OPENSSL_MD5_H */
/* Define to 1 if you have the <openssl/opensslv.h> header file. */
#define HAVE_OPENSSL_OPENSSLV_H 1
/* Define to 1 if you have the <openssl/sha.h> header file. */
/* #undef HAVE_OPENSSL_SHA_H */
/* Define to 1 whether printf supports the conversion specifier "%jd". */
#define HAVE_PRINTF_JD 1
/* Define to 1 whether printf supports the conversion specifier "%zd". */
#define HAVE_PRINTF_ZD 1
/* Have Python bindings */
/* #undef HAVE_PYTHON */
/* Define to 1 if you have the `read' function. */
#define HAVE_READ 1
/* Define to 1 if you have the `realloc' function. */
#define HAVE_REALLOC 1
/* Define to 1 if you have the <scsi/scsi.h> header file. */
#define HAVE_SCSI_SCSI_H 1
/* Define to 1 if you have the <scsi/scsi_ioctl.h> header file. */
#define HAVE_SCSI_SCSI_IOCTL_H 1
/* Define to 1 if you have the <scsi/sg.h> header file. */
#define HAVE_SCSI_SG_H 1
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
/* Define to 1 if you have the `sprintf' function. */
/* #undef HAVE_SPRINTF */
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strcmp' function. */
/* #undef HAVE_STRCMP */
/* Define to 1 if you have the `strcpy' function. */
/* #undef HAVE_STRCPY */
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strlen' function. */
#define HAVE_STRLEN 1
/* Define to 1 if you have the `strncmp' function. */
#define HAVE_STRNCMP 1
/* Define to 1 if you have the `strncpy' function. */
#define HAVE_STRNCPY 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if you have the `strtoll' function. */
#define HAVE_STRTOLL 1
/* Define to 1 if you have the `strtoull' function. */
#define HAVE_STRTOULL 1
/* Define to 1 if you have the `swprintf' function. */
/* #undef HAVE_SWPRINTF */
/* Define to 1 if you have the <sys/disklabel.h> header file. */
/* #undef HAVE_SYS_DISKLABEL_H */
/* Define to 1 if you have the <sys/disk.h> header file. */
/* #undef HAVE_SYS_DISK_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/signal.h> header file. */
#define HAVE_SYS_SIGNAL_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if you have the `time' function. */
#define HAVE_TIME 1
/* Define to 1 if you have the `uname' function. */
#define HAVE_UNAME 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Defines if uuid_generate_random funtion is present. */
#define HAVE_UUID_GENERATE_RANDOM 1
/* Defines if uuid_generate_time funtion is present. */
#define HAVE_UUID_GENERATE_TIME 1
/* Define to 1 if you have the <uuid/uuid.h> header file. */
#define HAVE_UUID_UUID_H 1
/* Defines if experimental version 1 API should be used */
#define HAVE_V1_API 1
/* Defines if experimental version 2 API should be used */
/* #undef HAVE_V2_API */
/* Define to 1 if you have the <varargs.h> header file. */
/* #undef HAVE_VARARGS_H */
/* Defines if verbose output should be used */
/* #undef HAVE_VERBOSE_OUTPUT */
/* Define to 1 if you have the `vfprintf' function. */
#define HAVE_VFPRINTF 1
/* Define to 1 if you have the <wchar.h> header file. */
/* #undef HAVE_WCHAR_H */
/* Define to 1 if you have the `wcschr' function. */
/* #undef HAVE_WCSCHR */
/* Define to 1 if you have the `wcscmp' function. */
/* #undef HAVE_WCSCMP */
/* Define to 1 if you have the `wcscpy' function. */
/* #undef HAVE_WCSCPY */
/* Define to 1 if you have the `wcslen' function. */
/* #undef HAVE_WCSLEN */
/* Define to 1 if you have the `wcsncmp' function. */
/* #undef HAVE_WCSNCMP */
/* Define to 1 if you have the `wcsncpy' function. */
/* #undef HAVE_WCSNCPY */
/* Define to 1 if you have the `wcsrchr' function. */
/* #undef HAVE_WCSRCHR */
/* Define to 1 if you have the `wcstoll' function. */
/* #undef HAVE_WCSTOLL */
/* Define to 1 if you have the `wcstoull' function. */
/* #undef HAVE_WCSTOULL */
/* Defines if wide character type should be used */
/* #undef HAVE_WIDE_CHARACTER_TYPE */
/* Define to 1 if you have the `wmemchr' function. */
/* #undef HAVE_WMEMCHR */
/* Define to 1 if you have the `wmemcmp' function. */
/* #undef HAVE_WMEMCMP */
/* Define to 1 if you have the `wmemcpy' function. */
/* #undef HAVE_WMEMCPY */
/* Define to 1 if you have the `wmemrchr' function. */
/* #undef HAVE_WMEMRCHR */
/* Define to 1 if you have the `write' function. */
#define HAVE_WRITE 1
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Defines the fallback operating system string. */
#define LIBEWF_OPERATING_SYSTEM "Linux"
/* Name of package */
#define PACKAGE "libewf"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "forensics@hoffmannbv.nl"
/* Define to the full name of this package. */
#define PACKAGE_NAME "libewf"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libewf 20090606"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libewf"
/* Define to the version of this package. */
#define PACKAGE_VERSION "20090606"
/* The size of `off_t', as computed by sizeof. */
#define SIZEOF_OFF_T 8
/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
/* The size of `wchar_t', as computed by sizeof. */
/* #undef SIZEOF_WCHAR_T */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if strerror_r returns char *. */
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "20090606"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
/* #undef volatile */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 10, 11:35 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1339953
Default Alt Text
config.h (12 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment