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 4.8 test/demo
* programs.
*
* Author: Mark Calabretta, Australia Telescope National Facility
* http://www.atnf.csiro.au/~mcalabre/index.html
* $Id: wcsconfig_tests.h.in,v 4.8.1.1 2011/08/15 08:07:07 cal103 Exp cal103 $
*===========================================================================*/
#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
|