comparison configure.in @ 8577:ab61b47d3435

configure.in (AH_BOTTOM): Also check __MACH__ when defining OCTAVE_USE_OS_X_API
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 18:33:45 -0500
parents da61d0f7ce0b
children dee5d60257e4
comparison
equal deleted inserted replaced
8576:6f0e539b3fc3 8577:ab61b47d3435
1985 /* Define if we expect to have <windows.h>, Sleep, etc. */ 1985 /* Define if we expect to have <windows.h>, Sleep, etc. */
1986 #if defined (__WIN32__) && ! defined (__CYGWIN__) 1986 #if defined (__WIN32__) && ! defined (__CYGWIN__)
1987 #define OCTAVE_USE_WINDOWS_API 1 1987 #define OCTAVE_USE_WINDOWS_API 1
1988 #endif 1988 #endif
1989 1989
1990 #if defined (__APPLE__) 1990 #if defined (__APPLE__) && defined (__MACH__)
1991 #define OCTAVE_USE_OS_X_API 1 1991 #define OCTAVE_USE_OS_X_API 1
1992 #endif 1992 #endif
1993 1993
1994 /* sigsetjmp is a macro, not a function. */ 1994 /* sigsetjmp is a macro, not a function. */
1995 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP) 1995 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP)