config.h   config.h 
skipping to change at line 58 skipping to change at line 58
/* winsock2 includes windows.h. /* winsock2 includes windows.h.
Note that we can't include both winsock.h and winsock2.h as Note that we can't include both winsock.h and winsock2.h as
they conflict */ they conflict */
#include <winsock2.h> #include <winsock2.h>
/* Our package */ /* Our package */
#define PACKAGE "cyrus-sasl" #define PACKAGE "cyrus-sasl"
/* Our version */ /* Our version */
#define VERSION "2.1.25" #define VERSION "2.1.26"
/* Visual Studio supports prototypes */ /* Visual Studio supports prototypes */
#define PROTOTYPES 1 #define PROTOTYPES 1
#ifndef HAVE_CADDR_T #ifndef HAVE_CADDR_T
#ifndef caddr_t #ifndef caddr_t
typedef unsigned char *caddr_t; typedef unsigned char *caddr_t;
#define HAVE_CADDR_T 1 #define HAVE_CADDR_T 1
#endif #endif
#endif #endif
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 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/