comparison src/dynamic-ld.cc @ 1102:954cfe6fa85d

[project @ 1995-02-14 21:38:30 by jwe]
author jwe
date Tue, 14 Feb 1995 21:38:30 +0000
parents dfe01093f657
children 22741d6ed818
comparison
equal deleted inserted replaced
1101:38dabbe2feb5 1102:954cfe6fa85d
27 27
28 #include <strstream.h> 28 #include <strstream.h>
29 29
30 extern "C" 30 extern "C"
31 { 31 {
32 #ifdef WITH_DLD
32 #include <dld/dld.h> 33 #include <dld/dld.h>
34 #endif
33 35
34 #define boolean kpathsea_boolean 36 #define boolean kpathsea_boolean
35 #define false kpathsea_false 37 #define false kpathsea_false
36 #define true kpathsea_true 38 #define true kpathsea_true
37 #include <kpathsea/pathsearch.h> 39 #include <kpathsea/pathsearch.h>