]> The Tcpdump Group git mirrors - tcpdump/blobdiff - configure
add tracefiles for infinite loop testing
[tcpdump] / configure
index 7907b87ec93eddc31c32ad733d869b4bb458827d..a376af6ce92bc6a923afc71b9a99c6f7afac56f3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.169.2.3 .
+# From configure.in Revision: 1.169.2.5 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -6836,7 +6836,7 @@ fi
 done
 
 if test $needsnprintf = yes; then
-       LIBOBJS="$LIBOBJS snprintf.o.$ac_objext"
+       LIBOBJS="$LIBOBJS snprintf.$ac_objext"
 fi
 
 
@@ -8509,7 +8509,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 
 echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
-       LIBOBJS="$LIBOBJS inet_ntop.o.$ac_objext"
+       LIBOBJS="$LIBOBJS inet_ntop.$ac_objext"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 echo "$as_me:$LINENO: checking for inet_pton" >&5
@@ -8554,7 +8554,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 
 echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
-       LIBOBJS="$LIBOBJS inet_pton.o.$ac_objext"
+       LIBOBJS="$LIBOBJS inet_pton.$ac_objext"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 echo "$as_me:$LINENO: checking for inet_aton" >&5
@@ -8599,7 +8599,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
 
 echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
-       LIBOBJS="$LIBOBJS inet_aton.o.$ac_objext"
+       LIBOBJS="$LIBOBJS inet_aton.$ac_objext"
 fi
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
 
@@ -8822,13 +8822,9 @@ int
 main ()
 {
 
-char *
-return_pcap_version(void)
-{
        extern char pcap_version[];
 
-       return pcap_version;
-}
+       return (int)pcap_version;
 
   ;
   return 0;
@@ -8880,13 +8876,9 @@ int
 main ()
 {
 
-int
-return_pcap_debug(void)
-{
        extern int pcap_debug;
 
        return pcap_debug;
-}
 
   ;
   return 0;
@@ -8939,13 +8931,9 @@ int
 main ()
 {
 
-       int
-       return_yydebug(void)
-       {
                extern int yydebug;
 
                return yydebug;
-       }
 
   ;
   return 0;