diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-12 23:38:47 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-12 23:38:47 +0000 |
commit | b161e06ff65e7931608a43ebfa81d5aa6baecec8 (patch) | |
tree | 837774edb17aae3c11c41cf7e53407e8310726ec /gdb/config.in | |
parent | 4be111d2a0e87570bfeaa2c3b78d2200bc3a2857 (diff) | |
download | gdb-b161e06ff65e7931608a43ebfa81d5aa6baecec8.zip gdb-b161e06ff65e7931608a43ebfa81d5aa6baecec8.tar.gz gdb-b161e06ff65e7931608a43ebfa81d5aa6baecec8.tar.bz2 |
gdb/
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/gdb/config.in b/gdb/config.in index 4af4e69..4aff10d 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -158,6 +158,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if ELF support should be included. */ #undef HAVE_ELF @@ -725,6 +728,13 @@ /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST +/* directory to load the JIT readers from */ +#undef JIT_READER_DIR + +/* Define if the jit-reader-dir directory should be relocated when GDB is + moved. */ +#undef JIT_READER_DIR_RELOCATABLE + /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS @@ -810,6 +820,15 @@ /* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG +/* The size of `unsigned long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG + +/* The size of `unsigned long long', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED_LONG_LONG + +/* The size of `unsigned __int128', as computed by sizeof. */ +#undef SIZEOF_UNSIGNED___INT128 + /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ #undef SIZE_T_SUFFIX @@ -982,12 +1001,3 @@ /* Define as `fork' if `vfork' does not work. */ #undef vfork - -/* The directory from which JIT readers should be loaded. */ -#undef JIT_READER_DIR - -/* Define if JIT_READER_DIR should be relocated when GDB is moved. */ -#undef JIT_READER_DIR_RELOCATABLE - -/* Define if the platform has dlfcn.h. */ -#undef HAVE_DLFCN_H |