diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 2000-12-09 03:08:23 +0000 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2000-12-08 19:08:23 -0800 |
commit | bd8757b313518d151d28fff18f4d7958b5cb7ba3 (patch) | |
tree | 87ea917f50267296afe6acf62ccf01cba566fa09 /fastjar/config.h.in | |
parent | 81522a1f8693a519afc801ca60cb390320791e5f (diff) | |
download | gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.zip gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.tar.gz gcc-bd8757b313518d151d28fff18f4d7958b5cb7ba3.tar.bz2 |
fastjar: Imported.
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported.
From-SVN: r38145
Diffstat (limited to 'fastjar/config.h.in')
-rw-r--r-- | fastjar/config.h.in | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/fastjar/config.h.in b/fastjar/config.h.in new file mode 100644 index 0000000..1dce3af --- /dev/null +++ b/fastjar/config.h.in @@ -0,0 +1,57 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define to `long' if <sys/types.h> doesn't define. */ +#undef off_t + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if your <sys/time.h> declares struct tm. */ +#undef TM_IN_SYS_TIME + +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + +/* The number of bytes in a char. */ +#undef SIZEOF_CHAR + +/* The number of bytes in a int. */ +#undef SIZEOF_INT + +/* The number of bytes in a long. */ +#undef SIZEOF_LONG + +/* The number of bytes in a long long. */ +#undef SIZEOF_LONG_LONG + +/* The number of bytes in a short. */ +#undef SIZEOF_SHORT + +/* Define if you have the <dirent.h> header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + +/* Define if you have the <ndir.h> header file. */ +#undef HAVE_NDIR_H + +/* Define if you have the <sys/dir.h> header file. */ +#undef HAVE_SYS_DIR_H + +/* Define if you have the <sys/ndir.h> header file. */ +#undef HAVE_SYS_NDIR_H + +/* Define if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION + |