summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93d32de)
raw | patch | inline | side by side (parent: 93d32de)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Jun 2010 13:50:48 +0000 (15:50 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 13 Jun 2010 13:50:48 +0000 (15:50 +0200) |
src/bind.c | patch | blob | history |
diff --git a/src/bind.c b/src/bind.c
index 638877472ea43b6908729e99a36a1b1fa242a72b..6e0b907f1e89203150a554b76ea0fc93312de211 100644 (file)
--- a/src/bind.c
+++ b/src/bind.c
* Florian Forster <octo at verplant.org>
**/
-#define _XOPEN_SOURCE 600 /* glibc2 needs this for strptime */
+#include "config.h"
+
+#ifndef _XOPEN_SOURCE
+# define _XOPEN_SOURCE 600 /* glibc2 needs this for strptime */
+#endif
#include "collectd.h"
#include "common.h"