summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/i386/klibc/archconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/include/arch/i386/klibc/archconfig.h')
-rw-r--r--usr/include/arch/i386/klibc/archconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr/include/arch/i386/klibc/archconfig.h b/usr/include/arch/i386/klibc/archconfig.h
new file mode 100644
index 0000000..7d4d5cd
--- /dev/null
+++ b/usr/include/arch/i386/klibc/archconfig.h
@@ -0,0 +1,15 @@
+/*
+ * include/arch/i386/klibc/archconfig.h
+ *
+ * See include/klibc/sysconfig.h for the options that can be set in
+ * this file.
+ *
+ */
+
+#ifndef _KLIBC_ARCHCONFIG_H
+#define _KLIBC_ARCHCONFIG_H
+
+/* We have klibc/archinit.h and __libc_archinit() */
+#define _KLIBC_HAS_ARCHINIT 1
+
+#endif /* _KLIBC_ARCHCONFIG_H */