summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-07-23 15:36:00 +0000
committercls%seawood.org <devnull@localhost>1999-07-23 15:36:00 +0000
commit16df2c747ea5a31655e4000d5f8eefe536fef397 (patch)
tree8473d858948526d81ce91a5fca27fbf065243e31
parented0a097d7ced673ba8df490b85d3770147153e99 (diff)
downloadnspr-hg-16df2c747ea5a31655e4000d5f8eefe536fef397.tar.gz
Hacked prtypes.h to use user specified md/_platform.cfg if MDCPUCFG is defined. Exported the md/_platform.cfg files so that it can be changed at compile-time rather than configure time.
-rw-r--r--pr/include/prtypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index 3100f19e..2e2fa1b0 100644
--- a/pr/include/prtypes.h
+++ b/pr/include/prtypes.h
@@ -33,7 +33,11 @@
#ifndef prtypes_h___
#define prtypes_h___
+#ifdef MDCPUCFG
+#include MDCPUCFG
+#else
#include "prcpucfg.h"
+#endif
#include <stddef.h>