]> gcc.gnu.org Git - gcc.git/blame - fastjar/config.h.in
re PR c++/23180 (Segfault on const initializer with bogus pointer arithmetics)
[gcc.git] / fastjar / config.h.in
CommitLineData
ce7dcf78 1/* config.h.in. Generated from configure.ac by autoheader. */
bd8757b3 2
53d60c04
KC
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4 */
bd8757b3
APB
5#undef HAVE_DIRENT_H
6
53d60c04 7/* Define to 1 if you have the <fcntl.h> header file. */
bd8757b3
APB
8#undef HAVE_FCNTL_H
9
fab62285
BM
10/* Define to 1 if you have the `ftruncate' function. */
11#undef HAVE_FTRUNCATE
12
53d60c04
KC
13/* Define to 1 if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
16/* Define to 1 if you have the <limits.h> header file. */
b41621ee
TT
17#undef HAVE_LIMITS_H
18
79453222
KC
19/* Define to 1 if the system has the type `long long'. */
20#undef HAVE_LONG_LONG
21
53d60c04
KC
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
bd8757b3
APB
26#undef HAVE_NDIR_H
27
53d60c04
KC
28/* Define to 1 if you have the <stdint.h> header file. */
29#undef HAVE_STDINT_H
30
31/* Define to 1 if you have the <stdlib.h> header file. */
79801091
CR
32#undef HAVE_STDLIB_H
33
53d60c04
KC
34/* Define to 1 if you have the <strings.h> header file. */
35#undef HAVE_STRINGS_H
36
37/* Define to 1 if you have the <string.h> header file. */
38#undef HAVE_STRING_H
39
40/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
41 */
bd8757b3
APB
42#undef HAVE_SYS_DIR_H
43
53d60c04
KC
44/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
45 */
bd8757b3
APB
46#undef HAVE_SYS_NDIR_H
47
53d60c04 48/* Define to 1 if you have the <sys/param.h> header file. */
bd8757b3
APB
49#undef HAVE_SYS_PARAM_H
50
53d60c04
KC
51/* Define to 1 if you have the <sys/stat.h> header file. */
52#undef HAVE_SYS_STAT_H
53
54/* Define to 1 if you have the <sys/types.h> header file. */
55#undef HAVE_SYS_TYPES_H
56
57/* Define to 1 if you have the <unistd.h> header file. */
bd8757b3
APB
58#undef HAVE_UNISTD_H
59
fab62285
BM
60/* Define to 1 if you have the `_chsize' function. */
61#undef HAVE__CHSIZE
62
53d60c04
KC
63/* Define if host mkdir takes a single argument. */
64#undef MKDIR_TAKES_ONE_ARG
65
bd8757b3
APB
66/* Name of package */
67#undef PACKAGE
68
53d60c04
KC
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
bd8757b3 71
53d60c04
KC
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the version of this package. */
82#undef PACKAGE_VERSION
b4258f06 83
12e5fe37 84/* The size of a `char', as computed by sizeof. */
9251acb4
TT
85#undef SIZEOF_CHAR
86
12e5fe37 87/* The size of a `int', as computed by sizeof. */
9251acb4
TT
88#undef SIZEOF_INT
89
12e5fe37 90/* The size of a `long', as computed by sizeof. */
9251acb4
TT
91#undef SIZEOF_LONG
92
12e5fe37 93/* The size of a `long long', as computed by sizeof. */
9251acb4
TT
94#undef SIZEOF_LONG_LONG
95
12e5fe37 96/* The size of a `short', as computed by sizeof. */
53d60c04 97#undef SIZEOF_SHORT
b41621ee 98
53d60c04
KC
99/* Define to 1 if you have the ANSI C header files. */
100#undef STDC_HEADERS
b41621ee 101
53d60c04
KC
102/* Define to 1 if your <sys/time.h> declares `struct tm'. */
103#undef TM_IN_SYS_TIME
9251acb4 104
53d60c04
KC
105/* Version number of package */
106#undef VERSION
107
12e5fe37
KC
108/* Define to 1 if your processor stores words with the most significant byte
109 first (like Motorola and SPARC, unlike Intel and VAX). */
53d60c04
KC
110#undef WORDS_BIGENDIAN
111
112/* Define to `long' if <sys/types.h> does not define. */
113#undef off_t
This page took 0.374254 seconds and 5 git commands to generate.