Blame cpio/config_freebsd.h

Packit 08bd4c
/*-
Packit 08bd4c
 * Copyright (c) 2003-2007 Tim Kientzle
Packit 08bd4c
 * All rights reserved.
Packit 08bd4c
 *
Packit 08bd4c
 * Redistribution and use in source and binary forms, with or without
Packit 08bd4c
 * modification, are permitted provided that the following conditions
Packit 08bd4c
 * are met:
Packit 08bd4c
 * 1. Redistributions of source code must retain the above copyright
Packit 08bd4c
 *    notice, this list of conditions and the following disclaimer.
Packit 08bd4c
 * 2. Redistributions in binary form must reproduce the above copyright
Packit 08bd4c
 *    notice, this list of conditions and the following disclaimer in the
Packit 08bd4c
 *    documentation and/or other materials provided with the distribution.
Packit 08bd4c
 *
Packit 08bd4c
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
Packit 08bd4c
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Packit 08bd4c
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
Packit 08bd4c
 * IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
Packit 08bd4c
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
Packit 08bd4c
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
Packit 08bd4c
 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
Packit 08bd4c
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
Packit 08bd4c
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
Packit 08bd4c
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit 08bd4c
 *
Packit 08bd4c
 * $FreeBSD: src/usr.bin/cpio/config_freebsd.h,v 1.3 2008/12/06 07:30:40 kientzle Exp $
Packit 08bd4c
 */
Packit 08bd4c
Packit 08bd4c
/* A hand-tooled configuration for FreeBSD. */
Packit 08bd4c
Packit 08bd4c
#include <sys/param.h>  /* __FreeBSD_version */
Packit 08bd4c
Packit 08bd4c
#define	HAVE_DIRENT_H 1
Packit 08bd4c
#define	HAVE_ERRNO_H 1
Packit 08bd4c
#define	HAVE_FCNTL_H 1
Packit 08bd4c
#define	HAVE_FUTIMES 1
Packit 08bd4c
#define	HAVE_GRP_H 1
Packit 08bd4c
#define	HAVE_LIBARCHIVE 1
Packit 08bd4c
#define	HAVE_LINK 1
Packit 08bd4c
#define	HAVE_LSTAT 1
Packit 08bd4c
#define	HAVE_LUTIMES 1
Packit 08bd4c
#define	HAVE_PWD_H 1
Packit 08bd4c
#define	HAVE_READLINK 1
Packit 08bd4c
#define	HAVE_STDARG_H 1
Packit 08bd4c
#define	HAVE_STDLIB_H 1
Packit 08bd4c
#define	HAVE_STRING_H 1
Packit 08bd4c
#define	HAVE_SYMLINK 1
Packit 08bd4c
#define	HAVE_SYS_CDEFS_H 1
Packit 08bd4c
#define	HAVE_SYS_STAT_H 1
Packit 08bd4c
#define	HAVE_SYS_TIME_H 1
Packit 08bd4c
#define	HAVE_TIME_H 1
Packit 08bd4c
#define	HAVE_UINTMAX_T 1
Packit 08bd4c
#define	HAVE_UNISTD_H 1
Packit 08bd4c
#define	HAVE_UNSIGNED_LONG_LONG 1
Packit 08bd4c
#define	HAVE_UTIME_H 1
Packit 08bd4c
#define	HAVE_UTIMES 1
Packit 08bd4c