0.9.16.35:
[sbcl.git] / tools-for-build / grovel-headers.c
index cf02e27..3cdee8a 100644 (file)
@@ -12,7 +12,7 @@
  * While most of SBCL is derived from the CMU CL system, many
  * utilities for the build process (like this one) were written from
  * scratch after the fork from CMU CL.
- * 
+ *
  * This software is in the public domain and is provided with
  * absolutely no warranty. See the COPYING and CREDITS files for
  * more information.
 
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/times.h>
+#ifdef _WIN32
+  #define WIN32_LEAN_AND_MEAN
+  #include <windows.h>
+  #include <stdlib.h>
+  #include <shlobj.h>
+#else
+  #include <sys/times.h>
+  #include <sys/wait.h>
+  #include <sys/ioctl.h>
+  #include <sys/termios.h>
+  #ifdef __APPLE_CC__
+    #include "../src/runtime/darwin-dlshim.h"
+    #include "../src/runtime/darwin-langinfo.h"
+  #else
+    #include <dlfcn.h>
+    #include <langinfo.h>
+  #endif
+#endif
+
 #include <sys/stat.h>
-#include <sys/wait.h>
-#include <sys/ioctl.h>
-#include <sys/termios.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <signal.h>
 #include <errno.h>
-#ifdef __APPLE_CC__
-  #include "../src/runtime/ppc-darwin-dlshim.h"
-  #include "../src/runtime/ppc-darwin-langinfo.h"
-#else
-  #include <dlfcn.h>
-  #include <langinfo.h>
-#endif
 
 #include "genesis/config.h"
 
@@ -46,7 +54,7 @@ void
 defconstant(char* lisp_name, long unix_number)
 {
     printf("(defconstant %s %ld) ; #x%lx\n",
-          lisp_name, unix_number, unix_number);
+           lisp_name, unix_number, unix_number);
 }
 
 void deferrno(char* lisp_name, long unix_number)
@@ -64,8 +72,8 @@ main(int argc, char *argv[])
 {
     /* don't need no steenking command line arguments */
     if (1 != argc) {
-       fprintf(stderr, "argh! command line argument(s)\n");
-       exit(1);
+        fprintf(stderr, "argh! command line argument(s)\n");
+        exit(1);
     }
 
     /* don't need no steenking hand-editing */
@@ -74,15 +82,127 @@ main(int argc, char *argv[])
 ;;;; See the program \"grovel-headers.c\".\n\
 \n\
 ");
