OSDN Git Service

PR c/10175
[pf3gnuchains/gcc-fork.git] / fastjar / config.h.in
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
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
18 /* Define if you have the <limits.h> header file.  */
19 #undef HAVE_LIMITS_H
20
21 /* Define if you have the <ndir.h> header file.  */
22 #undef HAVE_NDIR_H
23
24 /* Define if you have the <stdlib.h> header file.  */
25 #undef HAVE_STDLIB_H
26
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
45 /* Define if host mkdir takes a
46 single argument. */
47 #undef MKDIR_TAKES_ONE_ARG
48
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
64 /* whether byteorder is bigendian */
65 #undef WORDS_BIGENDIAN
66
67 /* Define if the host machine stores words of multi-word integers in
68    big-endian order. */
69 #undef HOST_WORDS_BIG_ENDIAN
70
71 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
72 #undef BYTEORDER
73