2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / fastjar / config.h.in
blobb6f06b3d2386ebb34f06901da903053d596a0c97
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4 #undef BYTEORDER
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #undef HAVE_FCNTL_H
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 <limits.h> header file. */
17 #undef HAVE_LIMITS_H
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 <ndir.h> header file, and it defines `DIR'. */
23 #undef HAVE_NDIR_H
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #undef HAVE_STDINT_H
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #undef HAVE_STDLIB_H
31 /* Define to 1 if you have the <strings.h> header file. */
32 #undef HAVE_STRINGS_H
34 /* Define to 1 if you have the <string.h> header file. */
35 #undef HAVE_STRING_H
37 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
39 #undef HAVE_SYS_DIR_H
41 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
43 #undef HAVE_SYS_NDIR_H
45 /* Define to 1 if you have the <sys/param.h> header file. */
46 #undef HAVE_SYS_PARAM_H
48 /* Define to 1 if you have the <sys/stat.h> header file. */
49 #undef HAVE_SYS_STAT_H
51 /* Define to 1 if you have the <sys/types.h> header file. */
52 #undef HAVE_SYS_TYPES_H
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #undef HAVE_UNISTD_H
57 /* Define if the host machine stores words of multi-word integers in
58 big-endian order. */
59 #undef HOST_WORDS_BIG_ENDIAN
61 /* Define if host mkdir takes a single argument. */
62 #undef MKDIR_TAKES_ONE_ARG
64 /* Name of package */
65 #undef PACKAGE
67 /* Define to the address where bug reports for this package should be sent. */
68 #undef PACKAGE_BUGREPORT
70 /* Define to the full name of this package. */
71 #undef PACKAGE_NAME
73 /* Define to the full name and version of this package. */
74 #undef PACKAGE_STRING
76 /* Define to the one symbol short name of this package. */
77 #undef PACKAGE_TARNAME
79 /* Define to the version of this package. */
80 #undef PACKAGE_VERSION
82 /* The number of bytes in type char */
83 #undef SIZEOF_CHAR
85 /* The number of bytes in type int */
86 #undef SIZEOF_INT
88 /* The number of bytes in type long */
89 #undef SIZEOF_LONG
91 /* The number of bytes in type long long */
92 #undef SIZEOF_LONG_LONG
94 /* The number of bytes in type short */
95 #undef SIZEOF_SHORT
97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS
100 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
101 #undef TM_IN_SYS_TIME
103 /* Version number of package */
104 #undef VERSION
106 /* whether byteorder is bigendian */
107 #undef WORDS_BIGENDIAN
109 /* Define to `long' if <sys/types.h> does not define. */
110 #undef off_t