@SET_MAKE@
#
-# $Id: Makefile.in,v 1.64 2004/12/20 18:14:31 robertc Exp $
+# $Id: Makefile.in,v 1.65 2004/12/20 20:25:06 robertc Exp $
#
srcdir = @srcdir@
top_srcdir = @top_srcdir@
dnl This encapsulates the nasty mess of headers we need to check when
dnl checking types.
-AC_DEFUN(SQUID_DEFAULT_INCLUDES,[[
+AC_DEFUN([SQUID_DEFAULT_INCLUDES],[[
/* What a mess.. many systems have added the (now standard) bit types
* in their own ways, so we need to scan a wide variety of headers to
* find them..
]])
dnl and this is for AC_CHECK_SIZEOF
-AC_DEFUN(SQUID_DEFAULT_SIZEOF_INCLUDES,[
+AC_DEFUN([SQUID_DEFAULT_SIZEOF_INCLUDES],[
#include <stdio.h>
SQUID_DEFAULT_INCLUDES
])
dnl *BSD net headers
-AC_DEFUN(SQUID_BSDNET_INCLUDES,[
+AC_DEFUN([SQUID_BSDNET_INCLUDES],[
SQUID_DEFAULT_INCLUDES
#if HAVE_SYS_TIME_H
#include <sys/time.h>