diff src/config.in @ 97119:b57392641da7

* systty.h (sensemode): Remove empty #if. Remove reference to BSD_TERMIOS, unused. * sysdep.c: Remove reference to DGUX. (closedir): Remove reference to BROKEN_CLOSEDIR, unused. * config.in: Regenerate. * configure.in (DO_BLOCK_INPUT): Remove, unused.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 30 Jul 2008 15:14:07 +0000
parents 9592c50233ab
children 840bd675fd85
line wrap: on
line diff
--- a/src/config.in	Wed Jul 30 14:59:08 2008 +0000
+++ b/src/config.in	Wed Jul 30 15:14:07 2008 +0000
@@ -221,6 +221,9 @@
 /* Define to 1 if you have the `getpt' function. */
 #undef HAVE_GETPT
 
+/* Define to 1 if you have the `getrlimit' function. */
+#undef HAVE_GETRLIMIT
+
 /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE
 
@@ -996,9 +999,6 @@
 /* Turned on June 1996 supposing nobody will mind it.  */
 #define AMPERSAND_FULL_NAME
 
-/* We have blockinput.h.  */
-#define DO_BLOCK_INPUT
-
 /* Define HAVE_SOUND if we have sound support.  We know it works
    and compiles only on the specified platforms.   For others,
    it probably doesn't make sense to try.  */