make syslog.h optional

This commit is contained in:
John
2022-12-11 10:57:48 +01:00
parent 9e7565c849
commit a7de3175d8
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ check_include_file(pthread.h HAVE_PTHREAD_H)
check_include_file(sys/ioctl.h HAVE_SYS_IOCTL_H)
check_include_file(sys/select.h HAVE_SYS_SELECT_H)
check_include_file(sys/time.h HAVE_SYS_TIME_H)
check_include_file(syslog.h HAVE_SYSLOG_H)
check_include_file(time.h HAVE_TIME_H)
check_include_file(termios.h HAVE_TERMIOS_H)