mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 12:08:13 +02:00
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:
parent
6d46d43aab
commit
bf30fe6d60
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue