diff configure.in @ 478:97fd5eb34be0

2004-6-6 Brian Masney <masneyb@gftp.org> * acinclude.m4 configure.in - added AC_TYPE_INTPTR_T that will define intptr_t if it does not exist on the system * lib/gftp.h lib/protocols.c lib/rfc959.c src/uicommon/gftpuicallbacks.c - added specify site argument to rfc959_site(). If this is set, then SITE will be prepended to the command
author masneyb
date Sun, 06 Jun 2004 15:12:35 +0000
parents 075f89b4395c
children 18c6d173f5f2
line wrap: on
line diff
--- a/configure.in	Thu Jun 03 00:49:34 2004 +0000
+++ b/configure.in	Sun Jun 06 15:12:35 2004 +0000
@@ -57,6 +57,7 @@
 
 AC_TYPE_SOCKLEN_T
 AC_TYPE_MODE_T
+AC_TYPE_INTPTR_T
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
 AC_HEADER_TIME