aboutsummaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-21 17:59:07 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-21 17:59:07 -0800
commit4e84397255c98aa19f83bb1359a33fab1d15397f (patch)
tree7cc5ad346a14a925f5114786019d7d53b6c1d9d2 /cmakeconfig.h.in
parent3574778762c76f8d26c3f699cf2c6f126def71a4 (diff)
Don't test for __attribute__ in the configure script.
Instead, use compiler test macros for the one remaining case where we tested for __attribute__ to check whether that *particular* attribute is supported.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index a406cd94..095bcf8e 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -244,9 +244,6 @@
/* Define to 1 if you have the `PacketIsLoopbackAdapter' function. */
#cmakedefine HAVE_PACKET_IS_LOOPBACK_ADAPTER 1
-/* define if your compiler has __attribute__ */
-#cmakedefine HAVE___ATTRIBUTE__ 1
-
/* IPv6 */
#cmakedefine INET6 1