dxx-rebirth/similar/misc
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
..
args.cpp Move USE_UDP to dxxsconf.h; rename to DXX_USE_UDP 2016-09-11 18:49:15 +00:00
physfsx.cpp Remove char[N] overload for PHYSFSX_getRealPath 2016-08-06 19:55:25 +00:00