diff options
-rwxr-xr-x | source/configure | 2 | ||||
-rw-r--r-- | source/include/config.h.in | 3 | ||||
-rw-r--r-- | source/include/stamp-h.in | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/source/configure b/source/configure index b414d309097..d2cc39aff86 100755 --- a/source/configure +++ b/source/configure @@ -3733,7 +3733,7 @@ else fi done -for ac_func in memmove vsnprintf setsid glob strpbrk pipe crypt16 getauthuid +for ac_func in memmove vsnprintf snprintf setsid glob strpbrk pipe crypt16 getauthuid do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3740: checking for $ac_func" >&5 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 |