]> granicus.if.org Git - graphviz/commitdiff
Remove defintion of HAVE_SYS_SOCKET_H and _sys_socket
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 8 Dec 2016 23:23:40 +0000 (00:23 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 21 Dec 2016 13:54:24 +0000 (14:54 +0100)
These defines were set, but never used. Defining them is therefore not needed.

ast_common.h.in
config.iffe
configure.ac
windows/dependencies/graphviz-build-utilities
windows/include/config.h

index cb1ce3c981c4e2c0425377e5afb22828cb7cd079..5412671fca1d3f366e04ff507e829ba230a8ba46 100644 (file)
 #  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
index 7a0a98fb1f812d3a3f29a30f8852375af185ff1e..6232cdcea3a68acc0ede52187c1c873d649b610f 100644 (file)
@@ -42,7 +42,6 @@ hdr termios
 hdr unistd
 
 sys types
-sys socket
 sys mman
 sys stat
 sys select
index ce08cf3a498ad8e241802bac39f9a4e9e31d07a8..bcfdd0e02b1e3b1c75027bb7f3d00f02001c36ca 100644 (file)
@@ -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
index 4bb060c1405b7e7a2c01fbe26dcd928ec1c24c55..3045f355e36997aab1f616a4b2662c22ff2f478a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4bb060c1405b7e7a2c01fbe26dcd928ec1c24c55
+Subproject commit 3045f355e36997aab1f616a4b2662c22ff2f478a
index 394c5144e24242933e8e1e6d656cee19fd755a9e..16fec85035dbcdfa35d2da50c269d7cf98248756 100644 (file)
 /* Define to 1 if you have the <sys/select.h> header file. */
 /* #undef HAVE_SYS_SELECT_H */
 
-/* Define to 1 if you have the <sys/socket.h> header file. */
-/* #undef HAVE_SYS_SOCKET_H */
-
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1