]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/Config
Added code for the start of the DataLayer format as well as a basic FilePlayerDAO...
[irc/gameservirc.git] / gameserv / Config
index 5d692428a51efcf55c11270fa9896af22610e390..299e7f076f5ae3e68aca3ea9854cb50ac00e7bbc 100755 (executable)
@@ -15,6 +15,7 @@ Choose your IRCD
 5. UltimateIRCD 2.8.x
 6. PTLink
 7. VLife
+8. bahamut-1.8.x
 ++
 
 printf "Make your selection: "
@@ -28,7 +29,8 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-           echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
        2)
            echo "#undef UNREAL" > options.h
            echo "#define BAHAMUT" >> options.h
@@ -36,7 +38,8 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-            echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
        3)
            echo "#undef UNREAL" > options.h
            echo "#undef BAHAMUT" >> options.h
@@ -44,7 +47,8 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-            echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
        4)
            echo "#undef UNREAL" > options.h
            echo "#undef BAHAMUT" >> options.h
@@ -52,7 +56,8 @@ case $select in
            echo "#define HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-            echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
        5)
            echo "#undef UNREAL" > options.h
            echo "#undef BAHAMUT" >> options.h
@@ -60,7 +65,8 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#define ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-            echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
         6)
            echo "#undef UNREAL" > options.h
            echo "#undef BAHAMUT" >> options.h
@@ -68,7 +74,8 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#define PTLINK" >> options.h
-            echo "#undef VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
        7)
            echo "#undef UNREAL" > options.h
            echo "#undef BAHAMUT" >> options.h
@@ -76,7 +83,17 @@ case $select in
            echo "#undef HYBRID" >> options.h
            echo "#undef ULTIMATE2" >> options.h
             echo "#undef PTLINK" >> options.h
-            echo "#define VLIFE" >> options.h;;
+           echo "#undef VLIFE" >> options.h
+           echo "#undef BAHAMUT8" >> options.h;;
+       8)
+           echo "#undef UNREAL" > options.h
+           echo "#undef BAHAMUT" >> options.h
+           echo "#undef P10" >> options.h
+           echo "#undef HYBRID" >> options.h
+           echo "#undef ULTIMATE2" >> options.h
+            echo "#undef PTLINK" >> options.h
+           echo "#undef VLIFE" >> options.h
+           echo "#define BAHAMUT8" >> options.h;;
        *)
            echo
            echo "Improper selection"