Blame include/oggz/oggz_off_t_generated.h.in

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