gdb: Fix scrolling in TUI
[deliverable/binutils-gdb.git] / libiberty / config.in
index 66c78e816840eb2aced089dc7f913b8b09de101f..f7052b5d9588996db1856acd2ba1d86fa80f97f0 100644 (file)
 /* Define to 1 if you have the `on_exit' function. */
 #undef HAVE_ON_EXIT
 
+/* Define to 1 if you have the `pipe2' function. */
+#undef HAVE_PIPE2
+
 /* Define to 1 if you have the <process.h> header file. */
 #undef HAVE_PROCESS_H
 
 # endif
 #endif
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
This page took 0.024905 seconds and 4 git commands to generate.