Mercurial > hg > xemacs-beta
comparison modules/ldap/eldap.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 | d65d8a05e272 |
children | 9fc738581a9d |
comparison
equal
deleted
inserted
replaced
1631:1bf7b032a45d | 1632:64eaceca611d |
---|---|
34 #include "lisp.h" | 34 #include "lisp.h" |
35 #include "opaque.h" | 35 #include "opaque.h" |
36 #include "sysdep.h" | 36 #include "sysdep.h" |
37 #include "buffer.h" | 37 #include "buffer.h" |
38 #include "process.h" /* for report_process_error */ | 38 #include "process.h" /* for report_process_error */ |
39 #ifdef HAVE_SHLIB | |
40 # include "emodules.h" | |
41 #endif | |
39 | 42 |
40 #include <errno.h> | 43 #include <errno.h> |
41 | 44 |
42 #include "eldap.h" | 45 #include "eldap.h" |
43 | 46 |