From 7f9d8a691be67dbb5cc1d68eaf1858ec1d5a43c2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 25 Feb 1999 10:12:51 +0000 Subject: [PATCH] NEED_GLOB_PROTO git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5420 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 02fb6dde2..8dc92751e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -156,6 +156,9 @@ /* define if the system is missing a prototype for mkstemp() */ #undef NEED_MKSTEMP_PROTO +/* define if the system is missing a prototype for glob() */ +#undef NEED_GLOB_PROTO + /* Define this if your `struct tm' has a field `tm_gmtoff' */ #undef HAVE_STRUCT_TM_TM_GMTOFF