diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-10-29 22:02:08 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-10-29 22:02:08 +0000 |
commit | 93b195d1e9490fb0e4310532fd15ab376f08aba5 (patch) | |
tree | 0bb090ccffe6e4460bb579f9345cc3812531bb9d /source/include | |
parent | cc78a9ea31dae72c872b53a290dcf686a372df2a (diff) | |
download | samba-93b195d1e9490fb0e4310532fd15ab376f08aba5.tar.gz samba-93b195d1e9490fb0e4310532fd15ab376f08aba5.tar.xz samba-93b195d1e9490fb0e4310532fd15ab376f08aba5.zip |
looks like someone forgot to commit these...
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/config.h.in | 3 | ||||
-rw-r--r-- | source/include/stamp-h.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index 48851ffb867..f9627a12032 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -536,6 +536,9 @@ /* Define if you have the sigprocmask function. */ #undef HAVE_SIGPROCMASK +/* Define if you have the snprintf function. */ +#undef HAVE_SNPRINTF + /* Define if you have the srand function. */ #undef HAVE_SRAND diff --git a/source/include/stamp-h.in b/source/include/stamp-h.in index a9450b65177..c00512615f3 100644 --- a/source/include/stamp-h.in +++ b/source/include/stamp-h.in @@ -1 +1 @@ -Mon Oct 5 03:36:59 UTC 1998 +Thu Oct 29 16:13:10 UTC 1998 |