Created
October 5, 2021 14:24
-
-
Save azagramac/54c134b65402b9743a185efa42d770df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- configure.in.orig 2012-03-30 00:16:23.000000000 +0300 | |
+++ configure.in 2012-07-09 02:15:10.000000000 +0300 | |
@@ -199,23 +199,9 @@ | |
*darwin*) | |
AC_DEFINE(HAVE_SOCKADDR_SA_LEN, 1, | |
[Define if the sockaddr structure includes a sa_len member.]) | |
- LIBNET_CONFIG_DEFINES="-DHAVE_SOCKADDR_SA_LEN" | |
- | |
-dnl | |
-dnl Check to see if x86 | |
-dnl | |
- | |
- case "$target" in | |
- i?86-*-*darwin*) | |
- AC_DEFINE(LIBNET_BSDISH_OS) | |
- AC_DEFINE(LIBNET_BSD_BYTE_SWAP) | |
- LIBNET_CONFIG_DEFINES="$LIBNET_CONFIG_DEFINES -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP" | |
- ;; | |
- | |
- *) | |
- ;; | |
- | |
- esac | |
+ AC_DEFINE(LIBNET_BSDISH_OS) | |
+ AC_DEFINE(LIBNET_BSD_BYTE_SWAP) | |
+ LIBNET_CONFIG_DEFINES="-DHAVE_SOCKADDR_SA_LEN -DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP" | |
;; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment