From db61075a123008ebd94ab8ff00b984e484155654 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 21 Oct 2010 03:38:30 +0000 Subject: Solaris build: Fix linux only features Signed-off-by: shishir gowda Signed-off-by: Anand V. Avati BUG: 1990 (Gluster mainline build on solaris fails with errors) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1990 --- libglusterfs/src/glusterfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index f04c2a26a..bf37f4fa5 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -64,6 +64,10 @@ #define O_DIRECTORY 0 #endif +#ifndef FNM_EXTMATCH +#define FNM_EXTMATCH 0 +#endif + #define GF_XATTR_PATHINFO_KEY "trusted.glusterfs.pathinfo" #define GF_XATTR_LINKINFO_KEY "trusted.distribute.linkinfo" -- cgit