-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.h.in
180 lines (125 loc) · 4.27 KB
/
config.h.in
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
/* config.h. Generated from config.h.in by cmake. */
/* Configuration header file.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of gretl.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef CONFIG_H
#define CONFIG_H
/* for NLS use */
#cmakedefine PACKAGE "${PROJECT_NAME}"
/* Native language support? */
#cmakedefine ENABLE_NLS 1
/* Location of shared gretl files */
#cmakedefine GRETL_PREFIX "${GRETL_PREFIX}"
/* Building a relocatable package (Windows, OS X)? */
#cmakedefine PKGBUILD 1
/* Using libcurl for http? */
#cmakedefine USE_CURL 1
/* Extra floating-point GMP routines? */
#cmakedefine HAVE_MPFR 1
/* Are we using openmp? */
#cmakedefine OPENMP_BUILD 1
/* Are we supporting MPI? */
#cmakedefine HAVE_MPI 1
/* X-12-ARIMA support? */
#cmakedefine HAVE_X12A 1
/* TRAMO/SEATS support? */
#cmakedefine HAVE_TRAMO 1
/* Define if you want GNU readline support */
#cmakedefine HAVE_READLINE 1
/* Define for GNU readline version >= 4.2 */
#cmakedefine NEW_READLINE 1
/* Define if zlib is available */
#cmakedefine HAVE_ZLIB 1
/* Define if using libgsf (>= 1.14.31) for zip/unzip */
#cmakedefine USE_GSF 1
/* Is LaTeX available? */
#cmakedefine HAVE_LATEX 1
/* using gtk+ 3 */
#cmakedefine USE_GTK3 1
/* Using gtksourceview-2.0? */
#cmakedefine USE_GTKSOURCEVIEW_2 1
/* Using gtksourceview-3.0? */
#cmakedefine USE_GTKSOURCEVIEW_3 1
/* Does unistd.h have getdomainname? */
#cmakedefine GETDOMAINNAME 1
/* Do we have stdint.h */
#ifndef HAVE_STDINT_H
#cmakedefine HAVE_STDINT_H 1
#endif
/* Do we have unistd.h */
#ifndef HAVE_UNISTD_H
#cmakedefine HAVE_UNISTD_H 1
#endif
/* Do we have dirent.h */
#cmakedefine HAVE_DIRENT_H 1
/* Do we have fnmatch.h */
#cmakedefine HAVE_FNMATCH_H 1
/* Do we have sys/wait.h */
#cmakedefine HAVE_SYS_WAIT_H 1
/* Do we have sys/times.h */
#cmakedefine HAVE_SYS_TIMES_H 1
/* Do we have byteswap.h */
#cmakedefine HAVE_BYTESWAP_H 1
/* Do we have libproc.h */
#cmakedefine HAVE_LIBPROC_H 1
/* Do we have sys/proc_info.h */
#cmakedefine HAVE_SYS_PROC_INFO_H 1
/* Do we have mmap */
#cmakedefine HAVE_MMAP 1
/* Do we have vasprintf */
#cmakedefine HAVE_VASPRINTF 1
/* Do we have posix_memalign */
#cmakedefine HAVE_POSIX_MEMALIGN 1
/* Do we have the stuff needed for SMTP? */
#cmakedefine HAVE_SYS_SOCKET_H 1
#cmakedefine HAVE_NETDB_H 1
#cmakedefine ENABLE_MAILER 1
#cmakedefine HAVE_SOCKADDR_IN 1
#cmakedefine HAVE_IN_ADDR 1
/* Define if the 'long double' type works. */
#cmakedefine HAVE_LONG_DOUBLE 1
/* Define as the return type of signal handlers (int or void). */
#cmakedefine RETSIGTYPE ${RETSIGTYPE}
/* Define if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN 1
/* The number of bytes in a int. */
#cmakedefine SIZEOF_INT ${SIZEOF_INT}
/* Define if you have the <string.h> header file. */
#cmakedefine HAVE_STRING_H 1
/* Define to use SSE2 instrinsics. */
#cmakedefine USE_SSE2 1
/* Define to use AVX instrinsics. */
#cmakedefine USE_AVX 1
/* Do we have immintrin.h? */
#cmakedefine HAVE_IMMINTRIN_H 1
/* Enable audio graphs */
#cmakedefine HAVE_AUDIO 1
/* Use flite for speech synthesis */
#cmakedefine HAVE_FLITE 1
/* Have Jacobi SVD in Lapack 3.2 or higher */
#cmakedefine HAVE_LAPACK_3_2 1
/* Use the GNU R shared library */
#cmakedefine USE_RLIB 1
/* Location of R shared library */
#cmakedefine RLIBPATH "${R_LIBRARY_BASE}"
/* Building for Mac OS X? */
#cmakedefine OS_OSX 1
/* On Mac, using quartz GTK? */
#cmakedefine MAC_NATIVE 1
/* Does GtkSpinner exist */
#cmakedefine HAVE_GTK_SPINNER 1
#endif /* CONFIG_H */