diff --git a/appl/gssmask/common.h b/appl/gssmask/common.h index cd9b0817f..96d10ff0a 100644 --- a/appl/gssmask/common.h +++ b/appl/gssmask/common.h @@ -37,13 +37,6 @@ #include #endif -/* - * pthread support is disable because the pthread - * test have no "application pthread libflags" variable, - * when this is fixed pthread support can be enabled again. - */ -#undef ENABLE_PTHREAD_SUPPORT - #include #ifdef HAVE_SYS_UTSNAME_H #include @@ -65,6 +58,13 @@ #include "protocol.h" +/* + * pthread support is disable because the pthread + * test have no "application pthread libflags" variable, + * when this is fixed pthread support can be enabled again. + */ +#undef ENABLE_PTHREAD_SUPPORT + krb5_error_code store_string(krb5_storage *, const char *);