Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/byacc update config.h and what we do to it.



details:   https://anonhg.NetBSD.org/src/rev/73434b847d0b
branches:  trunk
changeset: 769463:73434b847d0b
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 10 21:32:25 2011 +0000

description:
update config.h and what we do to it.

diffstat:

 external/bsd/byacc/byacc2netbsd     |  3 ++-
 external/bsd/byacc/include/config.h |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e685b3a6c6c2 -r 73434b847d0b external/bsd/byacc/byacc2netbsd
--- a/external/bsd/byacc/byacc2netbsd   Sat Sep 10 21:29:04 2011 +0000
+++ b/external/bsd/byacc/byacc2netbsd   Sat Sep 10 21:32:25 2011 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: byacc2netbsd,v 1.2 2011/09/10 21:18:00 christos Exp $
+#      $NetBSD: byacc2netbsd,v 1.3 2011/09/10 21:32:25 christos Exp $
 #
 # Copyright (c) 2000 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,6 +41,7 @@
 #      $ run ./configure
 #      $ run make
 #      check the config file and copy it to /usr/src/external/bsd/byacc/include
+#      remove the version from SYSTEM_NAME
 #      check the manual page against our copy if there are new options and
 #      update
 
diff -r e685b3a6c6c2 -r 73434b847d0b external/bsd/byacc/include/config.h
--- a/external/bsd/byacc/include/config.h       Sat Sep 10 21:29:04 2011 +0000
+++ b/external/bsd/byacc/include/config.h       Sat Sep 10 21:32:25 2011 +0000
@@ -1,6 +1,10 @@
 /* config.h.  Generated automatically by configure.  */
 /* @configure_input@ */
-/* $Id: config.h,v 1.1 2009/10/29 00:56:35 christos Exp $ */
+/* $Id: config.h,v 1.2 2011/09/10 21:32:25 christos Exp $ */
 
 #define SYSTEM_NAME "netbsd"
+#define MIXEDCASE_FILENAMES 1
 #define CC_HAS_PROTOS 1
+#define HAVE_FCNTL_H 1
+#define HAVE_ATEXIT 1
+#define HAVE_MKSTEMP 1



Home | Main Index | Thread Index | Old Index