diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-09-01 00:13:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-09-01 00:13:53 +0000 |
| commit | be072a32c9a107b8fe1133454625d347d87d7475 (patch) | |
| tree | c962d73c7850c3f20d249a208ead6c3b32f8fcb3 | |
| parent | 04fc68e76970383afb4e3fc6f4069903e51786bc (diff) | |
| download | emacs-be072a32c9a107b8fe1133454625d347d87d7475.tar.gz | |
(HAVE_SETRLIMIT): Add #undef.
| -rw-r--r-- | src/config.in | 5 |
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. */ #undef HAVE_GETPAGESIZE #undef HAVE_TZSET #undef HAVE_SETLOCALE +#undef HAVE_UTIMES +#undef HAVE_SETRLIMIT + #undef LOCALTIME_CACHE #undef HAVE_INET_SOCKETS @@ -197,8 +200,6 @@ Boston, MA 02111-1307, USA. */ Otherwise you must have the variable `char *sys_errlist[]'. */ #undef HAVE_STRERROR -#undef HAVE_UTIMES - /* Define if `sys_siglist' is declared by <signal.h>. */ #undef SYS_SIGLIST_DECLARED |
