summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorJohn Blair <jdblair@samba.org>1998-08-13 18:56:09 +0000
committerJohn Blair <jdblair@samba.org>1998-08-13 18:56:09 +0000
commitc629b4c53f2523585e6b05de9589ae73ebe99e78 (patch)
treebe6c8f6e9f0a2de1f72d487e773be9e78d2b3edd /source3/include/local.h
parentd0cd2fca4f559687025d68a5e35f952222702a3c (diff)
downloadsamba-c629b4c53f2523585e6b05de9589ae73ebe99e78.tar.gz
samba-c629b4c53f2523585e6b05de9589ae73ebe99e78.tar.bz2
samba-c629b4c53f2523585e6b05de9589ae73ebe99e78.zip
Added the APPLEDOUBLE macro for the name of the directory containing
a file's Macintosh resource fork (normally .AppleDouble under Netatalk). (This used to be commit 1313451f2161f69d33e7f1d41a1bf5615f61014c)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index 2350c00211..fb67babcda 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -187,4 +187,7 @@
it are worked out */
#define USE_READ_PREDICTION 0
+/* name of directory that netatalk uses to store macintosh resource forks */
+#define APPLEDOUBLE ".AppleDouble/"
+
#endif