hi,
i send you Config.in of linux-2.4.x( ie x= 20 ). it's
located in linux-2.4.x/net/sctp/. anyhow it shows
nothing in menuconfig. could anyone give me some clues
why?

thank you in advice
many greetings 
magda


#
# SCTP configuration
#
mainmenu_option next_comment
comment '   SCTP Configuration (EXPERIMENTAL)'

tristate '  The SCTP Protocol (EXPERIMENTAL)'
CONFIG_IP_SCTP

define_tristate CONFIG_IP_SCTP m

if [ "$CONFIG_IP_SCTP" != "n" ]; then
  bool '    SCTP: Debug messages' CONFIG_SCTP_DBG_MSG
  bool '    SCTP: Debug object counts'
CONFIG_SCTP_DBG_OBJCNT
  if [ "$CONFIG_CRYPTO_HMAC" = "n" ]; then
    choice '    SCTP: Cookie HMAC Algorithm' \
      "HMAC-NONE                CONFIG_SCTP_HMAC_NONE"
HMAC-NONE
  else
    if [ "$CONFIG_CRYPTO_MD5" = "n" -a
"$CONFIG_CRYPTO_SHA1" = "n" ]; then
      choice '    SCTP: Cookie HMAC Algorithm' \
        "HMAC-NONE              CONFIG_SCTP_HMAC_NONE"
HMAC-NONE
    else
      if [ "$CONFIG_CRYPTO_MD5" != "n" -a
"$CONFIG_CRYPTO_SHA1" != "n" ]; then
        choice '    SCTP: Cookie HMAC Algorithm' \
          "HMAC-NONE            CONFIG_SCTP_HMAC_NONE
\
           HMAC-SHA1             
CONFIG_SCTP_HMAC_SHA1 \
           HMAC-MD5             CONFIG_SCTP_HMAC_MD5" 
 HMAC-MD5
      else
        if [ "$CONFIG_CRYPTO_MD5" != "n" ]; then
          choice 'SCTP: Cookie HMAC Algorithm' \
          "HMAC-NONE            CONFIG_SCTP_HMAC_NONE
\
           HMAC-MD5             CONFIG_SCTP_HMAC_MD5" 
 HMAC-MD5
        else
          choice 'SCTP: Cookie HMAC Algorithm' \
          "HMAC-NONE            CONFIG_SCTP_HMAC_NONE
\
           HMAC-SHA1            CONFIG_SCTP_HMAC_SHA1"
 HMAC-SHA1
        fi
      fi
    fi
  fi
fi
endmenu


--

With your feet on the air and your head on the ground 
Try this trick and spin it, yeah 
Your head will collapse if there's nothing in it 
And you'll ask yourself 

Where is my mind?
Where is my mind?
Where is my mind?


      __________________________________  Yahoo! Clever: Stellen Sie Fragen und 
finden Sie Antworten. Teilen Sie Ihr Wissen. www.yahoo.de/clever

_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to