Mercurial > hg > xemacs-beta
comparison modules/postgresql/postgresql.c @ 1632:64eaceca611d
[xemacs-hg @ 2003-08-19 02:07:03 by james]
Enable module building and running on Cygwin and MinGW.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:07:16 +0000 |
parents | e22b0213b713 |
children | 9fc738581a9d |
comparison
equal
deleted
inserted
replaced
1631:1bf7b032a45d | 1632:64eaceca611d |
---|---|
100 #include "sysdep.h" | 100 #include "sysdep.h" |
101 | 101 |
102 #include "buffer.h" | 102 #include "buffer.h" |
103 #include "postgresql.h" | 103 #include "postgresql.h" |
104 #include "process.h" | 104 #include "process.h" |
105 #ifdef HAVE_SHLIB | |
106 # include "emodules.h" | |
107 #endif | |
105 | 108 |
106 #ifdef RUNNING_XEMACS_21_1 /* handle interface changes */ | 109 #ifdef RUNNING_XEMACS_21_1 /* handle interface changes */ |
107 #define PG_OS_CODING FORMAT_FILENAME | 110 #define PG_OS_CODING FORMAT_FILENAME |
108 #define TO_EXTERNAL_FORMAT(a,from,b,to,c) GET_C_STRING_EXT_DATA_ALLOCA(from,FORMAT_FILENAME,to) | 111 #define TO_EXTERNAL_FORMAT(a,from,b,to,c) GET_C_STRING_EXT_DATA_ALLOCA(from,FORMAT_FILENAME,to) |
109 #else | 112 #else |