/usr/include/wcslib-5.18/wcsconfig.h is in wcslib-dev 5.18-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | /* wcsconfig.h. Generated from wcsconfig.h.in by configure. */
/*============================================================================
*
* wcsconfig.h is generated from wcsconfig.h.in by 'configure'. It contains
* C preprocessor macro definitions for compiling WCSLIB 5.18
*
* Author: Mark Calabretta, Australia Telescope National Facility, CSIRO.
* http://www.atnf.csiro.au/people/Mark.Calabretta
* $Id: wcsconfig.h.in,v 5.18 2018/01/10 08:32:14 mcalabre Exp $
*===========================================================================*/
/* wcslib_version() is available (as of 5.0). */
#define HAVE_WCSLIB_VERSION
/* WCSLIB library version number. */
#define WCSLIB_VERSION 5.18
/* Define to 1 if sincos() is available. */
#define HAVE_SINCOS 1
/* 64-bit integer data type. */
#define WCSLIB_INT64 long long int
|