diff options
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 3f0ff7de..6b6adc32 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -250,9 +250,6 @@ /* define if libpcap has yydebug */ #cmakedefine HAVE_YYDEBUG 1 -/* define if your compiler has __attribute__ */ -#cmakedefine HAVE___ATTRIBUTE__ 1 - /* Define to 1 if netenet/dnetdb.h declares `dnet_htoa' */ #cmakedefine NETDNET_DNETDB_H_DECLARES_DNET_HTOA 1 @@ -298,10 +295,6 @@ /* define on AIX to get certain functions */ #cmakedefine _SUN 1 -/* define if your compiler allows __attribute__((fallthrough)) without a - warning */ -#cmakedefine __ATTRIBUTE___FALLTHROUGH_OK 1 - /* to handle Ultrix compilers that don't support const in prototypes */ #cmakedefine const 1 |