From: Erwin Janssen Date: Thu, 8 Dec 2016 23:23:40 +0000 (+0100) Subject: Remove defintion of HAVE_SYS_SOCKET_H and _sys_socket X-Git-Tag: 2.40.1~2^2~1^2^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0214cd555b4fa5e4dbcb45a775a729731819321a;p=graphviz Remove defintion of HAVE_SYS_SOCKET_H and _sys_socket These defines were set, but never used. Defining them is therefore not needed. --- diff --git a/ast_common.h.in b/ast_common.h.in index cb1ce3c98..5412671fc 100644 --- a/ast_common.h.in +++ b/ast_common.h.in @@ -11,10 +11,6 @@ # define _sys_types 1 #endif -#ifdef HAVE_SYS_SOCKET_H -# define _sys_socket 1 -#endif - #ifdef HAVE_SYS_STAT_H # define _sys_stat 1 #endif diff --git a/config.iffe b/config.iffe index 7a0a98fb1..6232cdcea 100644 --- a/config.iffe +++ b/config.iffe @@ -42,7 +42,6 @@ hdr termios hdr unistd sys types -sys socket sys mman sys stat sys select diff --git a/configure.ac b/configure.ac index ce08cf3a4..bcfdd0e02 100644 --- a/configure.ac +++ b/configure.ac @@ -429,7 +429,7 @@ AC_CHECK_HEADERS(stdarg.h stddef.h stddef.h malloc.h \ fcntl.h search.h pthread.h values.h float.h limits.h termios.h \ errno.h time.h unistd.h strings.h setjmp.h \ sys/time.h sys/times.h sys/types.h sys/select.h \ - sys/socket.h sys/stat.h sys/mman.h \ + sys/stat.h sys/mman.h \ sys/ioctl.h sys/inotify.h langinfo.h libintl.h crt_externs.h) AC_HEADER_TIME AC_HEADER_DIRENT diff --git a/windows/dependencies/graphviz-build-utilities b/windows/dependencies/graphviz-build-utilities index 4bb060c14..3045f355e 160000 --- a/windows/dependencies/graphviz-build-utilities +++ b/windows/dependencies/graphviz-build-utilities @@ -1 +1 @@ -Subproject commit 4bb060c1405b7e7a2c01fbe26dcd928ec1c24c55 +Subproject commit 3045f355e36997aab1f616a4b2662c22ff2f478a diff --git a/windows/include/config.h b/windows/include/config.h index 394c5144e..16fec8503 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -317,9 +317,6 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SELECT_H */ -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_SOCKET_H */ - /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1