diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-14 09:14:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:38 -0500 |
commit | eb49760603a043163b7cc80c781a16eac376aee2 (patch) | |
tree | 7c247b1aecfe7d763a73ba775342bd604f62f8ce /source4/lib/replace/libreplace.m4 | |
parent | 2bedec23eeeed0ef7559fad927be9d70df71538a (diff) | |
download | samba-eb49760603a043163b7cc80c781a16eac376aee2.tar.gz samba-eb49760603a043163b7cc80c781a16eac376aee2.tar.xz samba-eb49760603a043163b7cc80c781a16eac376aee2.zip |
r22215: add strptime replacement to libreplace based on the patch
from jojowil@hvcc.edu to bug 4063
also add a testsuite for strptime()
metze
(This used to be commit aba64521707143e6505b3322c390882a918a148a)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index 12be9f60161..33cd0894c10 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -327,6 +327,7 @@ m4_include(system/config.m4) m4_include(dlfcn.m4) m4_include(getpass.m4) +m4_include(strptime.m4) m4_include(win32.m4) m4_include(timegm.m4) m4_include(repdir.m4) |