OSDN Git Service

Fix out-of-bounds array access found by mudflap.
[pf3gnuchains/gcc-fork.git] / fastjar / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4 #undef BYTEORDER
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7    */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #undef HAVE_FCNTL_H
12
13 /* Define to 1 if you have the `ftruncate' function. */
14 #undef HAVE_FTRUNCATE
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #undef HAVE_INTTYPES_H
18
19 /* Define to 1 if you have the <limits.h> header file. */
20 #undef HAVE_LIMITS_H
21
22 /* Define to 1 if the system has the type `long long'. */
23 #undef HAVE_LONG_LONG
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
29 #undef HAVE_NDIR_H
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the <strings.h> header file. */
38 #undef HAVE_STRINGS_H
39
40 /* Define to 1 if you have the <string.h> header file. */
41 #undef HAVE_STRING_H
42
43 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
44    */
45 #undef HAVE_SYS_DIR_H
46
47 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
48    */
49 #undef HAVE_SYS_NDIR_H
50
51 /* Define to 1 if you have the <sys/param.h> header file. */
52 #undef HAVE_SYS_PARAM_H
53
54 /* Define to 1 if you have the <sys/stat.h> header file. */
55 #undef HAVE_SYS_STAT_H
56
57 /* Define to 1 if you have the <sys/types.h> header file. */
58 #undef HAVE_SYS_TYPES_H
59
60 /* Define to 1 if you have the <unistd.h> header file. */
61 #undef HAVE_UNISTD_H
62
63 /* Define to 1 if you have the `_chsize' function. */
64 #undef HAVE__CHSIZE
65
66 /* Define if the host machine stores words of multi-word integers in
67    big-endian order. */
68 #undef HOST_WORDS_BIG_ENDIAN
69
70 /* Define if host mkdir takes a single argument. */
71 #undef MKDIR_TAKES_ONE_ARG
72
73 /* Name of package */
74 #undef PACKAGE
75
76 /* Define to the address where bug reports for this package should be sent. */
77 #undef PACKAGE_BUGREPORT
78
79 /* Define to the full name of this package. */
80 #undef PACKAGE_NAME
81
82 /* Define to the full name and version of this package. */
83 #undef PACKAGE_STRING
84
85 /* Define to the one symbol short name of this package. */
86 #undef PACKAGE_TARNAME
87
88 /* Define to the version of this package. */
89 #undef PACKAGE_VERSION
90
91 /* The number of bytes in type char */
92 #undef SIZEOF_CHAR
93
94 /* The number of bytes in type int */
95 #undef SIZEOF_INT
96
97 /* The number of bytes in type long */
98 #undef SIZEOF_LONG
99
100 /* The number of bytes in type long long */
101 #undef SIZEOF_LONG_LONG
102
103 /* The number of bytes in type short */
104 #undef SIZEOF_SHORT
105
106 /* Define to 1 if you have the ANSI C header files. */
107 #undef STDC_HEADERS
108
109 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
110 #undef TM_IN_SYS_TIME
111
112 /* Version number of package */
113 #undef VERSION
114
115 /* whether byteorder is bigendian */
116 #undef WORDS_BIGENDIAN
117
118 /* Define to `long' if <sys/types.h> does not define. */
119 #undef off_t