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 @@ -189,6 +189,7 @@ check_include_file("sys/stat.h" LIBVNCSERVER_HAVE_SYS_STAT_H)
189189check_include_file ("sys/time.h" LIBVNCSERVER_HAVE_SYS_TIME_H )
190190check_include_file ("sys/types.h" LIBVNCSERVER_HAVE_SYS_TYPES_H )
191191check_include_file ("sys/wait.h" LIBVNCSERVER_HAVE_SYS_WAIT_H )
192+ check_include_file ("sched.h" LIBVNCSERVER_HAVE_SCHED_H )
192193check_include_file ("unistd.h" LIBVNCSERVER_HAVE_UNISTD_H )
193194check_include_file ("sys/resource.h" LIBVNCSERVER_HAVE_SYS_RESOURCE_H )
194195
Original file line number Diff line number Diff line change 108108/* Define to 1 if you have <sys/resource.h> */
109109#cmakedefine LIBVNCSERVER_HAVE_SYS_RESOURCE_H 1
110110
111+ /* Define to 1 if you have the <sched.h> header file. */
112+ #cmakedefine LIBVNCSERVER_HAVE_SCHED_H 1
113+
111114/* Define to 1 if you have the <unistd.h> header file. */
112115#cmakedefine LIBVNCSERVER_HAVE_UNISTD_H 1
113116
You can’t perform that action at this time.
0 commit comments