summaryrefslogtreecommitdiff
path: root/include/kpathsea-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kpathsea-config.h')
-rw-r--r--include/kpathsea-config.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/include/kpathsea-config.h b/include/kpathsea-config.h
index efb4714..08c85f2 100644
--- a/include/kpathsea-config.h
+++ b/include/kpathsea-config.h
@@ -39,31 +39,30 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#endif /* not WIN32 */
/* System dependencies that are figured out by `configure'. */
-#include <kpathsea/c-auto.h>
+#include "c-auto.h"
#ifdef __DJGPP__
#include <fcntl.h> /* for long filenames' stuff */
#include <dir.h> /* for `getdisk' */
#include <io.h> /* for `setmode' */
#endif
-
-#ifdef WIN32
-#include <kpathsea/win32lib.h>
-#endif
/* Some drivers have partially integrated kpathsea changes. */
#ifndef KPATHSEA
#define KPATHSEA 33
#endif
-#include <kpathsea/c-std.h> /* <stdio.h>, <math.h>, etc. */
+#include "c-std.h" /* <stdio.h>, <math.h>, etc. */
+
+#include "c-proto.h" /* Macros to discard or keep prototypes. */
+
-#include <kpathsea/c-proto.h> /* Macros to discard or keep prototypes. */
+/* not yet added
+ * #include "debug.h"
+ */
-#include <kpathsea/debug.h> /* Runtime tracing. */
-#include <kpathsea/lib.h> /* STREQ, etc. */
-#include <kpathsea/types.h> /* <sys/types.h>, boolean, string, etc. */
-#include <kpathsea/progname.h> /* for program_invocation_*name */
+#include "types.h" /* <sys/types.h>, boolean, string, etc. */
+#include "progname.h" /* for program_invocation_*name */
/* If you want to find subdirectories in a directory with non-Unix