null+****@clear*****
null+****@clear*****
2010年 12月 29日 (水) 18:30:32 JST
Kouhei Sutou 2010-12-29 09:30:32 +0000 (Wed, 29 Dec 2010)
New Revision: f74cf37a1f79cf4c9c01ad99f6e747dd9629c482
Log:
support DragonFly.
Reported by OBATA Akio. Thanks!!!
Modified files:
lib/groonga_in.h
Modified: lib/groonga_in.h (+1 -1)
===================================================================
--- lib/groonga_in.h 2010-12-29 08:46:15 +0000 (1ba2081)
+++ lib/groonga_in.h 2010-12-29 09:30:32 +0000 (a1892d6)
@@ -35,7 +35,7 @@
/* #define __USE_XOPEN2K 1 */
#define _XOPEN_SOURCE 600
#else
-#if !defined(__APPLE__) && !defined(__FreeBSD__)
+#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
#define _XOPEN_SOURCE 520
#endif
#endif /* USE_AIO */