config.embed.h 256 B

12345678910111213
  1. /*
  2. * config.embed.h
  3. *
  4. * Dummy autoconf results for uClinux target.
  5. */
  6. #define STDC_HEADERS 1
  7. #define HAVE_SETSID 1
  8. #define HAVE_MEMMOVE 1
  9. #define HAVE_STRING_H 1
  10. #define PPP_BINARY "/bin/pppd"
  11. #define BCRELAY_BIN "/bin/bcrelay"
  12. #define SBINDIR "/bin"