Home
last modified time | relevance | path

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

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