Remove some usage of SIZEOF*
commitb4853dbf317ae73cf767ef2bdd884fc6070a02ea
authorRoland Schulz <roland@utk.edu>
Mon, 9 Dec 2013 03:57:36 +0000 (8 22:57 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 9 Jan 2014 06:27:55 +0000 (9 07:27 +0100)
tree96b137a6e9cad7ee8dd13a14ee4d9baaa404c034
parent9e07c276d20f418949ada7a5c2f750a1d1e37ac3
Remove some usage of SIZEOF*

- Remove MacOS hack in src/config.h.cmakein. It wasn't described in detail why
  it was needed. Removed with the asssumption that new cmake versions don't
  have that problem anymore.
- Require 64bit file support. There is no need to keep 32bit file support, now
  that we require 64bit integer. And remove unnessary code.

Change-Id: I501d8b8430ec93ada415b9ac0b60ba6d095c4725
cmake/gmxTestLargeFiles.cmake
src/config.h.cmakein
src/gromacs/fileio/futil.h
src/gromacs/fileio/gmxfio.c
src/gromacs/fileio/gmxfio.h
src/gromacs/fileio/gmxfio_int.h
src/gromacs/fileio/trajectory_writing_low_level.c
src/gromacs/mdlib/mdebin.c