Galactic Bloodshed
Macros
config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERS   "v5.2 10/9/92" /* don't change this */
 
#define GB_HOST   "solana.mps.ohio-state.edu" /* change this for your machine */
 
#define GB_PORT   2010 /* change this for your port selection */
 
#define COMMAND_TIME_MSEC   250 /* time slice length in milliseconds */
 
#define COMMANDS_PER_TIME
 
#define COMMAND_BURST_SIZE
 
#define DISCONNECT_TIME   7200 /* maximum idle time */
 
#define MAX_OUTPUT   32768 /* don't change this */
 
#define WELCOME_FILE   "welcome.txt"
 
#define HELP_FILE   DOCDIR "help.txt"
 
#define LEAVE_MESSAGE   "\n*** Thank you for playing Galactic Bloodshed ***\n"
 
#define MARKET   /* comment this out if you don't want to use the market */
 
#define DISSOLVE   /* If you want to allow players to dissolve */
 
#define DEFENSE   /* If you want to allow planetary guns */
 
#define VOTING   /* If you want to allow player voting. */
 

Macro Definition Documentation

◆ COMMAND_BURST_SIZE

#define COMMAND_BURST_SIZE
Value:
250 /* commands allowed per user \
in a burst */

Definition at line 10 of file config.h.

◆ COMMAND_TIME_MSEC

#define COMMAND_TIME_MSEC   250 /* time slice length in milliseconds */

Definition at line 6 of file config.h.

◆ COMMANDS_PER_TIME

#define COMMANDS_PER_TIME
Value:
1 /* commands per time slice after \
burst */

Definition at line 7 of file config.h.

◆ DEFENSE

#define DEFENSE   /* If you want to allow planetary guns */

Definition at line 30 of file config.h.

◆ DISCONNECT_TIME

#define DISCONNECT_TIME   7200 /* maximum idle time */

Definition at line 13 of file config.h.

◆ DISSOLVE

#define DISSOLVE   /* If you want to allow players to dissolve */

Definition at line 29 of file config.h.

◆ GB_HOST

#define GB_HOST   "solana.mps.ohio-state.edu" /* change this for your machine */

Definition at line 3 of file config.h.

◆ GB_PORT

#define GB_PORT   2010 /* change this for your port selection */

Definition at line 4 of file config.h.

◆ HELP_FILE

#define HELP_FILE   DOCDIR "help.txt"

Definition at line 17 of file config.h.

◆ LEAVE_MESSAGE

#define LEAVE_MESSAGE   "\n*** Thank you for playing Galactic Bloodshed ***\n"

Definition at line 18 of file config.h.

◆ MARKET

#define MARKET   /* comment this out if you don't want to use the market */

Definition at line 27 of file config.h.

◆ MAX_OUTPUT

#define MAX_OUTPUT   32768 /* don't change this */

Definition at line 14 of file config.h.

◆ VERS

#define VERS   "v5.2 10/9/92" /* don't change this */

Definition at line 1 of file config.h.

◆ VOTING

#define VOTING   /* If you want to allow player voting. */

Definition at line 31 of file config.h.

◆ WELCOME_FILE

#define WELCOME_FILE   "welcome.txt"

Definition at line 16 of file config.h.