Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

options.h

Go to the documentation of this file.
00001 #ifndef OPTIONS_H
00002 #define OPTIONS_H
00003 
00004 #define SUCCESS 1
00005 #define FAILURE 0
00006 
00007 #define VERSION_MAJOR 0
00008 #define VERSION_MINOR 1
00009 #define PATCH_LEVEL   0
00010 
00011 #define DEFAULT_HOST "127.0.0.1"
00012 #define DEFAULT_PORT 30514
00013 
00014 #define SERVER_CONFIG_FILE "3Dsias.conf"
00015 #define SERVER_PLUGIN_DIR  "server/plugins"
00016 
00017 #define CLIENT_CONFIG_FILE "3Dsiac.conf"
00018 #define CLIENT_PLUGIN_DIR  "client/plugins"
00019 
00020 #endif

Generated at Sat May 13 13:50:20 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000