diff options
author | John Blair <jdblair@samba.org> | 1998-08-13 18:56:09 +0000 |
---|---|---|
committer | John Blair <jdblair@samba.org> | 1998-08-13 18:56:09 +0000 |
commit | c629b4c53f2523585e6b05de9589ae73ebe99e78 (patch) | |
tree | be6c8f6e9f0a2de1f72d487e773be9e78d2b3edd | |
parent | d0cd2fca4f559687025d68a5e35f952222702a3c (diff) | |
download | samba-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)
-rw-r--r-- | source3/include/local.h | 3 |
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 |