diff options
author | mnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6> | 2007-05-05 07:59:04 +0000 |
---|---|---|
committer | mnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6> | 2007-05-05 07:59:04 +0000 |
commit | 160bd6541cc621d33b48893a6cc6a4bda02755d1 (patch) | |
tree | ded17a02981d69d5e67978bd59b898cb68e3c593 /usr/config.h | |
parent | 91cc347e754f1470eff70fecc432249ea821fa4a (diff) | |
download | open-iscsi-160bd6541cc621d33b48893a6cc6a4bda02755d1.tar.gz |
clean up some settings
git-svn-id: svn://svn.berlios.de/open-iscsi@829 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'usr/config.h')
-rw-r--r-- | usr/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/config.h b/usr/config.h index 6408b6f..418e158 100644 --- a/usr/config.h +++ b/usr/config.h @@ -26,13 +26,6 @@ #include "auth.h" /* for the username and password sizes */ #include "list.h" -#define PORTAL_GROUP_TAG_UNKNOWN -1 - -/* default iSCSI port number */ -#define ISCSI_DEFAULT_PORT 3260 - -#define CHAP_AUTHENTICATION 1 - /* ISIDs now have a typed naming authority in them. We use an OUI */ #define DRIVER_ISID_0 0x00 #define DRIVER_ISID_1 0x02 |