2
0
This repository has been archived on 2025-11-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

14 lines
256 B
C
Executable File

/*
* config.embed.h
*
* Dummy autoconf results for uClinux target.
*/
#define STDC_HEADERS 1
#define HAVE_SETSID 1
#define HAVE_MEMMOVE 1
#define HAVE_STRING_H 1
#define PPP_BINARY "/bin/pppd"
#define BCRELAY_BIN "/bin/bcrelay"
#define SBINDIR "/bin"