Lines Matching refs:no
36 --disable-debug) DEBUG=no;;
39 --disable-fork) FORK=no;;
41 --disable-static) STATIC=no;;
43 --disable-ipv4) INET=no;;
45 --disable-ipv6) INET6=no;;
47 --disable-embedded) EMBEDDED=no;;
50 --disable-dbus) DBUS=no;;
68 --without-arc4random) ARC4RANDOM=no;;
69 --without-closefrom) CLOSEFROM=no;;
70 --without-getline) GETLINE=no;;
71 --without-strlcpy) STRLCPY=no;;
72 --without-posix_spawn) POSIX_SPAWN=no;;
73 --without-md5) MD5=no;;
74 --without-sha2) SHA2=no;;
75 --without-sha256) SHA2=no;;
76 --without-dev) DEV=no;;
77 --without-udev) UDEV=no;;
132 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
558 ARC4RANDOM=no
563 if [ "$ARC4RANDOM" = no ]; then
580 ARC4RANDOM_UNIFORM=no
585 if [ "$ARC4RANDOM_UNIFORM" = no ]; then
602 CLOSEFROM=no
607 if [ "$CLOSEFROM" = no ]; then
626 GETLINE=no
631 if [ "$GETLINE" = no ]; then
650 STRLCPY=no
655 if [ "$STRLCPY" = no ]; then
674 STRTOI=no
679 if [ "$STRTOI" = no ]; then
695 DPRINTF=no
700 if [ "$DPRINTF" = no ]; then
720 TAILQ_FOREACH_SAFE=no
741 TAILQ_CONCAT=no
761 TAILQ_FOREACH=no
767 if [ "$TAILQ_FOREACH_SAFE" = no -o "$TAILQ_CONCAT" = no ]; then
802 POSIX_SPAWN=no
807 if [ "$POSIX_SPAWN" = no ]; then
946 BE64ENC=no
951 if [ "$BE64ENC" = no ]; then
980 MD5=no
985 if [ "$MD5" = no ]; then
993 if [ -z "$SHA2_H" -a -z "$SHA2" -o "$SHA2" != no ]; then
1035 SHA2=no
1039 if [ "$SHA2" = no ]; then
1069 SHA2=no
1075 if [ "$SHA2" = no ]; then
1089 if [ "$DEV" != no -a "$UDEV" != no ]; then
1096 if [ "$DEV" != no -a "$UDEV" != no -a -n "$LIBUDEV_LIBS" ]; then
1140 elif [ "$DEV" != no -a "$UDEV" != no ]; then