diff options
author | xeb <xeb@mail.ru> | 2009-06-17 00:56:34 +0400 |
---|---|---|
committer | xeb <xeb@mail.ru> | 2009-06-17 00:56:34 +0400 |
commit | df2441c834cf341d9b969dacc2dd8dac07cd588e (patch) | |
tree | ca0c7d8bade520ac35f5cd5c34dec54b136bd491 /pptpd-1.3.3/config.embed.h | |
download | accel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.tar.gz accel-ppp-df2441c834cf341d9b969dacc2dd8dac07cd588e.zip |
initial import
Diffstat (limited to 'pptpd-1.3.3/config.embed.h')
-rw-r--r-- | pptpd-1.3.3/config.embed.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pptpd-1.3.3/config.embed.h b/pptpd-1.3.3/config.embed.h new file mode 100644 index 00000000..ad09bf6d --- /dev/null +++ b/pptpd-1.3.3/config.embed.h @@ -0,0 +1,15 @@ +/* + * config.embed.h + * + * Dummy autoconf results for uClinux target. + * + * $Id: config.embed.h,v 1.4 2004/04/22 10:48:16 quozl Exp $ + */ + +#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" |