update config.h and what we do to it.
This commit is contained in:
parent
567667755d
commit
cbb5c84afb
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue