From 05686e9c809c19d72ec1be36f1c70c363e4f35e2 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 9 Sep 2003 12:55:10 +0000 Subject: While we provide gettimeofday, it's only needed by texindex if mkstemp is not found. The configure test for gettimeofday is thus only run in that case, which explains why HAVE_GETTIMEOFDAY was not defined by default in the resulting config.h. Since we don't need gettimeofday, don't define HAVE_GETTIMEOFDAY manually to simplify updates to this file. Add RCS Id. --- gnu/usr.bin/texinfo/common/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/texinfo/common/config.h b/gnu/usr.bin/texinfo/common/config.h index b1aa91f59fa..968a7f93e4b 100644 --- a/gnu/usr.bin/texinfo/common/config.h +++ b/gnu/usr.bin/texinfo/common/config.h @@ -1,3 +1,4 @@ +/* $NetBSD: config.h,v 1.9 2003/09/09 12:55:10 wiz Exp $ */ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ @@ -83,8 +84,7 @@ /* #undef HAVE_GETTEXT */ /* Define to 1 if you have the `gettimeofday' function. */ -/* WIZ: #undef HAVE_GETTIMEOFDAY */ -#define HAVE_GETTIMEOFDAY 1 +/* #undef HAVE_GETTIMEOFDAY */ /* Define to 1 if you have the `getuid' function. */ #define HAVE_GETUID 1 -- cgit