]> granicus.if.org Git - graphviz/commitdiff
Remove check for `size_t` in configure.ac
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 18 Dec 2016 11:49:49 +0000 (12:49 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 21 Dec 2016 13:54:25 +0000 (14:54 +0100)
The macro `AC_TYPE_SIZE_T` checks if the type `size_t` is available, but
this type is part of the C standard, checking is therefore not required.

configure.ac
windows/include/config.h

index 4ef571f8effbd9c95304fac1e370a94c51e606c4..d9d3e33584206cb8bcd6415b038958dad31685b4 100644 (file)
@@ -415,7 +415,6 @@ dnl -----------------------------------
 dnl Check for various typedefs and provide substitutes if they do not exist.
 
 AC_TYPE_PID_T
-AC_TYPE_SIZE_T
 AC_TYPE_SSIZE_T
 AC_TYPE_UID_T
 
index 31aa16127ebfc70308415ed7bec1bfb2599f7e82..9db05aed37925c939281eee617bbba3cc7477344 100644 (file)
 /* Define to `int' if <sys/types.h> does not define. */
 /* #undef pid_t */
 
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-/* #undef size_t */
-
 /* Define to `int' if <sys/types.h> does not define. */
 //#define ssize_t int