use __svr4__ and _SVR4 when asking for memory

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@502 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-05-28 17:14:57 +00:00
parent 3542cd5990
commit c360c44a11

View File

@ -10,7 +10,7 @@
* File: Yap.h.m4 *
* mods: *
* comments: main header file for YAP *
* version: $Id: Yap.h.m4,v 1.25 2002-05-19 19:04:33 vsc Exp $ *
* version: $Id: Yap.h.m4,v 1.26 2002-05-28 17:14:57 vsc Exp $ *
*************************************************************************/
#include "config.h"
@ -242,7 +242,7 @@ extern char Option[20];
#else
#define MMAP_ADDR 0x09000000
#endif
#elif __svr4__
#elif __svr4__ || _SVR4
#define MMAP_ADDR 0x02000000
#elif defined(_WIN32) || defined(__CYGWIN__)
#define MMAP_ADDR 0x30000000L