Blame include/oggz/oggz_off_t_generated.h.in.multilib

Packit a56a60
/*
Packit a56a60
   Copyright (C) 2007 Commonwealth Scientific and Industrial Research
Packit a56a60
   Organisation (CSIRO) Australia
Packit a56a60
Packit a56a60
   Redistribution and use in source and binary forms, with or without
Packit a56a60
   modification, are permitted provided that the following conditions
Packit a56a60
   are met:
Packit a56a60
Packit a56a60
   - Redistributions of source code must retain the above copyright
Packit a56a60
   notice, this list of conditions and the following disclaimer.
Packit a56a60
Packit a56a60
   - Redistributions in binary form must reproduce the above copyright
Packit a56a60
   notice, this list of conditions and the following disclaimer in the
Packit a56a60
   documentation and/or other materials provided with the distribution.
Packit a56a60
Packit a56a60
   - Neither the name of CSIRO Australia nor the names of its
Packit a56a60
   contributors may be used to endorse or promote products derived from
Packit a56a60
   this software without specific prior written permission.
Packit a56a60
Packit a56a60
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Packit a56a60
   ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Packit a56a60
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
Packit a56a60
   PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE ORGANISATION OR
Packit a56a60
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
Packit a56a60
   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
Packit a56a60
   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
Packit a56a60
   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
Packit a56a60
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
Packit a56a60
   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
Packit a56a60
   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit a56a60
*/
Packit a56a60
Packit a56a60
#ifndef __OGGZ_OFF_T_GENERATED_H__
Packit a56a60
#define __OGGZ_OFF_T_GENERATED_H__
Packit a56a60
Packit a56a60
/** \file
Packit a56a60
 * Architecture-dependent type for oggz_off_t.
Packit a56a60
 *
Packit a56a60
 * This file should never be included directly by user code. Please include
Packit a56a60
 * either of <oggz/oggz.h> or <oggz/oggz_off_t.h> instead.
Packit a56a60
 *
Packit a56a60
 * This file was generated when liboggz was built.
Packit a56a60
 *
Packit a56a60
 * Note that this file is only generated when using GNU autoconf.
Packit a56a60
 * This file is not used on Win32 systems.
Packit a56a60
 */
Packit a56a60
Packit a56a60
/**
Packit a56a60
 * This typedef was determined on the system on which the documentation
Packit a56a60
 * was generated.
Packit a56a60
 *
Packit a56a60
 * To query this on your system, do eg.
Packit a56a60
 *
Packit a56a60
 
Packit a56a60
   echo "gcc -E oggz.h | grep oggz_off_t
Packit a56a60
 
Packit a56a60
 * 
Packit a56a60
 */
Packit a56a60
Packit a56a60
#include <sys/types.h>
Packit a56a60
Packit a56a60
typedef @TYPEOF_OGGZ_OFF_T@ oggz_off_t;
Packit a56a60
Packit a56a60
#define PRI_OGGZ_OFF_T "@PRI_OGGZ_OFF_T@"
Packit a56a60
Packit a56a60
#endif /* __OGGZ_OFF_T_GENERATED__ */