Better support for configure detection of missing types, added check
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.

diff --git a/server/mapping.c b/server/mapping.c
index 04eba65..73cc89c 100644
--- a/server/mapping.c
+++ b/server/mapping.c
@@ -19,6 +19,7 @@
  */
 
 #include "config.h"
+#include "wine/port.h"
 
 #include <assert.h>
 #include <stdio.h>