ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.bin/bsdcat/config_midnightbsd.h
Revision: 12072
Committed: Sat Sep 22 14:17:40 2018 UTC (5 years, 7 months ago) by laffer1
Content type: text/plain
File size: 2058 byte(s)
Log Message:
fix build

File Contents

# Content
1 /* $MidnightBSD$ */
2 /*-
3 * Copyright (c) 2003-2007 Tim Kientzle
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 *
15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD$
27 */
28
29 /* A hand-tooled configuration for FreeBSD. */
30
31 #include <sys/param.h> /* __FreeBSD_version */
32
33 #define HAVE_DIRENT_H 1
34 #define HAVE_ERRNO_H 1
35 #define HAVE_FCNTL_H 1
36 #define HAVE_FUTIMES 1
37 #define HAVE_GRP_H 1
38 #define HAVE_LIBARCHIVE 1
39 #define HAVE_LINK 1
40 #define HAVE_LSTAT 1
41 #define HAVE_LUTIMES 1
42 #define HAVE_PWD_H 1
43 #define HAVE_READLINK 1
44 #define HAVE_STDARG_H 1
45 #define HAVE_STDLIB_H 1
46 #define HAVE_STRING_H 1
47 #define HAVE_SYMLINK 1
48 #define HAVE_SYS_CDEFS_H 1
49 #define HAVE_SYS_STAT_H 1
50 #define HAVE_SYS_TIME_H 1
51 #define HAVE_TIME_H 1
52 #define HAVE_UINTMAX_T 1
53 #define HAVE_UNISTD_H 1
54 #define HAVE_UNSIGNED_LONG_LONG 1
55 #define HAVE_UTIME_H 1
56 #define HAVE_UTIMES 1
57 #define HAVE_WCSCMP 1
58

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain