define HAVE_MODE_T always with HAVE_CHMOD, don't test until it is necessary

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15993 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-11-19 19:58:48 +00:00
parent b3a449b088
commit 3edb7ce86a

View File

@ -177,6 +177,10 @@
#endif
#endif
#ifdef HAVE_CHMOD
#define HAVE_MODE_T
#endif
#ifdef LYX_ENABLE_PCH
#include "pcheaders.h"
#endif