Fix what appears to be a collision of header guards.
This appears to resolve a build problem which lead to compilation problems
on bitcoind.cpp (where GetConfig() was reported as not declared in scope).
The build problem was observed using more recent compiler (gcc 7.1.0),
and resolved itself when the src/config.h header conditional was made
unique.
It is not clear why this collision does not manifest itself under all
circumstances (e.g. not when building with gcc 4.9.2).
The test system was a Debian 8 derivative (x86_64).