define HAVE_MODE_T if the compiler supports the mode_t type.

This repairs lyx::support::chmod().


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-11-20 09:12:09 +00:00
parent 2511bc6f03
commit f966f2d1b7

View File

@ -236,7 +236,7 @@ AC_HEADER_STAT
AC_HEADER_TIME
# some standard types
AC_TYPE_MODE_T
AC_CHECK_TYPE(mode_t,[AC_DEFINE(HAVE_MODE_T, 1, [Define this to 1 if your compiler supports the mode_t type.])])
AC_TYPE_OFF_T
AC_TYPE_PID_T
AC_TYPE_SIGNAL