diff options
| author | neilbrown <neilbrown> | 2005-08-26 01:14:46 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2005-08-26 01:14:46 +0000 |
| commit | 74a9c55e518cbd4ece01a2c57104222d9b675fb0 (patch) | |
| tree | 47d6ef10f8f3fdb6ae747cf83dc08d24f761303f /support/include | |
| parent | 2650ce9c83edfde2fbe2de3cb65812309b2edebd (diff) | |
| download | nfs-utils-74a9c55e518cbd4ece01a2c57104222d9b675fb0.tar.gz nfs-utils-74a9c55e518cbd4ece01a2c57104222d9b675fb0.tar.xz nfs-utils-74a9c55e518cbd4ece01a2c57104222d9b675fb0.zip | |
From: Kevin Coffman <kwc@citi.umich.edu>
Consolidate some of the Kerberos checking instead of repeating
the same things for MIT and Heimdal.
Also adds more checks to distinguish 32-bit from 64-bit
(mainly for gssapi.h)
Fix svcgssd Makefile so make TOP=../../ works correctly there.
Enable running a modern autoheader.
(Requires that autoconf be run to regenerate configure script.)
Diffstat (limited to 'support/include')
| -rw-r--r-- | support/include/config.h.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/support/include/config.h.in b/support/include/config.h.in index 6a6a065..4be7b04 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -5,6 +5,12 @@ /* Define this if you have string.h */ #undef HAVE_STRING_H +/* Define this if you have com_err.h */ +#undef HAVE_COM_ERR_H + +/* Define this if you have <et/com_err.h> */ +#undef HAVE_ET_COM_ERR_H + /* Define this if you have netgroup support */ #undef HAVE_INNETGR @@ -43,3 +49,15 @@ /* Define this if the Kerberos gssapi library has function * gss_krb5_cache_name */ #undef HAVE_GSS_KRB5_CCACHE_NAME + +/* The size of a `int', as computed by sizeof. */ +#undef SIZEOF_INT + +/* The size of a `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of a `short', as computed by sizeof. */ +#undef SIZEOF_SHORT + +/* The size of a `size_t', as computed by sizeof. */ +#undef SIZEOF_SIZE_T |
