xgethostbyname: more readable
[oweals/busybox.git] / libbb / Config.in
index c5406cbb936dfdf96f949329bcab8d347f8b0a02..92ee55cbc26e449cbc229d63b241c14767c19493 100644 (file)
@@ -5,14 +5,14 @@
 
 menu "Busybox Library Tuning"
 
-config CONFIG_PASSWORD_MINLEN
+config PASSWORD_MINLEN
        int "Minimum password length"
        default 6
        range 5 32
        help
          Minimum allowable password length.
 
-config CONFIG_MD5_SIZE_VS_SPEED
+config MD5_SIZE_VS_SPEED
        int " MD5: Trade Bytes for Speed"
        default 2
        range 0 3