/* $OpenBSD: ld.h,v 1.2 2000/07/08 19:51:46 rahnds Exp $ */ /* * Header file to make code compatible with ELF version * ldconfig was taken from the a.out ld. */ #include extern int n_search_dirs; extern char **search_dirs; char *xmalloc(int size); char *concat __P((const char *, const char *, const char *)); #define PAGSIZ __LDPGSZ