diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-11-08 10:45:44 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2010-11-08 10:45:44 +0000 |
commit | 3a927e69c380468bb32766c99aa7caf86de401a4 (patch) | |
tree | a92a6ad754f3ce37585ea89bd5d2693dbc5991ef /config.h.in | |
parent | f276912e6fa1da1174ba900a7e5d6447d71fc8e7 (diff) | |
download | src-test2-3a927e69c380468bb32766c99aa7caf86de401a4.tar.gz src-test2-3a927e69c380468bb32766c99aa7caf86de401a4.zip |
Notes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a43ad57115d6..4ff407fcc020 100644 --- a/config.h.in +++ b/config.h.in @@ -900,6 +900,9 @@ /* Define to 1 if you have the `strnvis' function. */ #undef HAVE_STRNVIS +/* Define to 1 if you have the `strptime' function. */ +#undef HAVE_STRPTIME + /* Define to 1 if you have the `strsep' function. */ #undef HAVE_STRSEP |