From f6e053202481631b12d75f6a552ee1aa8b355064 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:22:03 +1100 Subject: build: Remove SMB_STRUCT_DIR define --- source3/include/includes.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index ffdc1d28f3..e8f3c0bb34 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -367,14 +367,6 @@ struct stat_ex { typedef struct stat_ex SMB_STRUCT_STAT; -/* - * Type for DIR structure. - */ - -#ifndef SMB_STRUCT_DIR -# define SMB_STRUCT_DIR DIR -#endif - /* * Defines for 64 bit fcntl locks. */ -- cgit