Commit d5274ef6 by Rainer Orth Committed by Rainer Orth

* env.c [__alpha__ && __osf__] (AES_SOURCE): Define.

From-SVN: r152730
parent d6063d7f
2009-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* env.c [__alpha__ && __osf__] (AES_SOURCE): Define.
2009-10-10 Samuel Tardieu <sam@rfc1149.net> 2009-10-10 Samuel Tardieu <sam@rfc1149.net>
* sem_eval.adb: Give a more precise error message. * sem_eval.adb: Give a more precise error message.
......
...@@ -29,8 +29,11 @@ ...@@ -29,8 +29,11 @@
* * * *
****************************************************************************/ ****************************************************************************/
/* Tru64 UNIX <stdlib.h> declares unsetenv() only if _BSD. */ /* Tru64 UNIX V4.0F <stdlib.h> declares unsetenv() only if AES_SOURCE (which
is plain broken, this should be _AES_SOURCE instead as everywhere else;
Tru64 UNIX V5.1B declares it only if _BSD. */
#if defined (__alpha__) && defined (__osf__) #if defined (__alpha__) && defined (__osf__)
#define AES_SOURCE
#define _BSD #define _BSD
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment