1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
#ifndef _CONFIG_H
# define _CONFIG_H
# define strcasecmp stricmp
# define strncasecmp strnicmp
# define PACKAGE "libgsasl"
# define LOCALEDIR "."
# if _MSC_VER && !__cplusplus
# define inline __inline
# endif
# define EOVERFLOW E2BIG
# define GNULIB_GC_HMAC_MD5 1
# define GNULIB_GC_MD5 1
# define GNULIB_GC_RANDOM 1
# define GNULIB_GC_SHA1 1
# define GNULIB_GC_HMAC_SHA1 1
# define HAVE_ALLOCA 1
# define HAVE_DECL_GETDELIM 0
# define HAVE_DECL_GETLINE 0
# define HAVE_DECL_STRDUP 1
# define HAVE_DECL__SNPRINTF 1
# define HAVE_FLOAT_H 1
# define HAVE_INCLUDE_NEXT 1
# define HAVE_INTMAX_T 1
# define HAVE_INTTYPES_H 1
# define HAVE_INTTYPES_H_WITH_UINTMAX 1
# define HAVE_LONG_LONG_INT 1
# define HAVE_MEMORY_H 1
# define HAVE_SNPRINTF 1
# define HAVE_STDBOOL_H 1
// #define HAVE_STDINT_H 1
# define HAVE_STDINT_H_WITH_UINTMAX 1
# define HAVE_STDIO_H 1
# define HAVE_STDLIB_H 1
# define HAVE_STRDUP 1
# define HAVE_STRINGS_H 1
# define HAVE_STRING_H 1
# define HAVE_SYS_STAT_H 1
# define HAVE_SYS_TYPES_H 1
# define HAVE_UNISTD_H 1
# define HAVE_UNSIGNED_LONG_LONG_INT 1
# define HAVE_WCHAR_H 1
# define HAVE_WCHAR_T 1
# define HAVE_WCSLEN 1
# define HAVE_WINT_T 1
# define HAVE__BOOL 1
# define NAME_OF_NONCE_DEVICE "/dev/urandom"
# define NAME_OF_PSEUDO_RANDOM_DEVICE "/dev/urandom"
# define NAME_OF_RANDOM_DEVICE "/dev/random"
# define STDC_HEADERS 1
# define USE_ANONYMOUS 1
# define USE_CLIENT 1
# define USE_CRAM_MD5 1
# define USE_DIGEST_MD5 1
# define USE_EXTERNAL 1
# define USE_LOGIN 1
# define USE_PLAIN 1
# define USE_SECURID 1
# define USE_SERVER 1
# define USE_SCRAM_SHA1 1
# define USE_SCRAM_SHA256 1
# define GSASL_NO_OBSOLETE 1
# define restrict
# define __attribute__(x)
# ifndef _AC_STDINT_H
# include <sys/types.h>
# include "ac-stdint.h"
# endif
#endif /* _CONFIG_H */
|