This commit is contained in:
pooka 2007-03-04 15:27:54 +00:00
parent 7a41045ba4
commit 478abf6202
1 changed files with 7 additions and 1 deletions

View File

@ -67,6 +67,9 @@
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strndup' function. */
#define HAVE_STRNDUP 1
/* Define to 1 if you have the `strtoul' function. */
#define HAVE_STRTOUL 1
@ -83,6 +86,9 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
@ -170,7 +176,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "4.18"
#define VERSION "4.20"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */