From 9135a5d0e44b1f2fc77beb7b09584be861f18e76 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 27 Jun 2000 15:04:15 +0000 Subject: Solaris compatibility config check + implementation (ctime_r arguments) svn path=/trunk/; revision=3754 --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 3c6dd02c87..ebc1605516 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,3 +20,6 @@ /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK + +/* Define if ctime_r takes three arguments */ +#undef CTIME_R_THREE_ARGS -- cgit