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