summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-07-30 02:40:10 +0000
committerEzra Peisach <epeisach@mit.edu>1996-07-30 02:40:10 +0000
commitd238f1e9476cf4ff6073805d6936ed4cc6a13080 (patch)
tree9347f556f11928e83d140de3eefca94d02ac60ef /src/appl/gssftp
parente06e2c249ce8235d88d2bf37a37633d036533273 (diff)
downloadkrb5-d238f1e9476cf4ff6073805d6936ed4cc6a13080.tar.gz
krb5-d238f1e9476cf4ff6073805d6936ed4cc6a13080.tar.xz
krb5-d238f1e9476cf4ff6073805d6936ed4cc6a13080.zip
* configure.in: Determine sizeof short, int, long for secure.c
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8861 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp')
-rw-r--r--src/appl/gssftp/ftpd/ChangeLog4
-rw-r--r--src/appl/gssftp/ftpd/configure.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog
index c9a332dee5..8440ea53ba 100644
--- a/src/appl/gssftp/ftpd/ChangeLog
+++ b/src/appl/gssftp/ftpd/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 29 22:37:05 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * configure.in: Determine sizeof short, int, long for secure.c
+
Tue Jul 23 23:13:07 1996 Marc Horowitz <marc@mit.edu>
* ftpd.c (auth_data): the logic which dealt with multiple acceptor
diff --git a/src/appl/gssftp/ftpd/configure.in b/src/appl/gssftp/ftpd/configure.in
index a91cce0c32..e247201135 100644
--- a/src/appl/gssftp/ftpd/configure.in
+++ b/src/appl/gssftp/ftpd/configure.in
@@ -7,6 +7,9 @@ KRB5_SIGTYPE
CHECK_UTMP
CHECK_SIGPROCMASK
CHECK_WAIT_TYPE
+AC_CHECK_SIZEOF(short)
+AC_CHECK_SIZEOF(int)
+AC_CHECK_SIZEOF(long)
DECLARE_SYS_ERRLIST
AC_FUNC_VFORK
AC_HEADER_STDARG