]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/builddefs.in
include: unconditionally define umode_t
[thirdparty/xfsprogs-dev.git] / include / builddefs.in
index abb141d451a49c37fb42413102a0bc89a36a99ba..b00d63e8e9ecc09c39d172609ee7edf9942649e0 100644 (file)
@@ -136,9 +136,6 @@ GCCFLAGS = -funsigned-char -fno-strict-aliasing -Wall
 
 # _LGPL_SOURCE is for liburcu to work correctly with GPL/LGPL programs
 PCFLAGS = -D_LGPL_SOURCE -D_GNU_SOURCE $(GCCFLAGS)
-ifeq ($(HAVE_UMODE_T),yes)
-PCFLAGS += -DHAVE_UMODE_T
-endif
 DEPENDFLAGS = -D__linux__
 ifeq ($(HAVE_FLS),yes)
 LCFLAGS+= -DHAVE_FLS