wcslib (8.2.2)
1 /* wcsconfig.h. Generated from wcsconfig.h.in by configure. */
2 /*============================================================================
3 *
4 * wcsconfig.h is generated from wcsconfig.h.in by 'configure'. It contains
5 * C preprocessor macro definitions for compiling WCSLIB 8.2
6 *
7 * Author: Mark Calabretta, Australia Telescope National Facility, CSIRO.
8 * http://www.atnf.csiro.au/people/Mark.Calabretta
9 * $Id: wcsconfig.h.in,v 8.2.1.1 2023/11/16 10:05:58 mcalabre Exp mcalabre $
10 *===========================================================================*/
11
12 /* wcslib_version() is available (as of 5.0). */
13 #define HAVE_WCSLIB_VERSION
14
15 /* WCSLIB library version number. */
16 #define WCSLIB_VERSION 8.2.2
17
18 /* Define to 1 if sincos() is available. */
19 #define HAVE_SINCOS 1
20
21 /* 64-bit integer data type. */
22 #define WCSLIB_INT64 long long int