dxx-rebirth/similar
Kp 435aa5a020 Move USE_UDP to dxxsconf.h; rename to DXX_USE_UDP
Rename symbol USE_UDP to DXX_USE_UDP to show that it is a DXX
symbol, not one inherited from a library.  Move it to dxxsconf.h to
shorten the command line.

This is a mostly automated transform, but the changes to SConstruct were
manual.

git grep -l USE_UDP -- '*.h' '*.cpp' | xargs sed -i -e 's/^\s*#ifdef \(USE_UDP\)$/#if DXX_\1/' -e 's/\s*#\(el\)\?if \(.*\)defined(\(USE_UDP\))/#\1if \2DXX_\3/'
2016-09-11 18:49:15 +00:00
..
2d Switch font.cpp to static_cast 2016-09-04 00:02:51 +00:00
3d Switch interp.cpp to static_cast 2016-09-04 00:02:52 +00:00
arch Move USE_SDLMIXER to dxxsconf.h; rename to DXX_USE_SDLMIXER 2016-09-11 18:49:15 +00:00
editor Switch seguvs.cpp to static_cast 2016-09-04 00:02:53 +00:00
main Move USE_UDP to dxxsconf.h; rename to DXX_USE_UDP 2016-09-11 18:49:15 +00:00
misc Move USE_UDP to dxxsconf.h; rename to DXX_USE_UDP 2016-09-11 18:49:15 +00:00