summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h b/config.h
index 75e0338..da1cee4 100644
--- a/config.h
+++ b/config.h
@@ -1,4 +1,4 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.h.in Generated automatically from configure.in by autoheader. */
#ifndef PTW32_CONFIG_H
#define PTW32_CONFIG_H
@@ -30,6 +30,9 @@
/* Define if you need to convert string parameters to unicode. (eg. WinCE) */
#undef NEED_UNICODE_CONSTS
+/* Define if your C (not C++) compiler supports "inline" functions. */
+#undef HAVE_C_INLINE
+
/* Do we know about type mode_t? */
#undef HAVE_MODE_T
@@ -54,6 +57,10 @@
#define HAVE_STRUCT_TIMESPEC
#endif
+#ifdef __GNUC__
+#define HAVE_C_INLINE
+#endif
+
#ifdef __MINGW32__
#define HAVE_MODE_T
#endif