File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ check_include_file("netinet/in.h" LIBVNCSERVER_HAVE_NETINET_IN_H)
186186check_include_file ("sys/endian.h" LIBVNCSERVER_HAVE_SYS_ENDIAN_H )
187187check_include_file ("sys/socket.h" LIBVNCSERVER_HAVE_SYS_SOCKET_H )
188188check_include_file ("sys/stat.h" LIBVNCSERVER_HAVE_SYS_STAT_H )
189+ check_include_file ("sys/sysctl.h" LIBVNCSERVER_HAVE_SYS_SYSCTL_H )
189190check_include_file ("sys/time.h" LIBVNCSERVER_HAVE_SYS_TIME_H )
190191check_include_file ("sys/types.h" LIBVNCSERVER_HAVE_SYS_TYPES_H )
191192check_include_file ("sys/wait.h" LIBVNCSERVER_HAVE_SYS_WAIT_H )
Original file line number Diff line number Diff line change 9393/* Define to 1 if you have the <sys/stat.h> header file. */
9494#cmakedefine LIBVNCSERVER_HAVE_SYS_STAT_H 1
9595
96+ /* Define to 1 if you have the <sys/sysctl.h> header file. */
97+ #cmakedefine LIBVNCSERVER_HAVE_SYS_SYSCTL_H 1
98+
9699/* Define to 1 if you have the <sys/time.h> header file. */
97100#cmakedefine LIBVNCSERVER_HAVE_SYS_TIME_H 1
98101
You can’t perform that action at this time.
0 commit comments