summaryrefslogtreecommitdiffstats
path: root/articles.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-05-16 19:22:46 +0900
committerFreeArtMan <dos21h@gmail.com>2015-05-16 19:22:46 +0900
commit5e5e5b1cbcb98eda7e0c52a367c66b944b480eda (patch)
treea1f474aae55cfcfe50388e06c13687279b11a4be /articles.h
parentf1fb9827faec228246062f2cd8e38f0dd3338e3a (diff)
downloadmicrobbs-5e5e5b1cbcb98eda7e0c52a367c66b944b480eda.tar.gz
microbbs-5e5e5b1cbcb98eda7e0c52a367c66b944b480eda.zip
Added default config file loading. Add functionality for bbs todo file.
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 8cfc9f6..a0ad530 100644
--- a/articles.h
+++ b/articles.h
@@ -3,8 +3,8 @@
#define _XOPEN_SOURCE 500
-#ifndef _DEFAULT_SOURCE
- #define _DEFAULT_SOURCE
+#ifndef _BSD_SOURCE
+ #define _BSD_SOURCE
#endif
#define _POSIX_C_SOURCE 200809L