summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-10-09 16:51:59 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-10-09 16:51:59 +0200
commitc50444914b7236b549370c15d2f37703db41397a (patch)
tree1552b01374831f339ed8b0e10c7a47f3c671ba06 /README
parent43d52da223801d75af29fb2ed6786689796fa4af (diff)
Add stat64 (-D_FILE_OFFSET_BITS=64) makeflag to support 64bit CIFS shares on 32bit hosts
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2d3cf9c..5b48c66 100644
--- a/README
+++ b/README
@@ -40,7 +40,8 @@ Available flags are:
* curl (default 1) - use libcurl to view http:// and similar images
* debug (default 0) - debug build, enables --debug
* help (default 0) - include help text (refers to the manpage otherwise)
- * xinerama (default 1) - Support Xinerama multiscreen setups
+ * stat64 (default 0) - Support CIFS shares from 64bit hosts on 32bit machines
+ * xinerama (default 1) - Support Xinerama/XRandR multiscreen setups
So, by default libcurl and Xinerama are enabled, while debug is disabled.