ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/device-tincd.C
(Generate patch)

Comparing gvpe/src/device-tincd.C (file contents):
Revision 1.2 by pcg, Tue Oct 14 03:59:32 2003 UTC vs.
Revision 1.3 by pcg, Tue Oct 14 15:48:15 2003 UTC

26#include <unistd.h> 26#include <unistd.h>
27#include <syslog.h> 27#include <syslog.h>
28#include <fcntl.h> 28#include <fcntl.h>
29 29
30#include "conf.h" 30#include "conf.h"
31
32// following headers used by cygwin (maybe others)
33#include "netcompat.h"
34#include <signal.h>
35
36#define xstrdup(strd) strdup(str)
31 37
32/* make the tincd sources feel comfortable in our environment. */ 38/* make the tincd sources feel comfortable in our environment. */
33/* this was reasonably easy to do. */ 39/* this was reasonably easy to do. */
34#define routing_mode 1 40#define routing_mode 1
35#define RMODE_ROUTER 0 41#define RMODE_ROUTER 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines