2015-03-03 00:38:33 +08:00
|
|
|
/****************************************************************************
|
|
|
|
** GeomIO Library
|
|
|
|
** Copyright FougSys (2 Mar. 2015)
|
|
|
|
** contact@fougsys.fr
|
|
|
|
**
|
|
|
|
** This software is a reusable library whose purpose is to provide complete
|
|
|
|
** I/O support for various CAD file formats (eg. STL)
|
|
|
|
**
|
|
|
|
** This software is governed by the CeCILL-B license under French law and
|
|
|
|
** abiding by the rules of distribution of free software. You can use,
|
|
|
|
** modify and/ or redistribute the software under the terms of the CeCILL-B
|
|
|
|
** license as circulated by CEA, CNRS and INRIA at the following URL
|
2015-03-30 15:05:25 +08:00
|
|
|
** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html".
|
2015-03-03 00:38:33 +08:00
|
|
|
****************************************************************************/
|
|
|
|
|
2013-02-21 21:37:42 +08:00
|
|
|
/* Generated by CMake */
|
|
|
|
|
2014-04-04 21:50:42 +08:00
|
|
|
#ifndef GMIO_CONFIG_H_CMAKE
|
|
|
|
#define GMIO_CONFIG_H_CMAKE
|
2013-02-21 21:37:42 +08:00
|
|
|
|
2014-04-04 21:50:42 +08:00
|
|
|
#cmakedefine GMIO_HAVE_STDINT_H
|
2014-11-11 01:31:44 +08:00
|
|
|
#cmakedefine GMIO_HAVE_STDBOOL_H
|
2014-04-04 21:50:42 +08:00
|
|
|
#cmakedefine GMIO_HAVE_STRTOF_FUNC
|
2015-03-26 19:04:17 +08:00
|
|
|
#cmakedefine GMIO_HAVE_POWF_FUNC
|
2014-01-24 00:24:50 +08:00
|
|
|
|
2015-04-01 21:39:00 +08:00
|
|
|
#cmakedefine GMIO_HAVE_SYS_TYPES_H
|
|
|
|
#cmakedefine GMIO_HAVE_SYS_STAT_H
|
|
|
|
#cmakedefine GMIO_HAVE_POSIX_FILENO_FUNC
|
|
|
|
#cmakedefine GMIO_HAVE_POSIX_FSTAT64_FUNC
|
|
|
|
#cmakedefine GMIO_HAVE_WIN__FSTAT64_FUNC
|
|
|
|
|
2014-04-04 21:50:42 +08:00
|
|
|
#cmakedefine GMIO_HAVE_GCC_BUILTIN_BSWAP16_FUNC
|
|
|
|
#cmakedefine GMIO_HAVE_GCC_BUILTIN_BSWAP32_FUNC
|
2014-01-24 00:24:50 +08:00
|
|
|
|
2014-04-04 21:50:42 +08:00
|
|
|
#cmakedefine GMIO_HAVE_MSVC_BUILTIN_BSWAP_FUNC
|
2013-02-21 21:37:42 +08:00
|
|
|
|
2015-03-20 15:53:20 +08:00
|
|
|
#cmakedefine GMIO_HOST_IS_BIG_ENDIAN
|
|
|
|
|
2015-03-30 22:37:47 +08:00
|
|
|
#cmakedefine GMIO_HAVE_BSD_ALLOCA_FUNC
|
2015-04-01 21:43:03 +08:00
|
|
|
#cmakedefine GMIO_HAVE_WIN__ALLOCA_FUNC
|
2015-03-30 22:37:47 +08:00
|
|
|
|
2015-03-03 17:27:39 +08:00
|
|
|
#if defined(__APPLE__)
|
|
|
|
# if defined(__i386__) || defined(__ppc__)
|
|
|
|
# define GMIO_TARGET_ARCH_BIT_SIZE 32
|
|
|
|
# elif defined(__x86_64__) || defined(__ppc64__)
|
|
|
|
# define GMIO_TARGET_ARCH_BIT_SIZE 64
|
|
|
|
# else
|
|
|
|
# error "Unknown architecture!"
|
|
|
|
# endif
|
|
|
|
#else
|
|
|
|
# define GMIO_TARGET_ARCH_BIT_SIZE @GMIO_TARGET_ARCH_BIT_SIZE@
|
|
|
|
#endif
|
|
|
|
|
2014-04-04 21:50:42 +08:00
|
|
|
#endif /* GMIO_CONFIG_H_CMAKE */
|