summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-05-27 21:39:14 +0200
committerGuillem Jover <guillem@hadrons.org>2011-05-28 10:58:26 +0200
commit755d86be011bd3fc3edb575316daed1a641ed7d4 (patch)
tree901498e571d8754b0a5e21980050051600ffca52 /include/bsd
parentcd4996cebe5c57120b504630832441038211f7b7 (diff)
downloadlibbsd-755d86be011bd3fc3edb575316daed1a641ed7d4.tar.gz
Rename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATED
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/bsd.h2
-rw-r--r--include/bsd/stdlib.h2
-rw-r--r--include/bsd/string.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h
index bba4ac8..c083805 100644
--- a/include/bsd/bsd.h
+++ b/include/bsd/bsd.h
@@ -42,7 +42,7 @@
#include <bsd/md5.h>
/* FIXME: Will be removed in the future. */
-#ifndef LIBBSD_CLEAN_INCLUDES
+#ifndef LIBBSD_DISABLE_DEPRECATED
#include <time.h>
#endif
diff --git a/include/bsd/stdlib.h b/include/bsd/stdlib.h
index a22cbe5..8e885f6 100644
--- a/include/bsd/stdlib.h
+++ b/include/bsd/stdlib.h
@@ -47,7 +47,7 @@
#endif
/* FIXME: Temporary inclusions to avoid API breakage, will be removed soon. */
-#ifndef LIBBSD_CLEAN_INCLUDES
+#ifndef LIBBSD_DISABLE_DEPRECATED
#include <bsd/stdio.h>
#include <bsd/unistd.h>
#endif
diff --git a/include/bsd/string.h b/include/bsd/string.h
index 7d23f7d..b0199d7 100644
--- a/include/bsd/string.h
+++ b/include/bsd/string.h
@@ -36,7 +36,7 @@
#include <string.h>
#endif
-#ifndef LIBBSD_CLEAN_INCLUDES
+#ifndef LIBBSD_DISABLE_DEPRECATED
/* FIXME: Temporary inclusion to avoid API breakage, will be removed soon. */
#include <bsd/stdio.h>
#endif