<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
I was just looking at Interix m3core.so.5 and was reminded that all the little portable constants I put in<BR>
extern const int Umman__MAP_ANON = MAP_ANON<BR>
 <BR>
on other than NT386, they are dynamically linked.<BR>
 <BR>
We should probably stop that, the overhead is probably big -- just storing the names takes more room than the data, as well as maybe move them into an .o file per symbol for granular linking.<BR>
 <BR>
 <BR>
Still use the portable form, but put them in one or more loose .o files that are directly linked to clients.<BR>
 <BR>
 <BR>
 - Jay<BR>                                     </body>
</html>