Fixed compile flags for Mac

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-03 14:38:37 +00:00
parent 98dcd68429
commit 8a960016ed
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <stdexcept> #include <stdexcept>
#include <assert.h> #include <assert.h>
#if (defined(__unix__) || defined(unix) || defined(MACOSX)) && !defined(USG) #if (defined(__unix__) || defined(unix) || defined(MACOSX) || defined(__APPLE__)) && !defined(USG)
#ifndef unix #ifndef unix
#define unix #define unix