source: trunk/src/gcc/fastjar/config.h.in@ 1036

Last change on this file since 1036 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 1.4 KB
Line 
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 your processor stores words with the most significant
13 byte first (like Motorola and SPARC, unlike Intel and VAX). */
14#undef WORDS_BIGENDIAN
15
16/* The number of bytes in a char. */
17#undef SIZEOF_CHAR
18
19/* The number of bytes in a int. */
20#undef SIZEOF_INT
21
22/* The number of bytes in a long. */
23#undef SIZEOF_LONG
24
25/* The number of bytes in a long long. */
26#undef SIZEOF_LONG_LONG
27
28/* The number of bytes in a short. */
29#undef SIZEOF_SHORT
30
31/* Define if you have the <dirent.h> header file. */
32#undef HAVE_DIRENT_H
33
34/* Define if you have the <fcntl.h> header file. */
35#undef HAVE_FCNTL_H
36
37/* Define if you have the <ndir.h> header file. */
38#undef HAVE_NDIR_H
39
40/* Define if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define if you have the <sys/dir.h> header file. */
44#undef HAVE_SYS_DIR_H
45
46/* Define if you have the <sys/ndir.h> header file. */
47#undef HAVE_SYS_NDIR_H
48
49/* Define if you have the <sys/param.h> header file. */
50#undef HAVE_SYS_PARAM_H
51
52/* Define if you have the <unistd.h> header file. */
53#undef HAVE_UNISTD_H
54
55/* Name of package */
56#undef PACKAGE
57
58/* Version number of package */
59#undef VERSION
60
Note: See TracBrowser for help on using the repository browser.