aboutsummaryrefslogtreecommitdiff
path: root/packages/DOS
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-05-21 11:38:48 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-05-21 11:38:48 +0000
commit4282199bb480ff897496cc559a91d7236d128340 (patch)
treec245f5ea0c7fd63ba20500d2f2830b50d38d6e78 /packages/DOS
parent7071dd0162c088696f0a00275789632fd710a484 (diff)
Update coments. Long-file name setup is required.
C-Ares and IPv6 is no longer a bad combo.
Diffstat (limited to 'packages/DOS')
-rw-r--r--packages/DOS/common.dj5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj
index d81de2918..d5fa0351c 100644
--- a/packages/DOS/common.dj
+++ b/packages/DOS/common.dj
@@ -1,8 +1,8 @@
#
# Common defines for curl (djgpp/Watt-32)
#
-# Assumes you've unpacked cURL with short-file names
-# I.e use "set LFN=n" before untaring on Win9x/XP.
+# Assumes you've unpacked cURL with long-file names
+# I.e use "set LFN=y" before untaring on Win9x/XP.
# Requires sed, yacc, rm and the usual stuff.
#
# Define TOPDIR before including this file.
@@ -36,7 +36,6 @@ USE_IPV6 = 0
#
# Use C-Ares resolver library
-# This conflicts with USE_IPV6=1
#
USE_ARES = 0