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.
This commit is contained in:
wiz 2003-09-09 12:55:10 +00:00
parent 494fe70198
commit 05686e9c80
1 changed files with 2 additions and 2 deletions

View File

@ -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