comparison src/dynamic-ld.cc @ 1155:22741d6ed818

[project @ 1995-02-27 04:26:21 by jwe]
author jwe
date Mon, 27 Feb 1995 04:28:56 +0000
parents 954cfe6fa85d
children b6360f2d4fa6
comparison
equal deleted inserted replaced
1154:cdfbe8141ef6 1155:22741d6ed818
30 extern "C" 30 extern "C"
31 { 31 {
32 #ifdef WITH_DLD 32 #ifdef WITH_DLD
33 #include <dld/dld.h> 33 #include <dld/dld.h>
34 #endif 34 #endif
35 35 }
36 #define boolean kpathsea_boolean 36
37 #define false kpathsea_false 37 #include "pathsearch.h"
38 #define true kpathsea_true
39 #include <kpathsea/pathsearch.h>
40 #undef true
41 #undef false
42 #undef boolean
43 }
44
45 #include "dynamic-ld.h" 38 #include "dynamic-ld.h"
46 #include "tree-const.h" 39 #include "tree-const.h"
47 #include "user-prefs.h" 40 #include "user-prefs.h"
48 #include "variables.h" 41 #include "variables.h"
49 #include "defaults.h" 42 #include "defaults.h"