projects
/
cobranet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d943b0
)
Reduced likelihood of erroneous code being uploaded by having an error message when...
author
Ari Johnson
<ari@theari.com>
Wed, 19 Mar 2008 22:27:22 +0000
(22:27 +0000)
committer
Ari Johnson
<ari@theari.com>
Wed, 19 Mar 2008 22:27:22 +0000
(22:27 +0000)
config.minc
patch
|
blob
|
history
diff --git
a/config.minc
b/config.minc
index 7a8ead15f887d3880914a6786f5c729cda01efa7..ba4b41a58b9a50b590c6642a177cc6ce7bd00175 100644
(file)
--- a/
config.minc
+++ b/
config.minc
@@
-6,13
+6,16
@@
# CobraNet Object Definitions
#
-#if
def PAIGE
-#include
"paige.minc"
-#elif
defined(YV)
+#if
defined(PAIGE)
+#include "paige.minc"
+#elif defined(YV)
#include "yv.minc"
-#el
se
+#el
if defined(ROME)
#include "rome.minc"
+#else
+#error You must select a game to include configuration definitions
#endif
+
#
#ifndef SQL_CNET
#define POSTS_ALLOWED(BOARD) t(get(BOARD/postsallowed))