Mercurial > hg > xemacs-beta
comparison src/inline.c @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
65 #ifdef HAVE_X_WINDOWS | 65 #ifdef HAVE_X_WINDOWS |
66 #include "console-x.h" | 66 #include "console-x.h" |
67 #include "glyphs-x.h" | 67 #include "glyphs-x.h" |
68 #include "gui-x.h" | 68 #include "gui-x.h" |
69 #endif | 69 #endif |
70 | 70 #ifdef FILE_CODING |
71 #ifdef MULE | 71 #include "file-coding.h" |
72 #include "mule-coding.h" | |
73 #endif | 72 #endif |
74 | 73 |
75 #ifdef TOOLTALK | 74 #ifdef TOOLTALK |
76 #include TT_C_H_PATH | 75 #include TT_C_H_PATH |
77 #include "tooltalk.h" | 76 #include "tooltalk.h" |
78 #endif | 77 #endif |
78 | |
79 #ifdef HAVE_LDAP | |
80 #include "eldap.h" | |
81 #endif |