File: config.h.cmake

package info (click to toggle)
plplot 5.14.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 30,424 kB
  • sloc: ansic: 79,613; xml: 28,583; cpp: 20,037; ada: 19,456; tcl: 12,081; f90: 11,423; ml: 7,276; java: 6,863; python: 6,792; sh: 3,185; perl: 828; lisp: 75; makefile: 48; sed: 33; fortran: 5
file content (38 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// These macros must be set to these specific values in order to
// pass all tests for ndiff-2.0.0.
#define VERSION "2.00"
#define DATE "10-Dec-2000"

// Note that ndiff code uses #if style rather than #ifdef style to
// test the macros below which therefore must be #defined
// to be either true or false.

// Define if the `long double' type works.
#define HAVE_LONG_DOUBLE @HAVE_LONG_DOUBLE@

// Define to `unsigned' if <sys/types.h> doesn't define.
// #define size_t

// Define if you have the ANSI C header files.
//#define STDC_HEADERS @STDC_HEADERS@

// Define if you have the <ctype.h> header file.
#define HAVE_CTYPE_H @HAVE_CTYPE_H@

// Define if you have the <limits.h> header file.
#define HAVE_LIMITS_H @HAVE_LIMITS_H@

// Define if you have the <stddef.h> header file.
#define HAVE_STDDEF_H @HAVE_STDDEF_H@

// Define if you have the <stdio.h> header file.
#define HAVE_STDIO_H @HAVE_STDIO_H@

// Define if you have the <stdlib.h> header file.
#define HAVE_STDLIB_H @HAVE_STDLIB_H@

// Define if you have the <string.h> header file.
#define HAVE_STRING_H @HAVE_STRING_H@

// Define if have the <gmp.h> header file.
#define HAVE_GMP @HAVE_GMP@