diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-09-16 17:01:39 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-09-16 17:01:39 +0000 |
commit | 2da82e684cba143b3500a53b71b59ff5bb1350ed (patch) | |
tree | ce7147be3b7917773809419106a2efaf449b1c0c /usr.sbin/nsd/config.h.in | |
parent | ffd18e58ec16ffa88fbdf29eaf698da450af7402 (diff) |
merge conflicts
Diffstat (limited to 'usr.sbin/nsd/config.h.in')
-rw-r--r-- | usr.sbin/nsd/config.h.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/nsd/config.h.in b/usr.sbin/nsd/config.h.in index d80388b00bb..d9df0f4ce22 100644 --- a/usr.sbin/nsd/config.h.in +++ b/usr.sbin/nsd/config.h.in @@ -64,6 +64,9 @@ /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 +/* Define to 1 if you have the <endian.h> header file. */ +#undef HAVE_ENDIAN_H + /* Define to 1 if you have the `endpwent' function. */ #undef HAVE_ENDPWENT @@ -121,6 +124,12 @@ /* Define to 1 if you have the `getpwnam' function. */ #undef HAVE_GETPWNAM +/* Define to 1 if you have the `glob' function. */ +#undef HAVE_GLOB + +/* Define to 1 if you have the <glob.h> header file. */ +#undef HAVE_GLOB_H + /* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H @@ -145,6 +154,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the `localtime_r' function. */ +#undef HAVE_LOCALTIME_R + /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #undef HAVE_MALLOC @@ -254,6 +266,9 @@ /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR +/* Define to 1 if you have the `strftime' function. */ +#undef HAVE_STRFTIME + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H @@ -733,6 +748,7 @@ char *strptime(const char *s, const char *format, struct tm *tm); #endif #ifndef STRPTIME_WORKS #define STRPTIME_WORKS 1 +char *nsd_strptime(const char *s, const char *format, struct tm *tm); #define strptime(a,b,c) nsd_strptime((a),(b),(c)) #endif |