Removed gmx_header_config.h
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 8 Jan 2015 13:29:04 +0000 (14:29 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 20 Jan 2015 17:45:50 +0000 (18:45 +0100)
commit68fc31308adc8b2e35fd1390e6a508446427d845
treeb45a8f5d719a7999835639404a8229d28935e2b9
parentcd45ed34a236aecd92b1aa05950057f2ec27d33b
Removed gmx_header_config.h

Now we no longer install a header just to get platform
independence for functionality that is not actually
part of the the installed API.

Moved DIR_SEPARATOR into its own non-installed header.

Moved snprintf MSVC-workaround define into its own non-installed
header.

Moved GMX_NATIVE_WINDOWS definition to config.h

Removed checks related to the use of gmx_header_config.h

Refs #950, #1454

Change-Id: I6aebcddd6772dfa82bf1214c6ed42f9da6ac22e0
27 files changed:
docs/doxygen/check-source.py
docs/doxygen/gmxtree.py
docs/doxygen/includesorter.py
src/config.h.cmakein
src/gromacs/fileio/gmxfio.c
src/gromacs/gmxana/gmx_bar.c
src/gromacs/gmxana/gmx_do_dssp.c
src/gromacs/gmxana/gmx_hbond.c
src/gromacs/gmxlib/main.cpp
src/gromacs/gmxpreprocess/fflibutil.cpp
src/gromacs/gmxpreprocess/gmxcpp.c
src/gromacs/gmxpreprocess/grompp.c
src/gromacs/gmxpreprocess/pdb2gmx.c
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/pgutil.c
src/gromacs/mdlib/md_support.cpp
src/gromacs/timing/wallcycle.c
src/gromacs/utility/CMakeLists.txt
src/gromacs/utility/cstringutil.h
src/gromacs/utility/dir_separator.h [new file with mode: 0644]
src/gromacs/utility/futil.cpp
src/gromacs/utility/futil.h
src/gromacs/utility/path.cpp
src/gromacs/utility/smalloc.c
src/gromacs/utility/snprintf.h [moved from src/gromacs/utility/gmx_header_config.h with 74% similarity]
src/programs/view/dialogs.cpp
src/programs/view/filter.cpp