Mercurial > hg > xemacs-beta
comparison src/inline.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
67 #ifdef HAVE_LDAP | 67 #ifdef HAVE_LDAP |
68 #include "eldap.h" | 68 #include "eldap.h" |
69 #endif | 69 #endif |
70 | 70 |
71 #ifdef HAVE_POSTGRESQL | 71 #ifdef HAVE_POSTGRESQL |
72 #include <libpq-fe.h> | 72 #include POSTGRES_INCLUDE (libpq-fe.h) |
73 #include "postgresql.h" | 73 #include "postgresql.h" |
74 #endif | 74 #endif |
75 | 75 |
76 #ifdef HAVE_TOOLBARS | 76 #ifdef HAVE_TOOLBARS |
77 #include "toolbar.h" | 77 #include "toolbar.h" |