Modified config.h template used by cmake to properly

check for existance of ssize_t.
This commit is contained in:
Ward Fisher 2013-05-22 16:30:54 +00:00
parent 2cd6e5f7aa
commit 2c63696151
2 changed files with 2 additions and 2 deletions

View File

@ -723,7 +723,7 @@ add_subdirectory(libsrc)
IF (USE_PNETCDF)
add_subdirectory(libsrc5)
ENDIF (USE_HDF5)
ENDIF (USE_PNETCDF)
IF (USE_HDF5)
add_subdirectory(libsrc4)

View File

@ -94,7 +94,7 @@
#cmakedefine HAVE_DECL_SIGNBIT 1
#cmakedefine HAVE_DOPRNT
#cmakedefine HAVE_ALLOCA
#cmakedefine HAVE_SSIZE_T 1
#cmakedefine HAVE_LIBPNETCDF
/* Define to 1 if you have the <alloca.h> header file. */