From: Denis Ovsienko Date: Fri, 15 Mar 2024 13:17:39 +0000 (+0000) Subject: Remove "inline" from cmakeconfig.h.in. [skip ci] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/89a17869ff7a6030412f61cdff4eddba1fad69ff?ds=sidebyside Remove "inline" from cmakeconfig.h.in. [skip ci] CMake does not define the macro, but that's irrelevant because the source code does not use it, but that's in turn irrelevant because inline functions are a part of C99. Likewise, STDC_HEADERS is never defined. --- diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index a2d690c5..fc2dd137 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -243,9 +243,6 @@ /* The size of `void *', as computed by sizeof. */ #cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@ -/* Define to 1 if you have the ANSI C header files. */ -#cmakedefine STDC_HEADERS 1 - /* Define to 1 if sys/ethernet.h declares `ether_ntohost' */ #cmakedefine SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST 1 @@ -264,9 +261,6 @@ /* define on AIX to get certain functions */ #cmakedefine _SUN 1 -/* Define as token for inline if inlining supported */ -#cmakedefine inline 1 - /* Define to `uint16_t' if u_int16_t not defined. */ #cmakedefine u_int16_t 1