Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/texinfo/common While we provide gettimeofday, it...



details:   https://anonhg.NetBSD.org/src/rev/1d77fe7c95ff
branches:  trunk
changeset: 551631:1d77fe7c95ff
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 09 12:55:10 2003 +0000

description:
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.

diffstat:

 gnu/usr.bin/texinfo/common/config.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2316a3a8fe27 -r 1d77fe7c95ff gnu/usr.bin/texinfo/common/config.h
--- a/gnu/usr.bin/texinfo/common/config.h       Tue Sep 09 11:39:14 2003 +0000
+++ b/gnu/usr.bin/texinfo/common/config.h       Tue Sep 09 12:55:10 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index