0.9.16.35:
[sbcl.git] / tools-for-build / grovel-headers.c
index 3503f5c..3cdee8a 100644 (file)
@@ -31,8 +31,8 @@
   #include <sys/ioctl.h>
   #include <sys/termios.h>
   #ifdef __APPLE_CC__
-    #include "../src/runtime/ppc-darwin-dlshim.h"
-    #include "../src/runtime/ppc-darwin-langinfo.h"
+    #include "../src/runtime/darwin-dlshim.h"
+    #include "../src/runtime/darwin-langinfo.h"
   #else
     #include <dlfcn.h>
     #include <langinfo.h>
@@ -158,6 +158,11 @@ main(int argc, char *argv[])
 
     defconstant ("ERROR_ENVVAR_NOT_FOUND", ERROR_ENVVAR_NOT_FOUND);
 
+    printf(";;; GetComputerName\n");
+
+    defconstant ("MAX_COMPUTERNAME_LENGTH", MAX_COMPUTERNAME_LENGTH);
+    defconstant ("ERROR_BUFFER_OVERFLOW", ERROR_BUFFER_OVERFLOW);
+
     printf(";;; Windows Types\n");
     DEFTYPE("int-ptr", INT_PTR);
     DEFTYPE("dword",   DWORD);