mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 07:14:50 +02:00
Rename LIBBSD_CLEAN_INCLUDES to LIBBSD_DISABLE_DEPRECATED
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user