+#ifdef _WIN32
+    printf("(in-package \"SB!WIN32\")\n\n");
+
+    defconstant ("input-record-size", sizeof (INPUT_RECORD));
+
+    defconstant ("MAX_PATH", MAX_PATH);
+
+    printf(";;; CSIDL\n");
+
+    defconstant ("CSIDL_DESKTOP", CSIDL_DESKTOP);
+    defconstant ("CSIDL_INTERNET", CSIDL_INTERNET);
+    defconstant ("CSIDL_PROGRAMS", CSIDL_PROGRAMS);
+    defconstant ("CSIDL_CONTROLS", CSIDL_CONTROLS);
+    defconstant ("CSIDL_PRINTERS", CSIDL_PRINTERS);
+    defconstant ("CSIDL_PERSONAL", CSIDL_PERSONAL);
+    defconstant ("CSIDL_FAVORITES", CSIDL_FAVORITES);
+    defconstant ("CSIDL_STARTUP", CSIDL_STARTUP);
+    defconstant ("CSIDL_RECENT", CSIDL_RECENT);
+    defconstant ("CSIDL_SENDTO", CSIDL_SENDTO);
+    defconstant ("CSIDL_BITBUCKET", CSIDL_BITBUCKET);
+    defconstant ("CSIDL_STARTMENU", CSIDL_STARTMENU);
+    defconstant ("CSIDL_DESKTOPDIRECTORY", CSIDL_DESKTOPDIRECTORY);
+    defconstant ("CSIDL_DRIVES", CSIDL_DRIVES);
+    defconstant ("CSIDL_NETWORK", CSIDL_NETWORK);
+    defconstant ("CSIDL_NETHOOD", CSIDL_NETHOOD);
+    defconstant ("CSIDL_FONTS", CSIDL_FONTS);
+    defconstant ("CSIDL_TEMPLATES", CSIDL_TEMPLATES);
+    defconstant ("CSIDL_COMMON_STARTMENU", CSIDL_COMMON_STARTMENU);
+    defconstant ("CSIDL_COMMON_PROGRAMS", CSIDL_COMMON_PROGRAMS);
+    defconstant ("CSIDL_COMMON_STARTUP", CSIDL_COMMON_STARTUP);
+    defconstant ("CSIDL_COMMON_DESKTOPDIRECTORY", CSIDL_COMMON_DESKTOPDIRECTORY);
+    defconstant ("CSIDL_APPDATA", CSIDL_APPDATA);
+    defconstant ("CSIDL_PRINTHOOD", CSIDL_PRINTHOOD);
+    defconstant ("CSIDL_LOCAL_APPDATA", CSIDL_LOCAL_APPDATA);
+    defconstant ("CSIDL_ALTSTARTUP", CSIDL_ALTSTARTUP);
+    defconstant ("CSIDL_COMMON_ALTSTARTUP", CSIDL_COMMON_ALTSTARTUP);
+    defconstant ("CSIDL_COMMON_FAVORITES", CSIDL_COMMON_FAVORITES);
+    defconstant ("CSIDL_INTERNET_CACHE", CSIDL_INTERNET_CACHE);
+    defconstant ("CSIDL_COOKIES", CSIDL_COOKIES);
+    defconstant ("CSIDL_HISTORY", CSIDL_HISTORY);
+    defconstant ("CSIDL_COMMON_APPDATA", CSIDL_COMMON_APPDATA);
+    defconstant ("CSIDL_WINDOWS", CSIDL_WINDOWS);
+    defconstant ("CSIDL_SYSTEM", CSIDL_SYSTEM);
+    defconstant ("CSIDL_PROGRAM_FILES", CSIDL_PROGRAM_FILES);
+    defconstant ("CSIDL_MYPICTURES", CSIDL_MYPICTURES);
+    defconstant ("CSIDL_PROFILE", CSIDL_PROFILE);
+    defconstant ("CSIDL_SYSTEMX86", CSIDL_SYSTEMX86);
+    defconstant ("CSIDL_PROGRAM_FILESX86", CSIDL_PROGRAM_FILESX86);
+    defconstant ("CSIDL_PROGRAM_FILES_COMMON", CSIDL_PROGRAM_FILES_COMMON);
+    defconstant ("CSIDL_PROGRAM_FILES_COMMONX86", CSIDL_PROGRAM_FILES_COMMONX86);
+    defconstant ("CSIDL_COMMON_TEMPLATES", CSIDL_COMMON_TEMPLATES);
+    defconstant ("CSIDL_COMMON_DOCUMENTS", CSIDL_COMMON_DOCUMENTS);
+    defconstant ("CSIDL_COMMON_ADMINTOOLS", CSIDL_COMMON_ADMINTOOLS);
+    defconstant ("CSIDL_ADMINTOOLS", CSIDL_ADMINTOOLS);
+    defconstant ("CSIDL_CONNECTIONS", CSIDL_CONNECTIONS);
+    defconstant ("CSIDL_COMMON_MUSIC", CSIDL_COMMON_MUSIC);
+    defconstant ("CSIDL_COMMON_PICTURES", CSIDL_COMMON_PICTURES);
+    defconstant ("CSIDL_COMMON_VIDEO", CSIDL_COMMON_VIDEO);
+    defconstant ("CSIDL_RESOURCES", CSIDL_RESOURCES);
+    defconstant ("CSIDL_RESOURCES_LOCALIZED", CSIDL_RESOURCES_LOCALIZED);
+    defconstant ("CSIDL_COMMON_OEM_LINKS", CSIDL_COMMON_OEM_LINKS);
+    defconstant ("CSIDL_CDBURN_AREA", CSIDL_CDBURN_AREA);
+    defconstant ("CSIDL_COMPUTERSNEARME", CSIDL_COMPUTERSNEARME);
+    defconstant ("CSIDL_FLAG_DONT_VERIFY", CSIDL_FLAG_DONT_VERIFY);
+    defconstant ("CSIDL_FLAG_CREATE", CSIDL_FLAG_CREATE);
+    defconstant ("CSIDL_FLAG_MASK", CSIDL_FLAG_MASK);
+
+    printf(";;; FormatMessage\n");
+
+    defconstant ("FORMAT_MESSAGE_ALLOCATE_BUFFER", FORMAT_MESSAGE_ALLOCATE_BUFFER);
+    defconstant ("FORMAT_MESSAGE_FROM_SYSTEM", FORMAT_MESSAGE_FROM_SYSTEM);
+
+    printf(";;; Errors\n");
+
+    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);
+    DEFTYPE("bool",    BOOL);
+    DEFTYPE("uint",    UINT);
+
+    /* FIXME: SB-UNIX and SB-WIN32 really need to be untangled. */
+    printf("(in-package \"SB!UNIX\")\n\n");
+    printf(";;; Unix-like constants and types on Windows\n");
+    defconstant("o_rdonly", _O_RDONLY);
+    defconstant("o_wronly", _O_WRONLY);
+    defconstant("o_rdwr",   _O_RDWR);
+    defconstant("o_creat",  _O_CREAT);
+    defconstant("o_trunc",  _O_TRUNC);
+    defconstant("o_append", _O_APPEND);
+    defconstant("o_excl",   _O_EXCL);
+    defconstant("o_binary", _O_BINARY);
+
+    defconstant("enoent", ENOENT);
+    defconstant("eexist", EEXIST);
+
+    defconstant("s-ifmt",  S_IFMT);
+    defconstant("s-ifdir", S_IFDIR);
+    defconstant("s-ifreg", S_IFREG);
+
+    DEFTYPE("ino-t",  ino_t);
+    DEFTYPE("time-t", time_t);
+    DEFTYPE("off-t",  off_t);
+    DEFTYPE("size-t", size_t);
+    DEFTYPE("mode-t", mode_t);
+
+#else
     printf("(in-package \"SB!ALIEN\")\n\n");
 
     printf (";;;flags for dlopen()\n");
