1031a7b791
libspf2 is an implementation of the Sender Policy Framework (SPF). ok jakob@ merdely@
26 lines
931 B
Plaintext
26 lines
931 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2008/01/30 15:58:50 okan Exp $
|
|
--- configure.orig Wed Feb 23 21:14:51 2005
|
|
+++ configure Thu Jan 24 23:20:37 2008
|
|
@@ -1945,7 +1945,7 @@ major=`echo $PACKAGE_VERSION | sed 's/^\([0-9]*\)\.[0-
|
|
minor=`echo $PACKAGE_VERSION | sed 's/^[0-9]*\.\([0-9]*\)\.[0-9]*/\1/'`
|
|
patch=`echo $PACKAGE_VERSION | sed 's/^[0-9]*\.[0-9]*\.\([0-9]*\)/\1/'`
|
|
|
|
-cat >src/libspf2/spf_lib_version.h <<_EOF_VERSION
|
|
+cat >src/include/spf_lib_version.h <<_EOF_VERSION
|
|
#ifndef INC_SPF_VERSION
|
|
#define INC_SPF_VERSION
|
|
|
|
@@ -23661,12 +23661,6 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
- #ifdef HAVE_SYS_SOCKET_H
|
|
- # include <sys/socket.h> /* inet_ functions / structs */
|
|
- #endif
|
|
- #ifdef HAVE_NETINET_IN_H
|
|
- # include <netinet/in.h> /* inet_ functions / structs */
|
|
- #endif
|
|
#ifdef HAVE_ARPA_NAMESER_H
|
|
# include <arpa/nameser.h> /* DNS HEADER struct */
|
|
#endif
|