X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=libatalk%2Fadouble%2Fad_ea.c;h=d691cbec27471314454161f1a72435a4ef62e69b;hp=d641b3c34162afd124f87ccb6d4699a7e181dcc5;hb=de0af0e5c3e5026ea02c838a8b66be42913e728e;hpb=244027164b9a4c72d9ff23a8bc373482cc25337d diff --git a/libatalk/adouble/ad_ea.c b/libatalk/adouble/ad_ea.c index d641b3c3..d691cbec 100644 --- a/libatalk/adouble/ad_ea.c +++ b/libatalk/adouble/ad_ea.c @@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Samba 3.0.28, modified for netatalk. - $Id: ad_ea.c,v 1.4 2009-11-13 13:03:29 didg Exp $ + $Id: ad_ea.c,v 1.5 2009-11-13 13:31:13 didg Exp $ */ @@ -29,23 +29,7 @@ #include "config.h" #endif -/* linux */ -#if 0 -#define HAVE_ATTR_XATTR_H 1 -#define HAVE_FGETXATTR 1 -#define HAVE_FLISTXATTR 1 -#define HAVE_FREMOVEXATTR 1 -#define HAVE_FSETXATTR 1 -#define HAVE_GETXATTR 1 -#define HAVE_LGETXATTR 1 -#define HAVE_LISTXATTR 1 -#define HAVE_LLISTXATTR 1 -#define HAVE_LREMOVEXATTR 1 -#define HAVE_LSETXATTR 1 -#define HAVE_REMOVEXATTR 1 -#define HAVE_SETXATTR 1 -#define HAVE_SYS_XATTR_H 1 -#endif +#include #include