From c09a4169f51b90116733095290ca3c06e2137cce Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 5 Jul 2016 17:39:22 -0600 Subject: * Do not define _BSD_SOURCE but define _DEFAULT_SOURCE instead. --- imap/src/osdep/unix/os_lnx.h | 6 +++--- imap/src/osdep/unix/os_slx.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'imap') diff --git a/imap/src/osdep/unix/os_lnx.h b/imap/src/osdep/unix/os_lnx.h index 4656b12c..c24bbec7 100644 --- a/imap/src/osdep/unix/os_lnx.h +++ b/imap/src/osdep/unix/os_lnx.h @@ -31,9 +31,9 @@ #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 1 #endif /* _XOPEN_SOURCE */ -#ifndef _BSD_SOURCE -#define _BSD_SOURCE 1 -#endif /* _BSD_SOURCE */ +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE 1 +#endif /* _DEFAULT_SOURCE */ /* end Debian Linux on Alpha strangeness */ diff --git a/imap/src/osdep/unix/os_slx.h b/imap/src/osdep/unix/os_slx.h index 4656b12c..c24bbec7 100644 --- a/imap/src/osdep/unix/os_slx.h +++ b/imap/src/osdep/unix/os_slx.h @@ -31,9 +31,9 @@ #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 1 #endif /* _XOPEN_SOURCE */ -#ifndef _BSD_SOURCE -#define _BSD_SOURCE 1 -#endif /* _BSD_SOURCE */ +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE 1 +#endif /* _DEFAULT_SOURCE */ /* end Debian Linux on Alpha strangeness */ -- cgit v1.2.3-54-g00ecf