From c629b4c53f2523585e6b05de9589ae73ebe99e78 Mon Sep 17 00:00:00 2001 From: John Blair Date: Thu, 13 Aug 1998 18:56:09 +0000 Subject: 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) --- source3/include/local.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit