diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
commit | 9299404eba0343364742a9fc85f6cfaded61eb73 (patch) | |
tree | 7aef8b1f152f595f567561c0e487490b070bde9f /gdb/config.in | |
parent | 7a621144429a4760ba888069d08bd190e3557119 (diff) | |
download | gdb-9299404eba0343364742a9fc85f6cfaded61eb73.zip gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.gz gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.bz2 |
Don't include <endian.h>
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 70286b1..c8ac3fa 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -277,9 +277,6 @@ /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H -/* Define if you have the <endian.h> header file. */ -#undef HAVE_ENDIAN_H - /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H |