aboutsummaryrefslogtreecommitdiff
path: root/jconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'jconfig.h.in')
-rw-r--r--jconfig.h.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/jconfig.h.in b/jconfig.h.in
index fbddf7d..4aef763 100644
--- a/jconfig.h.in
+++ b/jconfig.h.in
@@ -27,6 +27,9 @@
/* Compiler does not support pointers to unspecified structures. */
#undef INCOMPLETE_TYPES_BROKEN
+/* How to obtain function inlining. */
+#undef INLINE
+
/* Compiler has <strings.h> rather than standard <string.h>. */
#undef NEED_BSD_STRINGS
@@ -50,11 +53,5 @@
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
-/* 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. */
#undef size_t