HomeSort by: relevance | last modified time | path
    Searched refs:have_lua (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
main.c 94 if (have_lua)
264 if (!have_lua)
bozohttpd.h 371 #define have_lua (0) macro
375 #define have_lua (1) macro
  /src/usr.bin/make/unit-tests/
Makefile 787 have_lua=$$("$$lua" -e 'print "yes"' 2>&1) ; \
788 if [ "$$have_lua" = "yes" ]; then \

Completed in 40 milliseconds