summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/gssapiP_generic.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-20 15:44:40 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-20 15:44:40 +0000
commit4b316d0c2d990e5489019c1612eddeace3456d17 (patch)
tree78d016aa2deef1d9c4d157fa5c69a462bce3c3a6 /src/lib/gssapi/generic/gssapiP_generic.h
parentd095910a71a435e4628294962f9f554fc26f3bfd (diff)
downloadkrb5-4b316d0c2d990e5489019c1612eddeace3456d17.tar.gz
krb5-4b316d0c2d990e5489019c1612eddeace3456d17.tar.xz
krb5-4b316d0c2d990e5489019c1612eddeace3456d17.zip
configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, and
SIZEOF_LONG, so we don't need to depend on getting this information from include/krb5/autoconf.h gssapi.h: Removed dependence on krb5 include files. gssapiP_generic.h: We need to include k5-config in order to get Windows specific hackery. Somewhat of a wart, but this is a gssapi internal header file, so the rest of the world doesn't have to see this. util_token.c: Define VALID_INT, instead of relying on this being defined by krb5.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5388 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/gssapiP_generic.h')
-rw-r--r--src/lib/gssapi/generic/gssapiP_generic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/gssapiP_generic.h b/src/lib/gssapi/generic/gssapiP_generic.h
index 49a876bf9..c740d98be 100644
--- a/src/lib/gssapi/generic/gssapiP_generic.h
+++ b/src/lib/gssapi/generic/gssapiP_generic.h
@@ -23,6 +23,8 @@
#ifndef _GSSAPIP_GENERIC_H_
#define _GSSAPIP_GENERIC_H_
+#include "k5-config.h"
+
#include "gssapi.h"
#include "gssapi_err_generic.h"