* alias.c (find_base_term): Export.
[official-gcc.git] / fastjar / config.h.in
blob61fcc9da7bd4cc48f80d9abaf5e7cda982c75467
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define to `long' if <sys/types.h> doesn't define. */
4 #undef off_t
6 /* Define if you have the ANSI C header files. */
7 #undef STDC_HEADERS
9 /* Define if your <sys/time.h> declares struct tm. */
10 #undef TM_IN_SYS_TIME
12 /* Define if you have the <dirent.h> header file. */
13 #undef HAVE_DIRENT_H
15 /* Define if you have the <fcntl.h> header file. */
16 #undef HAVE_FCNTL_H
18 /* Define if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
21 /* Define if you have the <ndir.h> header file. */
22 #undef HAVE_NDIR_H
24 /* Define if you have the <stdlib.h> header file. */
25 #undef HAVE_STDLIB_H
27 /* Define if you have the <sys/dir.h> header file. */
28 #undef HAVE_SYS_DIR_H
30 /* Define if you have the <sys/ndir.h> header file. */
31 #undef HAVE_SYS_NDIR_H
33 /* Define if you have the <sys/param.h> header file. */
34 #undef HAVE_SYS_PARAM_H
36 /* Define if you have the <unistd.h> header file. */
37 #undef HAVE_UNISTD_H
39 /* Name of package */
40 #undef PACKAGE
42 /* Version number of package */
43 #undef VERSION
45 /* Define if host mkdir takes a
46 single argument. */
47 #undef MKDIR_TAKES_ONE_ARG
49 /* The number of bytes in type char */
50 #undef SIZEOF_CHAR
52 /* The number of bytes in type short */
53 #undef SIZEOF_SHORT
55 /* The number of bytes in type int */
56 #undef SIZEOF_INT
58 /* The number of bytes in type long */
59 #undef SIZEOF_LONG
61 /* The number of bytes in type long long */
62 #undef SIZEOF_LONG_LONG
64 /* whether byteorder is bigendian */
65 #undef WORDS_BIGENDIAN
67 /* Define if the host machine stores words of multi-word integers in
68 big-endian order. */
69 #undef HOST_WORDS_BIG_ENDIAN
71 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
72 #undef BYTEORDER