Skip to content

Commit 89a1786

Browse files
committed
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.
1 parent ba620a6 commit 89a1786

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmakeconfig.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@
243243
/* The size of `void *', as computed by sizeof. */
244244
#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
245245

246-
/* Define to 1 if you have the ANSI C header files. */
247-
#cmakedefine STDC_HEADERS 1
248-
249246
/* Define to 1 if sys/ethernet.h declares `ether_ntohost' */
250247
#cmakedefine SYS_ETHERNET_H_DECLARES_ETHER_NTOHOST 1
251248

@@ -264,9 +261,6 @@
264261
/* define on AIX to get certain functions */
265262
#cmakedefine _SUN 1
266263

267-
/* Define as token for inline if inlining supported */
268-
#cmakedefine inline 1
269-
270264
/* Define to `uint16_t' if u_int16_t not defined. */
271265
#cmakedefine u_int16_t 1
272266

0 commit comments

Comments
 (0)