File: config.h.cmake

package info (click to toggle)
plplot 5.10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 26,280 kB
  • ctags: 13,512
  • sloc: ansic: 83,001; xml: 27,081; ada: 18,878; cpp: 15,966; tcl: 11,651; python: 7,075; f90: 7,058; ml: 6,974; java: 6,665; perl: 5,029; sh: 2,210; makefile: 199; lisp: 75; sed: 25; fortran: 7
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@