fix getsup (HH)
[luatex.git] / source / libs / luajit / config.h.in
blobf2379f99460d940f2e1681f73a468f7f689ff34f
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the declaration of `log2', and to 0 if you don't.
4 */
5 #undef HAVE_DECL_LOG2
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #undef HAVE_DLFCN_H
10 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
11 #undef HAVE_FSEEKO
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
16 /* Define to 1 if you have the <memory.h> header file. */
17 #undef HAVE_MEMORY_H
19 /* Define to 1 if you have the <stdint.h> header file. */
20 #undef HAVE_STDINT_H
22 /* Define to 1 if you have the <stdlib.h> header file. */
23 #undef HAVE_STDLIB_H
25 /* Define to 1 if you have the <strings.h> header file. */
26 #undef HAVE_STRINGS_H
28 /* Define to 1 if you have the <string.h> header file. */
29 #undef HAVE_STRING_H
31 /* Define to 1 if you have the <sys/stat.h> header file. */
32 #undef HAVE_SYS_STAT_H
34 /* Define to 1 if you have the <sys/types.h> header file. */
35 #undef HAVE_SYS_TYPES_H
37 /* Define to 1 if you have the <unistd.h> header file. */
38 #undef HAVE_UNISTD_H
40 /* Define to the sub-directory where libtool stores uninstalled libraries. */
41 #undef LT_OBJDIR
43 /* Name of package */
44 #undef PACKAGE
46 /* Define to the address where bug reports for this package should be sent. */
47 #undef PACKAGE_BUGREPORT
49 /* Define to the full name of this package. */
50 #undef PACKAGE_NAME
52 /* Define to the full name and version of this package. */
53 #undef PACKAGE_STRING
55 /* Define to the one symbol short name of this package. */
56 #undef PACKAGE_TARNAME
58 /* Define to the home page for this package. */
59 #undef PACKAGE_URL
61 /* Define to the version of this package. */
62 #undef PACKAGE_VERSION
64 /* The size of `void *', as computed by sizeof. */
65 #undef SIZEOF_VOID_P
67 /* Define to 1 if you have the ANSI C header files. */
68 #undef STDC_HEADERS
70 /* Version number of package */
71 #undef VERSION
73 /* Enable large inode numbers on Mac OS X 10.5. */
74 #ifndef _DARWIN_USE_64_BIT_INODE
75 # define _DARWIN_USE_64_BIT_INODE 1
76 #endif
78 /* Number of bits in a file offset, on hosts where this is settable. */
79 #undef _FILE_OFFSET_BITS
81 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
82 #undef _LARGEFILE_SOURCE
84 /* Define for large files, on AIX-style hosts. */
85 #undef _LARGE_FILES