aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-01 00:13:53 +0000
committerRichard M. Stallman1996-09-01 00:13:53 +0000
commitbe072a32c9a107b8fe1133454625d347d87d7475 (patch)
treec962d73c7850c3f20d249a208ead6c3b32f8fcb3 /src
parent04fc68e76970383afb4e3fc6f4069903e51786bc (diff)
downloademacs-be072a32c9a107b8fe1133454625d347d87d7475.tar.gz
emacs-be072a32c9a107b8fe1133454625d347d87d7475.zip
(HAVE_SETRLIMIT): Add #undef.
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in
index 74e54ae4e64..b64390b6ead 100644
--- a/src/config.in
+++ b/src/config.in
@@ -188,6 +188,9 @@ Boston, MA 02111-1307, USA. */
188#undef HAVE_GETPAGESIZE 188#undef HAVE_GETPAGESIZE
189#undef HAVE_TZSET 189#undef HAVE_TZSET
190#undef HAVE_SETLOCALE 190#undef HAVE_SETLOCALE
191#undef HAVE_UTIMES
192#undef HAVE_SETRLIMIT
193
191#undef LOCALTIME_CACHE 194#undef LOCALTIME_CACHE
192#undef HAVE_INET_SOCKETS 195#undef HAVE_INET_SOCKETS
193 196
@@ -197,8 +200,6 @@ Boston, MA 02111-1307, USA. */
197 Otherwise you must have the variable `char *sys_errlist[]'. */ 200 Otherwise you must have the variable `char *sys_errlist[]'. */
198#undef HAVE_STRERROR 201#undef HAVE_STRERROR
199 202
200#undef HAVE_UTIMES
201
202/* Define if `sys_siglist' is declared by <signal.h>. */ 203/* Define if `sys_siglist' is declared by <signal.h>. */
203#undef SYS_SIGLIST_DECLARED 204#undef SYS_SIGLIST_DECLARED
204 205