From 7585facf05d927eb6df3929ce09ed5e60d905437 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Thu, 7 Feb 2013 13:27:27 +0100 Subject: Imported Upstream version 5.0.2 --- config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 74893a7a4..3965ed25c 100644 --- a/config.h.in +++ b/config.h.in @@ -148,6 +148,12 @@ /* Define to 1 if you have the `pthread_rwlock_init' function. */ #undef HAVE_PTHREAD_RWLOCK_INIT +/* Define to 1 if you have the `pthread_spin_init' function. */ +#undef HAVE_PTHREAD_SPIN_INIT + +/* Define to 1 if you have the `rb_errinfo' function. */ +#undef HAVE_RB_ERRINFO + /* have netlink RTA_TABLE defined */ #undef HAVE_RTA_TABLE @@ -254,6 +260,9 @@ /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P +/* use TrouSerS library libtspi as TSS implementation */ +#undef TSS_TROUSERS + /* support for IKEv1 protocol */ #undef USE_IKEV1 @@ -281,3 +290,6 @@ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER + +/* Define to `unsigned int' if does not define. */ +#undef size_t -- cgit v1.2.3