mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
2511bc6f03
commit
f966f2d1b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user