build: Remove support for emulating inline with __inline or __inline__

We now require a (mostly-)C99 compiler, and C99 guarantees the presence
of the inline keyword.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-07-19 20:34:15 +01:00
parent 6d46d43aab
commit bf30fe6d60
2 changed files with 0 additions and 5 deletions

View file

@ -280,10 +280,6 @@
#define SIGHUP 1
#endif
# if defined(_MSC_VER) && !defined(inline)
#define inline __inline
#endif
#ifdef DBUS_WIN
#define FD_SETSIZE @FD_SETSIZE@
#endif

View file

@ -101,7 +101,6 @@ AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_ISC_POSIX
AC_HEADER_STDC
AC_C_INLINE
AM_PROG_LIBTOOL
AC_PROG_MKDIR_P
PKG_PROG_PKG_CONFIG