imported hexedit_1.2.12.orig.tar.gz
[rofl0r-hexedit0r.git] / config.h.in
blob993730a6f271098948b2a5f546f218911c983a1b
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the `basename' function. */
4 #undef HAVE_BASENAME
6 /* "Define if you want colored (fruit salad) display option" */
7 #undef HAVE_COLORS
9 /* Define to 1 if you have the declaration of `basename', and to 0 if you
10 don't. */
11 #undef HAVE_DECL_BASENAME
13 /* Define to 1 if you have the declaration of `dirname', and to 0 if you
14 don't. */
15 #undef HAVE_DECL_DIRNAME
17 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
19 #undef HAVE_DECL_MEMMEM
21 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
22 don't. */
23 #undef HAVE_DECL_MEMRCHR
25 /* Define to 1 if you have the declaration of `memrmem', and to 0 if you
26 don't. */
27 #undef HAVE_DECL_MEMRMEM
29 /* Define to 1 if you have the <fcntl.h> header file. */
30 #undef HAVE_FCNTL_H
32 /* Define to 1 if you have the <inttypes.h> header file. */
33 #undef HAVE_INTTYPES_H
35 /* Define to 1 if you have the <libgen.h> header file. */
36 #undef HAVE_LIBGEN_H
38 /* Define to 1 if you have the `memcmp' function. */
39 #undef HAVE_MEMCMP
41 /* Define to 1 if you have the `memmem' function. */
42 #undef HAVE_MEMMEM
44 /* Define to 1 if you have the <memory.h> header file. */
45 #undef HAVE_MEMORY_H
47 /* Define to 1 if you have the `memrchr' function. */
48 #undef HAVE_MEMRCHR
50 /* Define to 1 if you have the `memrmem' function. */
51 #undef HAVE_MEMRMEM
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #undef HAVE_STDINT_H
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #undef HAVE_STDLIB_H
59 /* Define to 1 if you have the `strdup' function. */
60 #undef HAVE_STRDUP
62 /* Define to 1 if you have the `strerror' function. */
63 #undef HAVE_STRERROR
65 /* Define to 1 if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
68 /* Define to 1 if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
71 /* Define to 1 if you have the <sys/mount.h> header file. */
72 #undef HAVE_SYS_MOUNT_H
74 /* Define to 1 if you have the <sys/stat.h> header file. */
75 #undef HAVE_SYS_STAT_H
77 /* Define to 1 if you have the <sys/types.h> header file. */
78 #undef HAVE_SYS_TYPES_H
80 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
81 #undef HAVE_SYS_WAIT_H
83 /* Define to 1 if you have the <unistd.h> header file. */
84 #undef HAVE_UNISTD_H
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
101 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
102 #undef STAT_MACROS_BROKEN
104 /* Define to 1 if you have the ANSI C header files. */
105 #undef STDC_HEADERS
107 /* Number of bits in a file offset, on hosts where this is settable. */
108 #undef _FILE_OFFSET_BITS
110 /* Enable GNU extensions on systems that have them. */
111 #ifndef _GNU_SOURCE
112 # define _GNU_SOURCE
113 #endif
115 /* Define for large files, on AIX-style hosts. */
116 #undef _LARGE_FILES
118 /* Define to empty if `const' does not conform to ANSI C. */
119 #undef const
121 /* Define to `unsigned' if <sys/types.h> does not define. */
122 #undef size_t