Home
last modified time | relevance | path

Searched refs:have_lua (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/libexec/httpd/
H A Dmain.c94 if (have_lua) in usage()
264 if (!have_lua) in main()
H A Dbozohttpd.h371 #define have_lua (0) macro
375 #define have_lua (1) macro
/netbsd-src/usr.bin/make/unit-tests/
H A DMakefile785 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
786 if [ "$$have_lua" = "yes" ]; then \