Remove support for Tru64

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 2 months ago
parent 03f309f4de
commit e460a14872
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -28,7 +28,6 @@ endif( WITH_GCC_VISIBILITY )
##### check for headers ##### check for headers
check_include_file( "slapi-plugin.h" HAVE_SLAPI_PLUGIN_H ) check_include_file( "slapi-plugin.h" HAVE_SLAPI_PLUGIN_H )
check_include_file( "sys/bitypes.h" HAVE_SYS_BITYPES_H )
check_include_file( "sys/types.h" HAVE_SYS_TYPES_H ) check_include_file( "sys/types.h" HAVE_SYS_TYPES_H )
check_include_file( "stdint.h" HAVE_STDINT_H ) check_include_file( "stdint.h" HAVE_STDINT_H )

@ -10,9 +10,6 @@
/* Defined to 1 if you have the <slapi-plugin.h> header */ /* Defined to 1 if you have the <slapi-plugin.h> header */
#cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@ #cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@
/* Define to 1 if you have the <sys/bitypes.h> header */
#cmakedefine HAVE_SYS_BITYPES_H 1
/* Define to 1 if you have the <sys/types.h> header */ /* Define to 1 if you have the <sys/types.h> header */
#cmakedefine HAVE_SYS_TYPES_H 1 #cmakedefine HAVE_SYS_TYPES_H 1

@ -24,12 +24,6 @@
#include <sys/types.h> #include <sys/types.h>
#endif #endif
#ifdef HAVE_STDINT_H #ifdef HAVE_STDINT_H
#include <stdint.h> /* For uintXX_t on OSX */
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h> /* For uintXX_t on Tru64 */
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h> #include <stdint.h>
#endif #endif

Loading…
Cancel
Save