/* config.h - configured by hand for MS VC++ 6.0 */ #undef WIN32 #define WIN32 1 #define _WIN32 1 /* Define to empty if the keyword does not work. */ /*#undef const*/ /* Define as __inline if that's what the C compiler calls it. */ /*#define inline*/ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN #undef OPENSSL #undef GNU_MP #define CRYPTOLIB #undef ENABLE_YP #undef HIGHFIRST #undef SHA1HANDSOFF #undef POSIX_TERMIOS #undef POSIX_SIGTYPE /*#undef volatile*/ /* The number of bytes in a int. */ #define SIZEOF_INT 4 /* The number of bytes in a long. */ #define SIZEOF_LONG 4 /* The number of bytes in a short. */ #define SIZEOF_SHORT 2 /* Define if you have the memcpy function. */ #define HAVE_MEMCPY /* Define if you have the strchr function. */ #define HAVE_STRCHR /* Define if you have the header file. */ #undef HAVE_SGTTY_H /* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_TERMIO_H /* Define if you have the header file. */ #undef HAVE_TERMIOS_H /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL /* Name of package */ #define PACKAGE "SRP" /* Version number of package */ #define VERSION "1.6.0" #define NO_ERRNO 1