commented-out setting of default relay host name

This commit is contained in:
ehouse 2009-02-07 18:18:24 +00:00
parent 644dc3b5ad
commit 326e57e742

View file

@ -116,6 +116,8 @@ CFLAGS += -DPERIMETER_FOCUS
# Hack until figure out how to turn off IME (12-key-to-text) on CE.
CFLAGS += -DNUMBER_KEY_AS_INDEX
#CFLAGS += -DRELAY_NAME_DEFAULT=\"localhost\"
# This is normally part of MEM_DEBUG, but sometimes we want logging in
# a release build, e.g. to figure out why opening a saved game isn't
# working. So normally it's commented out here.