Mercurial > dropbear
comparison configure.ac @ 1426:89f8c5960527
test for linux/pkt-sched.h rather than SO_PRIORITY
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 23 Jun 2017 23:36:33 +0800 |
parents | 33d90d219e03 |
children | f0e262a46d4e |
comparison
equal
deleted
inserted
replaced
1425:39aaf9f4d576 | 1426:89f8c5960527 |
---|---|
231 | 231 |
232 | 232 |
233 # Checks for header files. | 233 # Checks for header files. |
234 AC_HEADER_STDC | 234 AC_HEADER_STDC |
235 AC_HEADER_SYS_WAIT | 235 AC_HEADER_SYS_WAIT |
236 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h pam/pam_appl.h netinet/in_systm.h sys/uio.h]) | 236 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h \ |
237 string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h \ | |
238 pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h \ | |
239 utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h \ | |
240 pam/pam_appl.h netinet/in_systm.h sys/uio.h linux/pkt_sched.h]) | |
237 | 241 |
238 # Checks for typedefs, structures, and compiler characteristics. | 242 # Checks for typedefs, structures, and compiler characteristics. |
239 AC_C_CONST | 243 AC_C_CONST |
240 AC_TYPE_UID_T | 244 AC_TYPE_UID_T |
241 AC_TYPE_MODE_T | 245 AC_TYPE_MODE_T |