mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
This commit is contained in:
parent
4b34bd8180
commit
2e36cabbee
1 changed files with 4 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ and this notice must be preserved on all copies. */
|
|||
|
||||
/* 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 @@ and this notice must be preserved on all copies. */
|
|||
/* 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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue