summaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2010-05-24 22:54:20 +0000
committerPedro Alves <pedro@codesourcery.com>2010-05-24 22:54:20 +0000
commit50ada197c4f84c5557bcf0dafaf26f919d5a0949 (patch)
tree9ac5c6e8ff5a317b56ad3f0806cdab53ff9c09d3 /gdb/config.in
parent0241c639233277cf35b715ca2cb97291f08244fb (diff)
downloadgdb-50ada197c4f84c5557bcf0dafaf26f919d5a0949.tar.gz
* config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 477ecdfcb29..448c4e28bb5 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -853,10 +853,16 @@
# endif
#endif
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
/* Define to 1 so <sys/proc.h> gets a definition of anon_hdl. Works around a
<sys/proc.h> problem on IRIX 5. */
#undef _KMEMUSER
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
/* Define to 1 if on MINIX. */
#undef _MINIX