summaryrefslogtreecommitdiff
path: root/confmagic.h
diff options
context:
space:
mode:
authorbehdad <behdad>2004-05-03 05:17:48 +0000
committerbehdad <behdad>2004-05-03 05:17:48 +0000
commit577ed4095383ef5284225d45709e6b5f0598a064 (patch)
tree6c7d0ce55124a688b4d7050e684d9d7a1e3aa71d /confmagic.h
Initial revisionHEADoriginmaster
Diffstat (limited to 'confmagic.h')
-rw-r--r--confmagic.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/confmagic.h b/confmagic.h
new file mode 100644
index 0000000..5cf0a4a
--- /dev/null
+++ b/confmagic.h
@@ -0,0 +1,27 @@
+/*
+ * This file was produced by running metaconfig and is intended to be included
+ * after config.h and after all the other needed includes have been dealt with.
+ *
+ * This file may be empty, and should not be edited. Rerun metaconfig instead.
+ * If you wish to get rid of this magic, remove this file and rerun metaconfig
+ * without the -M option.
+ *
+ * $Id: confmagic.h,v 1.1 2004-05-03 05:17:48 behdad Exp $
+ */
+
+#ifndef _confmagic_h_
+#define _confmagic_h_
+
+#ifndef HAS_INDEX
+#ifndef index
+#define index strchr
+#endif
+#endif
+
+#ifndef HAS_INDEX
+#ifndef rindex
+#define rindex strrchr
+#endif
+#endif
+
+#endif