]> The Tcpdump Group git mirrors - tcpdump/commitdiff
regen
authorassar <assar>
Tue, 11 Jul 2000 00:51:53 +0000 (00:51 +0000)
committerassar <assar>
Tue, 11 Jul 2000 00:51:53 +0000 (00:51 +0000)
config.h.in
configure

index 47a80833fee6e17b433616a4776f235e4353acd9..822a198d8ff7d27dfa66cf31c60511a93970d898 100644 (file)
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+/* Define __P() macro, if necessary */
+#ifndef __P
+#if __STDC__
+#define __P(protos) protos
+#else
+#define __P(protos) ()
+#endif
+#endif
+
 /* Define if you have SSLeay 0.9.0b with the buggy cast128. */
 #undef HAVE_BUGGY_CAST128
 
index ceb1ed7f677aa8ada6141a638e354bd57913ddd7..2fba971e4d79d55e194d56a2ec8300559a3cd31d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.119 
+# From configure.in Revision: 1.120 
 
 
 
@@ -4775,11 +4775,6 @@ fi
 fi
 
 
-if test -r ${srcdir}/lbl/gnuc.h ; then
-       rm -f gnuc.h
-       ln -s ${srcdir}/lbl/gnuc.h gnuc.h
-fi
-
 
 
 
@@ -4798,7 +4793,7 @@ fi
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 # ./install, which can be erroneously created by make from ./install.sh.
 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:4802: checking for a BSD compatible install" >&5
+echo "configure:4797: checking for a BSD compatible install" >&5
 if test -z "$INSTALL"; then
 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6