# HG changeset patch # User John W. Eaton # Date 1232648960 18000 # Node ID da61d0f7ce0b7e3578652b58057883003707bd03 # Parent e17f262a02cd23afe690dc0e5b8a9bc85481254c configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined diff -r e17f262a02cd -r da61d0f7ce0b ChangeLog --- a/ChangeLog Thu Jan 22 13:10:20 2009 -0500 +++ b/ChangeLog Thu Jan 22 13:29:20 2009 -0500 @@ -1,3 +1,8 @@ +2009-01-22 John W. Eaton + + * configure.in (AH_BOTTOM): Define OCTAVE_USE_OS_X_API if + __APPLE__ is defined. + 2009-01-22 Jaroslav Hajek * configure.in: Fix qrupdate warning message. diff -r e17f262a02cd -r da61d0f7ce0b configure.in --- a/configure.in Thu Jan 22 13:10:20 2009 -0500 +++ b/configure.in Thu Jan 22 13:29:20 2009 -0500 @@ -1987,6 +1987,10 @@ #define OCTAVE_USE_WINDOWS_API 1 #endif +#if defined (__APPLE__) +#define OCTAVE_USE_OS_X_API 1 +#endif + /* sigsetjmp is a macro, not a function. */ #if defined (sigsetjmp) && defined (HAVE_SIGLONGJMP) #define OCTAVE_HAVE_SIG_JUMP