Remove unused defines from config.h, part 3.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 20 May 2012 18:33:01 +0000 (21:33 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Sun, 20 May 2012 19:07:12 +0000 (22:07 +0300)
commite613969e1fc0b3762b774b728bade7bdea9a45ea
tree0aba03f769dbfd37f0e76818e2a8fe3f9acca6ac
parent58aec01352110f7736fcecc67d8a94956ab2caa4
Remove unused defines from config.h, part 3.

- C89 defines size_t in stddef.h, even for free-standing
  implementations, we probably don't need to define our own fallback
  (and it probably doesn't work in any case).
- F77_FUNC_, the underscored version is not used anywhere.  Left it's
  definition in CMakeLists.txt as commented.
- TMPI_WINDOWS_NUMA_API, not used in source files nor in CMake.
- HAVE_LIBM and GMX_LARGEFILES, not used in any source file.
- HAVE_?MMINTRIN_H, not used anywhere.
- restrict, not used anywhere, and the check was broken.

Change-Id: Icc5bba87973c7a086a01be486a5785faee4c5cad
CMakeLists.txt
cmake/TestRestrict.c [deleted file]
cmake/ThreadMPI.cmake
cmake/gmxTestRestrict.cmake [deleted file]
src/config.h.cmakein