xpap.h   xpap.h 
skipping to change at line 66 skipping to change at line 66
#include <xport.h> #include <xport.h>
#include <tcp.h> #include <tcp.h>
#include <word.h> #include <word.h>
#include <xalloc.h> #include <xalloc.h>
#include <find.h> #include <find.h>
#if USE_LAUNCH #if USE_LAUNCH
#include <xlaunch.h> #include <xlaunch.h>
#endif #endif
#include <timedconn.h> #include <timedconn.h>
/* B.Schoenhammer@bit-field.de 2009-09-21 */
#if HAVE_MINGW32
#ifdef HAVE_ATEXIT
#undef HAVE_ATEXIT
#endif
#endif
/* make sure socklen_t is available, since some systems don't use it */ /* make sure socklen_t is available, since some systems don't use it */
#ifndef HAVE_SOCKLEN_T #ifndef HAVE_SOCKLEN_T
#define socklen_t int #define socklen_t int
#endif #endif
/* the flag for setting non-blocking I/O varies a bit from Unix to Unix */ /* the flag for setting non-blocking I/O varies a bit from Unix to Unix */
#ifndef O_NONBLOCK #ifndef O_NONBLOCK
#ifdef O_NDELAY #ifdef O_NDELAY
#define O_NONBLOCK O_NDELAY #define O_NONBLOCK O_NDELAY
#endif #endif
skipping to change at line 98 skipping to change at line 105
#endif #endif
#endif #endif
#endif #endif
#endif #endif
/* not all systems define shutdown() params */ /* not all systems define shutdown() params */
#ifndef SHUT_RDWR #ifndef SHUT_RDWR
#define SHUT_RDWR 2 #define SHUT_RDWR 2
#endif #endif
/* cisco routers can clear the URG flag by default, so use in-band */
#define USE_KA_OOB 0
/* KA_TYPE: 1->only access points, 2->only proxies 3->both */
#define DEF_KA_TYPE 2
/* for listen() routine */ /* for listen() routine */
#define XPA_MAXLISTEN 1000 #define XPA_MAXLISTEN 1000
/* status flags for xpa server */ /* status flags for xpa server */
#define XPA_STATUS_ACTIVE 1 #define XPA_STATUS_ACTIVE 1
#define XPA_STATUS_FREE 2 #define XPA_STATUS_FREE 2
#define XPA_STATUS_READBUF 4 #define XPA_STATUS_READBUF 4
#define XPA_STATUS_ENDBUF 8 #define XPA_STATUS_ENDBUF 8
/* status flags for xpa clients */ /* status flags for xpa clients */
 End of changes. 2 change blocks. 
0 lines changed or deleted 12 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/