home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / sysdeps / linux / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-19  |  484 b   |  21 lines

  1. #ifdef DEBUG
  2. #  define LDSO_IMAGE "ld.so"
  3. #  define LDSO_CONF  "ld.so.conf"
  4. #else
  5. #  define LDSO_IMAGE "/lib/ld.so"
  6. #  define LDSO_IMAGE1 "/usr/"TARGET_MACHINE"/lib/ld.so"
  7. #  define LDSO_CONF  "/etc/ld.so.conf"
  8. #endif
  9.  
  10. #define VERSION      "1.3"
  11. #define LDD_ARGV0    "__LDD_ARGV0"
  12. #define DIR_SEP      ":, \t\n"
  13. #define MAX_DIRS     32
  14. #define DEFAULT_PATH "/usr/lib:/lib"
  15.  
  16. typedef void (*loadptr)(int func, ...);
  17.  
  18. #define FUNC_VERS    0
  19. #define FUNC_LDD     1
  20. #define FUNC_LINK    2
  21.