Index: trunk/psLib/src/config.h.in
===================================================================
--- trunk/psLib/src/config.h.in	(revision 3149)
+++ trunk/psLib/src/config.h.in	(revision 3150)
@@ -75,4 +75,19 @@
 #undef PACKAGE_VERSION
 
+/* The size of a `char', as computed by sizeof. */
+#undef SIZEOF_CHAR
+
+/* The size of a `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
+/* The size of a `long', as computed by sizeof. */
+#undef SIZEOF_LONG
+
+/* The size of a `long long', as computed by sizeof. */
+#undef SIZEOF_LONG_LONG
+
+/* The size of a `short', as computed by sizeof. */
+#undef SIZEOF_SHORT
+
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
Index: trunk/psLib/src/sysUtils/sysUtils.i
===================================================================
--- trunk/psLib/src/sysUtils/sysUtils.i	(revision 3149)
+++ trunk/psLib/src/sysUtils/sysUtils.i	(revision 3150)
@@ -1,3 +1,4 @@
 /* sysUtils */
+%include "psType.h"
 %include "psAbort.h"
 %include "psConfigure.h"
@@ -8,5 +9,4 @@
 %include "psString.h"
 %include "psTrace.h"
-%include "psType.h"
 
 %inline %{
