comparison configure.in @ 8573:da61d0f7ce0b

configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
author John W. Eaton <jwe@octave.org>
date Thu, 22 Jan 2009 13:29:20 -0500
parents a6edd5c23cb5
children ab61b47d3435
comparison
equal deleted inserted replaced
8572:e17f262a02cd 8573:da61d0f7ce0b
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__)
1991 #define OCTAVE_USE_OS_X_API 1
1992 #endif
1993
1990 /* sigsetjmp is a macro, not a function. */ 1994 /* sigsetjmp is a macro, not a function. */
1991 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP) 1995 #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP)
1992 #define OCTAVE_HAVE_SIG_JUMP 1996 #define OCTAVE_HAVE_SIG_JUMP
1993 #endif 1997 #endif
1994 1998