File: Config.h

package info (click to toggle)
geographiclib 1.49-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,656 kB
  • sloc: cpp: 32,394; cs: 9,567; sh: 4,757; ansic: 2,377; java: 2,208; python: 1,779; makefile: 861; xml: 390; pascal: 34
file content (12 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
// This will be overwritten by ./configure

#define GEOGRAPHICLIB_VERSION_STRING "1.49"
#define GEOGRAPHICLIB_VERSION_MAJOR 1
#define GEOGRAPHICLIB_VERSION_MINOR 49
#define GEOGRAPHICLIB_VERSION_PATCH 0

// Undefine HAVE_LONG_DOUBLE if this type is unknown to the compiler
#define GEOGRAPHICLIB_HAVE_LONG_DOUBLE 1

// Define WORDS_BIGENDIAN to be 1 if your machine is big endian
/* #undef WORDS_BIGENDIAN */