diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1996-02-21 01:02:10 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1996-02-21 01:02:10 +0000 |
commit | d271dd0591a6cdc32a146dfad90d203201c71253 (patch) | |
tree | f220c532ca0eddba82c11be81add557ac06241b1 /sim/ppc/config.in | |
parent | 95f6f9269ff5a9dd8019733f2e34fbcad205a0be (diff) | |
download | gdb-d271dd0591a6cdc32a146dfad90d203201c71253.zip gdb-d271dd0591a6cdc32a146dfad90d203201c71253.tar.gz gdb-d271dd0591a6cdc32a146dfad90d203201c71253.tar.bz2 |
* config.in: Regenerated.
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index b8acf94..7434926 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -1,11 +1,18 @@ /* config.in. Generated automatically from configure.in by autoheader. */ -#ifndef CONFIG_H -#define CONFIG_H +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE +/* Define if you have the <dirent.h> header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the <ndir.h> header file. */ +#undef HAVE_NDIR_H + /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -15,6 +22,12 @@ /* Define if you have the <strings.h> header file. */ #undef HAVE_STRINGS_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/resource.h> header file. */ #undef HAVE_SYS_RESOURCE_H @@ -32,4 +45,3 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -#endif |