Define _DEFAULT_SOURCE.
authorAndrey Rys <rys@lynxlynx.ru>
Sat, 2 Feb 2019 12:51:44 +0000 (19:51 +0700)
committerAndrey Rys <rys@lynxlynx.ru>
Sat, 2 Feb 2019 12:51:44 +0000 (19:51 +0700)
VERSION
tfcrypt.h
tfdef.h

diff --git a/VERSION b/VERSION
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..45a4fb75db864000d01701c0f7a51864bd4daabf 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7
+8
index 19aa726ee022dda096fd8d6a76d2612232e50c75..c469638f01e07172809c16993328c77fbab3c846 100644 (file)
--- a/tfcrypt.h
+++ b/tfcrypt.h
@@ -29,6 +29,9 @@
 #ifndef _TFCRYPT_H
 #define _TFCRYPT_H
 
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
 #ifndef _BSD_SOURCE
 #define _BSD_SOURCE
 #endif
diff --git a/tfdef.h b/tfdef.h
index 5bc29cdf35ec08fc8e12b7647f879ef33ad31ea0..5450271f12dc9f83989d5e87ecedd0e52d34b656 100644 (file)
--- a/tfdef.h
+++ b/tfdef.h
@@ -1,6 +1,10 @@
 #ifndef _THREEFISH_CIPHER_DEFINITIONS_HEADER
 #define _THREEFISH_CIPHER_DEFINITIONS_HEADER
 
+#ifndef _DEFAULT_SOURCE
+#define _DEFAULT_SOURCE
+#endif
+
 #ifndef _BSD_SOURCE
 #define _BSD_SOURCE
 #endif