1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
/*============================================================================
*
* wcsconfig_test.h is generated from wcsconfig_test.h.in by 'configure'. It
* contains C preprocessor definitions for compiling the WCSLIB 5.14 test/demo
* programs.
*
* Author: Mark Calabretta, Australia Telescope National Facility, CSIRO.
* http://www.atnf.csiro.au/people/Mark.Calabretta
* $Id: wcsconfig_tests.h.in,v 5.14 2016/02/07 10:49:33 mcalabre Exp $
*===========================================================================*/
#include <wcsconfig.h>
/* Define to 1 if the CFITSIO library is available. */
#undef HAVE_CFITSIO
/* Define to the printf format modifier for size_t type. */
#undef MODZ
|