1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if you have the <dirent.h> header file. */
7#undef HAVE_DIRENT_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
16#undef HAVE_FSEEKO
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the <libgen.h> header file. */
22#undef HAVE_LIBGEN_H
23
24/* Define to 1 if you have the <memory.h> header file. */
25#undef HAVE_MEMORY_H
26
27/* Define to 1 if you have the <stdint.h> header file. */
28#undef HAVE_STDINT_H
29
30/* Define to 1 if you have the <stdlib.h> header file. */
31#undef HAVE_STDLIB_H
32
33/* Define to 1 if you have the <strings.h> header file. */
34#undef HAVE_STRINGS_H
35
36/* Define to 1 if you have the <string.h> header file. */
37#undef HAVE_STRING_H
38
39/* Define to 1 if you have the <sys/disk.h> header file. */
40#undef HAVE_SYS_DISK_H
41
42/* Define to 1 if you have the <sys/ioctl.h> header file. */
43#undef HAVE_SYS_IOCTL_H
44
45/* Define to 1 if you have the <sys/mount.h> header file. */
46#undef HAVE_SYS_MOUNT_H
47
48/* Define to 1 if you have the <sys/param.h> header file. */
49#undef HAVE_SYS_PARAM_H
50
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#undef HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#undef HAVE_SYS_TYPES_H
56
57/* Define to 1 if you have the <unistd.h> header file. */
58#undef HAVE_UNISTD_H
59
60/* Define to 1 if you have the <wchar.h> header file. */
61#undef HAVE_WCHAR_H
62
63/* Define to the sub-directory where libtool stores uninstalled libraries. */
64#undef LT_OBJDIR
65
66/* Name of package */
67#undef PACKAGE
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the home page for this package. */
82#undef PACKAGE_URL
83
84/* Define to the version of this package. */
85#undef PACKAGE_VERSION
86
87/* Define to 1 if the user chose to disable bit-parallel string operations. */
88#undef SSDEEP_DISABLE_POSITION_ARRAY
89
90/* Define to 1 if you have the ANSI C header files. */
91#undef STDC_HEADERS
92
93/* Version number of package */
94#undef VERSION
95
96/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
97   significant byte first (like Motorola and SPARC, unlike Intel). */
98#if defined AC_APPLE_UNIVERSAL_BUILD
99# if defined __BIG_ENDIAN__
100#  define WORDS_BIGENDIAN 1
101# endif
102#else
103# ifndef WORDS_BIGENDIAN
104#  undef WORDS_BIGENDIAN
105# endif
106#endif
107
108/* Enable large inode numbers on Mac OS X 10.5.  */
109#ifndef _DARWIN_USE_64_BIT_INODE
110# define _DARWIN_USE_64_BIT_INODE 1
111#endif
112
113/* Number of bits in a file offset, on hosts where this is settable. */
114#undef _FILE_OFFSET_BITS
115
116/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
117#undef _LARGEFILE_SOURCE
118
119/* Define for large files, on AIX-style hosts. */
120#undef _LARGE_FILES
121
122/* Linux operating system functions */
123#undef __LINUX__
124