meson.build

changeset 39830
c6fc1928c22c
parent 39710
94b96f22d069
child 39877
4bc87b3dbca4
child 39923
f977be37ebc0
child 39931
4afa2de42dc7
equal deleted inserted replaced
39829:ce056c64e426 39830:c6fc1928c22c
899 EXTERNAL_LIBZEPHYR = zephyr 899 EXTERNAL_LIBZEPHYR = zephyr
900 conf.set('LIBZEPHYR_EXT', EXTERNAL_LIBZEPHYR) 900 conf.set('LIBZEPHYR_EXT', EXTERNAL_LIBZEPHYR)
901 901
902 #AC_MSG_CHECKING(for me pot o' gold) 902 #AC_MSG_CHECKING(for me pot o' gold)
903 #AC_MSG_RESULT(no) 903 #AC_MSG_RESULT(no)
904 foreach func : ['gethostid', 'timegm'] 904 foreach func : ['timegm']
905 conf.set('HAVE_' + func.to_upper(), 905 conf.set('HAVE_' + func.to_upper(),
906 compiler.has_function(func)) 906 compiler.has_function(func))
907 endforeach 907 endforeach
908 foreach header : 'paths.h sgtty.h sys/cdefs.h sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h sys/select.h sys/uio.h sys/utsname.h sys/wait.h termios.h'.split() 908 foreach header : 'sgtty.h sys/cdefs.h sys/file.h sys/filio.h sys/ioctl.h sys/msgbuf.h sys/select.h sys/wait.h termios.h'.split()
909 conf.set('HAVE_' + header.to_upper().underscorify(), 909 conf.set('HAVE_' + header.to_upper().underscorify(),
910 compiler.has_header(header)) 910 compiler.has_header(header))
911 endforeach 911 endforeach
912 912
913 # sys/sysctl.h on OpenBSD 4.2 requires sys/param.h 913 # sys/sysctl.h on OpenBSD 4.2 requires sys/param.h

mercurial