about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-06-01 16:39:06 +0000
committerClint Adams <clint@users.sourceforge.net>2008-06-01 16:39:06 +0000
commit5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83 (patch)
treec57215516eabdd86306cd25b15bb37a814593f06 /Src/zsh.h
parentd8c8ee410ed698812f2e101bb8b88c2ed4c8230a (diff)
downloadzsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.tar.gz
zsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.tar.xz
zsh-5d288004c4977fc9b1cf52c6ec5ee918f9c1ed83.zip
25124: work with --(disable|enable)-largefile instead of --(disable|enable)-lfs, since the latter is no longer functional.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 5618174a8..bbe526fc8 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -33,7 +33,8 @@
 /*
  * Our longest integer type:  will be a 64 bit either if long already is,
  * or if we found some alternative such as long long.
- * Currently we only define this to be longer than a long if --enable-lfs
+ * Currently we only define this to be longer than a long if
+ * --enable-largefile
  * was given.  That enables internal use of 64-bit types even if
  * no actual large file support is present.
  */