commit | 1a8bbd7ca9d1e9ec2a0ef1b1f6acab6222361757 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Mon Apr 26 14:58:58 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 26 14:58:58 1999 +0000 |
tree | 784f1b9a828a49294e867568b4de2fa5c08c3b5c | |
parent | ce597b48c9c56b6057c6184ff5329a8617cfdc23 [diff] [blame] |
Added autoconf check for "inline". You can now use it, it will be defined to (empty) for compilers that do not have it.
diff --git a/include/config.h.in b/include/config.h.in index dc2a2e9..3a2d167 100644 --- a/include/config.h.in +++ b/include/config.h.in
@@ -3,6 +3,9 @@ /* Define to empty if the keyword does not work. */ #undef const +/* Define as __inline if that's what the C compiler calls it. */ +#undef inline + /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t