]> gcc.gnu.org Git - gcc.git/blame - fastjar/config.h.in
1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ACT.
[gcc.git] / fastjar / config.h.in
CommitLineData
bd8757b3
APB
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3/* Define to `long' if <sys/types.h> doesn't define. */
4#undef off_t
5
6/* Define if you have the ANSI C header files. */
7#undef STDC_HEADERS
8
9/* Define if your <sys/time.h> declares struct tm. */
10#undef TM_IN_SYS_TIME
11
bd8757b3
APB
12/* Define if you have the <dirent.h> header file. */
13#undef HAVE_DIRENT_H
14
15/* Define if you have the <fcntl.h> header file. */
16#undef HAVE_FCNTL_H
17
b41621ee
TT
18/* Define if you have the <limits.h> header file. */
19#undef HAVE_LIMITS_H
20
bd8757b3
APB
21/* Define if you have the <ndir.h> header file. */
22#undef HAVE_NDIR_H
23
79801091
CR
24/* Define if you have the <stdlib.h> header file. */
25#undef HAVE_STDLIB_H
26
bd8757b3
APB
27/* Define if you have the <sys/dir.h> header file. */
28#undef HAVE_SYS_DIR_H
29
30/* Define if you have the <sys/ndir.h> header file. */
31#undef HAVE_SYS_NDIR_H
32
33/* Define if you have the <sys/param.h> header file. */
34#undef HAVE_SYS_PARAM_H
35
36/* Define if you have the <unistd.h> header file. */
37#undef HAVE_UNISTD_H
38
39/* Name of package */
40#undef PACKAGE
41
42/* Version number of package */
43#undef VERSION
44
b4258f06
RM
45/* Define if host mkdir takes a
46single argument. */
47#undef MKDIR_TAKES_ONE_ARG
48
9251acb4
TT
49/* The number of bytes in type char */
50#undef SIZEOF_CHAR
51
52/* The number of bytes in type short */
53#undef SIZEOF_SHORT
54
55/* The number of bytes in type int */
56#undef SIZEOF_INT
57
58/* The number of bytes in type long */
59#undef SIZEOF_LONG
60
61/* The number of bytes in type long long */
62#undef SIZEOF_LONG_LONG
63
b41621ee
TT
64/* whether byteorder is bigendian */
65#undef WORDS_BIGENDIAN
66
9251acb4
TT
67/* Define if the host machine stores words of multi-word integers in
68 big-endian order. */
b41621ee
TT
69#undef HOST_WORDS_BIG_ENDIAN
70
71/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
72#undef BYTEORDER
9251acb4 73
This page took 0.171192 seconds and 5 git commands to generate.