update for 4.08

This commit is contained in:
pooka 2004-03-23 08:40:36 +00:00
parent dab8aad33e
commit ae16b8b42b
2 changed files with 23 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
#
# $NetBSD: file2netbsd,v 1.7 2003/10/27 16:31:46 pooka Exp $
# $NetBSD: file2netbsd,v 1.8 2004/03/23 08:40:36 pooka Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -41,7 +41,7 @@
#
# edit this
file_vers='4.06'
file_vers='4.08'
#
# (usually) NO NEED TO EDIT BELOW THIS LINE

View File

@ -1,12 +1,12 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
/* $NetBSD: config.h,v 1.2 2003/05/25 21:49:55 pooka Exp $ */
/* $NetBSD: config.h,v 1.3 2004/03/23 08:42:34 pooka Exp $ */
/* Autoheader needs me */
#define PACKAGE "file"
/* Autoheader needs me */
#define VERSION "4.03"
#define VERSION "4.08"
/* Define if builtin ELF support is enabled. */
#define BUILTIN_ELF 1
@ -63,6 +63,9 @@
/* The number of bytes in a uint64_t. */
#define SIZEOF_UINT64_T 8
/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@ -124,6 +127,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utime.h> header file. */
/* #undef HAVE_SYS_UTIME_H */
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
@ -136,6 +142,18 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
/* Define to 1 if you have the `utimes' function. */
#define HAVE_UTIMES 1
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
/* #undef MAJOR_IN_MKDEV */
@ -169,7 +187,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
#define VERSION "4.03"
#define VERSION "4.08"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */