aboutsummaryrefslogtreecommitdiff
path: root/m4/bottom.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/bottom.m4')
-rw-r--r--m4/bottom.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/m4/bottom.m4 b/m4/bottom.m4
new file mode 100644
index 0000000..28e1c30
--- /dev/null
+++ b/m4/bottom.m4
@@ -0,0 +1,12 @@
+AC_DEFUN([CONFIG_EXTRA],[
+
+ AH_TOP([
+#pragma once
+
+/* _SYS_FEATURE_TESTS_H is Solaris, _FEATURES_H is GCC */
+#if defined( _SYS_FEATURE_TESTS_H) || defined(_FEATURES_H)
+#error "You should include config.h as your first include file"
+#endif
+
+ ])
+ ])