File: acconfig.h

package info (click to toggle)
gnuplot 3.5beta6.347-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,032 kB
  • ctags: 4,235
  • sloc: ansic: 42,086; makefile: 561; asm: 539; sh: 386; objc: 379; csh: 297; pascal: 194; perl: 138; lisp: 88
file content (123 lines) | stat: -rw-r--r-- 3,431 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
/* acconfig.h
   This file is in the public domain.

   Descriptive text for the C preprocessor macros that
   the distributed Autoconf macros can define.
   No software package will use all of them; autoheader copies the ones
   your configure.in uses into your configuration header file templates.

   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  Although this order
   can split up related entries, it makes it easier to check whether
   a given entry is in the file.

   Leave the following blank line there!!  Autoheader needs it.  */


/* Define if compiler can handle ANSI prototypes.  */
#undef ANSI_C

/* Define if this system uses a 32-bit DOS extender (djgpp/emx).  */
#undef DOS32

/* Define if <errno.h> declares errno.  */
#undef EXTERN_ERRNO

/* Define if you are using the GNU readline library.  */
#undef GNU_READLINE

/* Define if the C preprocessor understands ANSI stringification.  */
#undef HAVE_CPP_STRINGIFY

/* Define if you have the lgamma function.  */
#undef HAVE_LGAMMA

/* Define if you have Thomas Boutell's gd library.  */
#undef HAVE_LIBGD

/* Define if you have the png library.  */
#undef HAVE_LIBPNG

/* Define if you do not have the strncasecmp function.  */
#undef HAVE_STRNCASECMP

/* Define if this is a Linux system with SuperVGA library.  */
#undef LINUXVGA

/* Define if this is an MSDOS system with djgpp.  */
#undef MSDOS

/* Define if you do not want to read .gnuplotrc in the current directory.  */
#undef NOCWDRC

/* Define if you do not have the atexit function.  */
#undef NO_ATEXIT

/* Define if you do not have the <errno.h> header file.  */
#undef NO_ERRNO_H

/* Define if you do not have the <float.h> header file.  */
#undef NO_FLOAT_H

/* Define if you do not have the <limits.h> header file.  */
#undef NO_LIMITS_H

/* Define if you do not have the <locale.h> header file.  */
#undef NO_LOCALE_H

/* Define if you do not have the <math.h> header file.  */
#undef NO_MATH_H

/* Define if you do not have the memcpy function.  */
#undef NO_MEMCPY

/* Define if you do not have the memset function.  */
#undef NO_MEMSET

/* Define if you do not have the setvbuf function.  */
#undef NO_SETVBUF

/* Define if you do not have the <stdlib.h> header file.  */
#undef NO_STDLIB_H

/* Define if you do not have the strchr function.  */
#undef NO_STRCHR

/* Define if you do not have the strerror function.  */
#undef NO_STRERROR

/* Define if you do not have the <string.h> header file.  */
#undef NO_STRING_H

/* Define if you do not have the strrchr function.  */
#undef NO_STRRCHR

/* Define if you do not have the strstr function.  */
#undef NO_STRSTR

/* Define if you do not have the <sys/types.h> header file.  */
#undef NO_SYS_TYPES_H

/* Define if you do not have the <time.h> header file.  */
#undef NO_TIME_H

/* Define if you do have the popen and pclose functions.  */
#undef PIPES

/* Define if you have the function prototypes.  */
#undef PROTOTYPES

/* Define if you want to use the included readline function.  */
#undef READLINE

/* Define if you are using the X11 window system.  */
#undef X11

/* Define to `long' if <sys/types.h> doesn't define.  */
#undef time_t


/* Leave that blank line there!!  Autoheader needs it.
   If you're adding to this file, keep in mind:
   The entries are in sort -df order: alphabetical, case insensitive,
   ignoring punctuation (such as underscores).  */