Fix build failure on older OS X versions
Should not check boolean value of those macros, but if they both are defined (at all): #if defined() && defined()
Reply To cazfi
Should not check boolean value of those macros, but if they both are defined (at all): #if defined() && defined()
There's now a new version of the pull request with this fixed. It applies cleanly to all branches.
Build can fail due to including sys/random.h when it's not needed. Example failure: https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/139520/steps/install-port/logs/stdio
Pull request with proposed fix: https://github.com/freeciv/freeciv/pull/29