summaryrefslogtreecommitdiff
path: root/source/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
commit1313451f2161f69d33e7f1d41a1bf5615f61014c (patch)
tree3ea6913c6a5fb4b628e1c68b5a80531d719c7ba3 /source/include/local.h
parent05a5243d841cecd128e29379eab2a2784262ccc7 (diff)
downloadsamba-1313451f2161f69d33e7f1d41a1bf5615f61014c.tar.gz
Added the APPLEDOUBLE macro for the name of the directory containing
a file's Macintosh resource fork (normally .AppleDouble under Netatalk).
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 2350c00211c..fb67babcda2 100644
--- a/source/include/local.h
+++ b/source/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