From 1313451f2161f69d33e7f1d41a1bf5615f61014c 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). --- source/include/local.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/include/local.h') 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 -- cgit v1.2.1