beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / luafontloader / ff-config.in
blob17ce6a5bf1e13d9e709cfea36f29fa75107030cf
1 /* Guard against double inclusion. */
2 #ifndef FF_CONFIG_H
3 #define FF_CONFIG_H
5 #define _NO_FFSCRIPT 1
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #undef HAVE_INTTYPES_H
10 /* Define to 1 if you have the <langinfo_h> header file. */
11 #undef HAVE_LANGINFO_H
13 /* Define to 1 if the system has the type `long double'. */
14 #undef HAVE_LONG_DOUBLE
16 /* Define to 1 if the system has the type `long long int'. */
17 #undef HAVE_LONG_LONG_INT
19 /* Define to 1 if you have the <memory.h> header file. */
20 #undef HAVE_MEMORY_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 1 if you have the ANSI C header files. */
41 #undef STDC_HEADERS
43 #ifdef HAVE_LONG_LONG_INT
44 # define _HAS_LONGLONG 1
45 #endif
47 #endif /* !FF_CONFIG_H */