freebsd-ports/games/kaid/files/patch-ConfigFile.h
2005-04-02 15:25:49 +00:00

12 lines
285 B
C

--- ConfigFile.h Sun Feb 6 10:40:17 2005
--- ConfigFile.h Sun Feb 27 06:50:15 2005
@@ -20,6 +20,9 @@
int OrbPort;
int Verbosity;
bool UseIPv6;
+#ifdef PLATFORM_freebsd
+ string User;
+#endif
string UIBind;
string UIIP;