6dcd0ccf23
building on Mac OS X (Darwin). A problem with makebootable remains. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21165 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
298 B
C
17 lines
298 B
C
#ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
|
#define _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
|
|
|
// Include the darwin port of gnuregex
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include </opt/local/include/gnuregex.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|