* Convert fs_darwin.cpp and fs_freebsd.cpp to C. * Convert extern C calls to __BEGIN_DECLS and __END_DECLS macros * Link rm_attrs with dynamic libroot
13 lines
257 B
C
13 lines
257 B
C
#ifndef _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
|
#define _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|
|
|
|
// Include the darwin port of gnuregex
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#include </opt/local/include/gnuregex.h>
|
|
|
|
__END_DECLS
|
|
|
|
#endif // _HAIKU_BUILD_COMPATIBILITY_DARWIN_REGEX
|