mktime: merge HAVE_CONFIG_H change from gnulib

This commit is contained in:
Paul Eggert 2012-05-22 06:05:37 -07:00 committed by H.J. Lu
parent 0e44a77e48
commit 95770f140b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
mktime: merge HAVE_CONFIG_H change from gnulib
* time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):

View File

@ -21,7 +21,7 @@
mktime. */
/* #define DEBUG 1 */
#ifdef HAVE_CONFIG_H
#ifndef _LIBC
# include <config.h>
#endif