summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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