Skip to content

Commit

Permalink
configure and cmake: remove checks for 'inline' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlson2k committed Apr 24, 2024
1 parent 4e4c1d7 commit 9e63cc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Expand Up @@ -496,9 +496,6 @@ fi
AC_SUBST(REQUIRE_LIB_DEPS)
AM_CONDITIONAL(USE_EXPLICIT_LIB_DEPS, test x$REQUIRE_LIB_DEPS = xyes)

dnl check if there's a way to force code inline
AC_C_INLINE

dnl **********************************************************************
dnl platform/compiler/architecture specific checks/flags
dnl **********************************************************************
Expand Down
6 changes: 0 additions & 6 deletions lib/curl_config.h.cmake
Expand Up @@ -773,12 +773,6 @@ ${SIZEOF_TIME_T_CODE}
/* Type to use in place of in_addr_t when system does not provide it. */
#cmakedefine in_addr_t ${in_addr_t}

/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
#cmakedefine size_t ${size_t}

Expand Down

0 comments on commit 9e63cc5

Please sign in to comment.