]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
need to define HAVE_TEMPNAM
authorwessels <>
Tue, 12 Nov 1996 05:32:04 +0000 (05:32 +0000)
committerwessels <>
Tue, 12 Nov 1996 05:32:04 +0000 (05:32 +0000)
configure
configure.in
include/autoconf.h.in

index 10ea0d09b1ade48c25ec352b4608aca12abc3b66..9a5e1edeaa570fb3138a7c1090e4aecfb4e033d4 100755 (executable)
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ fi
 
 
 
-# From configure.in Revision: 1.43 
+# From configure.in Revision: 1.44 
 ac_aux_dir=
 for ac_dir in aux $srcdir/aux; do
   if test -f $ac_dir/install-sh; then
@@ -2406,6 +2406,7 @@ for ac_func in \
        strerror \
        sysconf \
        syslog \
+       tempnam \
        timegm \
 
 do
@@ -2414,7 +2415,7 @@ if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2418 "configure"
+#line 2419 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2468,7 +2469,7 @@ if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2472 "configure"
+#line 2473 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2516,7 +2517,7 @@ if test "$cross_compiling" = yes; then
   SQUID_FD_SETSIZE=256
 else
 cat > conftest.$ac_ext <<EOF
-#line 2520 "configure"
+#line 2521 "configure"
 #include "confdefs.h"
 
 #include <unistd.h>
@@ -2586,7 +2587,7 @@ if test "$cross_compiling" = yes; then
   SQUID_UDP_SO_SNDBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2590 "configure"
+#line 2591 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2622,7 +2623,7 @@ if test "$cross_compiling" = yes; then
   SQUID_UDP_SO_RCVBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2626 "configure"
+#line 2627 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2658,7 +2659,7 @@ if test "$cross_compiling" = yes; then
   SQUID_TCP_SO_SNDBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2662 "configure"
+#line 2663 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2694,7 +2695,7 @@ if test "$cross_compiling" = yes; then
   SQUID_TCP_SO_RCVBUF=16384
 else
 cat > conftest.$ac_ext <<EOF
-#line 2698 "configure"
+#line 2699 "configure"
 #include "confdefs.h"
 
 #include <sys/types.h>
@@ -2727,7 +2728,7 @@ EOF
 
 echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6
 cat > conftest.$ac_ext <<EOF
-#line 2731 "configure"
+#line 2732 "configure"
 #include "confdefs.h"
 #include <stdio.h>
 int main() { return 0; }
@@ -2751,7 +2752,7 @@ rm -f conftest*
 
 echo $ac_n "checking for libresolv _dns_ttl_ hack""... $ac_c" 1>&6
 cat > conftest.$ac_ext <<EOF
-#line 2755 "configure"
+#line 2756 "configure"
 #include "confdefs.h"
 extern int _dns_ttl_;
 int main() { return 0; }
index 3853b04ce5ee2d5d196aa05ce5407384541bf39d..ad5fe8af74a46d027a3856be24898f5ebe4fbe7e 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.44 1996/11/04 16:59:08 wessels Exp $
+dnl  $Id: configure.in,v 1.45 1996/11/11 22:32:05 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.44 $)dnl
+AC_REVISION($Revision: 1.45 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -320,6 +320,7 @@ AC_CHECK_FUNCS(\
        strerror \
        sysconf \
        syslog \
+       tempnam \
        timegm \
 )
 
index 235d702128078216e7f7596bb78ec8cf2795ffdd..63ac4c51bcabde88fc1fd298b7417b173a9745ef 100644 (file)
 /* Define if you have the syslog function.  */
 #undef HAVE_SYSLOG
 
+/* Define if you have the tempnam function.  */
+#undef HAVE_TEMPNAM
+
 /* Define if you have the timegm function.  */
 #undef HAVE_TIMEGM