• Sergey Sharybin's avatar
    Fix redefined warnings from config.h · 418f9020
    Sergey Sharybin authored
    The issue was caused by config.h header being included from both
    header files and implementation files.
    
    Proposed solution is to have regular header guard in the generated
    config.h. Benefit of this solution is that it's least intrusive.
    Downside is that it only solves issue for CMake build system, and
    autoconf one is not fixed since header template is automatically
    generated by autoheader who does not add header guard.
    418f9020
Name
Last commit
Last update
bazel Loading commit data...
cmake Loading commit data...
doc Loading commit data...
m4 Loading commit data...
packages Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README.windows Loading commit data...
WORKSPACE Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
glog-config.cmake.in Loading commit data...
libglog.pc.in Loading commit data...
ltmain.sh Loading commit data...