-    
+
     defconstant ("rtld-lazy", RTLD_LAZY);
     defconstant ("rtld-now", RTLD_NOW);
     defconstant ("rtld-global", RTLD_GLOBAL);
-    
+
     printf("(in-package \"SB!UNIX\")\n\n");
 
     printf(";;; langinfo\n");
@@ -126,7 +246,7 @@ main(int argc, char *argv[])
     defconstant("s-ifblk", S_IFBLK);
     defconstant("s-ifreg", S_IFREG);
     printf("\n");
-  
+
     defconstant("s-iflnk",  S_IFLNK);
     defconstant("s-ifsock", S_IFSOCK);
     printf("\n");
@@ -203,7 +323,7 @@ main(int argc, char *argv[])
     defsignal("sigstkflt", SIGSTKFLT);
 #endif
     defsignal("sigstop", SIGSTOP);
-#if (!((defined LISP_FEATURE_LINUX) && (defined LISP_FEATURE_X86))) 
+#if (!((defined LISP_FEATURE_LINUX) && (defined LISP_FEATURE_X86)))
     defsignal("sigsys", SIGSYS);
 #endif
     defsignal("sigterm", SIGTERM);
@@ -223,5 +343,6 @@ main(int argc, char *argv[])
     defsignal("sigxcpu", SIGXCPU);
     defsignal("sigxfsz", SIGXFSZ);
 #endif
+#endif // _WIN32
     return 0;
 }