config.embed.h 320 B

123456789101112131415
  1. /*
  2. * config.embed.h
  3. *
  4. * Dummy autoconf results for uClinux target.
  5. *
  6. * $Id: config.embed.h,v 1.4 2004/04/22 10:48:16 quozl Exp $
  7. */
  8. #define STDC_HEADERS 1
  9. #define HAVE_SETSID 1
  10. #define HAVE_MEMMOVE 1
  11. #define HAVE_STRING_H 1
  12. #define PPP_BINARY "/bin/pppd"
  13. #define BCRELAY_BIN "/bin/bcrelay"
  14. #define SBINDIR "/bin"