summaryrefslogtreecommitdiffstats
path: root/articles.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
committerFreeArtMan <dos21h@gmail.com>2015-03-24 20:16:29 +0900
commitf1fb9827faec228246062f2cd8e38f0dd3338e3a (patch)
tree4b142676d0f7dbfb2decd2eb9886372d7c1fb34d /articles.h
parentc1e6c1341ace1f61569e6d1d0dbfb36cb192113c (diff)
downloadmicrobbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.tar.gz
microbbs-f1fb9827faec228246062f2cd8e38f0dd3338e3a.zip
Added ini file support
Diffstat (limited to 'articles.h')
-rw-r--r--articles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/articles.h b/articles.h
index a0ad530..8cfc9f6 100644
--- a/articles.h
+++ b/articles.h
@@ -3,8 +3,8 @@
#define _XOPEN_SOURCE 500
-#ifndef _BSD_SOURCE
- #define _BSD_SOURCE
+#ifndef _DEFAULT_SOURCE
+ #define _DEFAULT_SOURCE
#endif
#define _POSIX_C_SOURCE 200809L