aboutsummaryrefslogtreecommitdiff
path: root/defines.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h.in')
-rw-r--r--defines.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/defines.h.in b/defines.h.in
index ec5a50b562d9..d3e80d1a5b0a 100644
--- a/defines.h.in
+++ b/defines.h.in
@@ -261,12 +261,15 @@
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
#undef HAVE_LOCALE
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the `nanosleep' function. */
#undef HAVE_NANOSLEEP
+/* Define to 1 if you have the <ncursesw/termcap.h> header file. */
+#undef HAVE_NCURSESW_TERMCAP_H
+
+/* Define to 1 if you have the <ncurses/termcap.h> header file. */
+#undef HAVE_NCURSES_TERMCAP_H
+
/* Define HAVE_OSPEED if your termcap library has the ospeed variable. */
#undef HAVE_OSPEED
@@ -450,14 +453,11 @@
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
-/* 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