Mercurial > emacs
changeset 8879:434d4feb23ea
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 18 Sep 1994 18:59:49 +0000 |
parents | 066fab036ab5 |
children | 289ed00d26a9 |
files | src/config.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Sun Sep 18 18:57:22 1994 +0000 +++ b/src/config.in Sun Sep 18 18:59:49 1994 +0000 @@ -90,6 +90,7 @@ /* Some things figured out by the configure script, grouped as they are in configure.in. */ +#undef _ALL_SOURCE #undef HAVE_SYS_TIMEB_H #undef HAVE_SYS_TIME_H #undef HAVE_UNISTD_H @@ -151,6 +152,9 @@ /* Define if `sys_siglist' is declared by <signal.h>. */ #undef SYS_SIGLIST_DECLARED +/* Define if `struct utimbuf' is declared by <utime.h>. */ +#undef HAVE_STRUCT_UTIMBUF + /* If using GNU, then support inline function declarations. */ #ifdef __GNUC__ #define INLINE __inline__