~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/erl_interface/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
4
   systems. This function is required for `alloca.c' support on those systems.
 
5
   */
 
6
#undef CRAY_STACKSEG_END
 
7
 
 
8
/* Define to 1 if using `alloca.c'. */
 
9
#undef C_ALLOCA
 
10
 
 
11
/* Define to 1 if you have `alloca', as a function or macro. */
 
12
#undef HAVE_ALLOCA
 
13
 
 
14
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
15
   */
 
16
#undef HAVE_ALLOCA_H
 
17
 
 
18
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
19
#undef HAVE_ARPA_INET_H
 
20
 
 
21
/* Define to 1 if you have the `dup2' function. */
 
22
#undef HAVE_DUP2
 
23
 
 
24
/* Define to 1 if you have the <fcntl.h> header file. */
 
25
#undef HAVE_FCNTL_H
 
26
 
 
27
/* Define to 1 if you have the `gethostbyaddr' function. */
 
28
#undef HAVE_GETHOSTBYADDR
 
29
 
 
30
/* Define to 1 if you have the `gethostbyaddr_r' function. */
 
31
#undef HAVE_GETHOSTBYADDR_R
 
32
 
 
33
/* Define to 1 if you have the `gethostbyname' function. */
 
34
#undef HAVE_GETHOSTBYNAME
 
35
 
 
36
/* Define to 1 if you have the `gethostbyname_r' function. */
 
37
#undef HAVE_GETHOSTBYNAME_R
 
38
 
 
39
/* Define to 1 if you have the `gethostname' function. */
 
40
#undef HAVE_GETHOSTNAME
 
41
 
 
42
/* Define to 1 if you have the `gethrtime' function. */
 
43
#undef HAVE_GETHRTIME
 
44
 
 
45
/* Define to 1 if you have the `gettimeofday' function. */
 
46
#undef HAVE_GETTIMEOFDAY
 
47
 
 
48
/* Define if you have "gmp.h" */
 
49
#undef HAVE_GMP_H
 
50
 
 
51
/* Define to 1 if you have the `inet_ntoa' function. */
 
52
#undef HAVE_INET_NTOA
 
53
 
 
54
/* Define to 1 if you have the <inttypes.h> header file. */
 
55
#undef HAVE_INTTYPES_H
 
56
 
 
57
/* Define to 1 if you have the `gmp' library (-lgmp). */
 
58
#undef HAVE_LIBGMP
 
59
 
 
60
/* Define to 1 if you have the `nsl' library (-lnsl). */
 
61
#undef HAVE_LIBNSL
 
62
 
 
63
/* Define to 1 if you have the `resolv' library (-lresolv). */
 
64
#undef HAVE_LIBRESOLV
 
65
 
 
66
/* Define to 1 if you have the `rt' library (-lrt). */
 
67
#undef HAVE_LIBRT
 
68
 
 
69
/* Define to 1 if you have the `socket' library (-lsocket). */
 
70
#undef HAVE_LIBSOCKET
 
71
 
 
72
/* Define to 1 if you have the <limits.h> header file. */
 
73
#undef HAVE_LIMITS_H
 
74
 
 
75
/* Define to 1 if you have the <malloc.h> header file. */
 
76
#undef HAVE_MALLOC_H
 
77
 
 
78
/* Define to 1 if you have the `memchr' function. */
 
79
#undef HAVE_MEMCHR
 
80
 
 
81
/* Define to 1 if you have the `memmove' function. */
 
82
#undef HAVE_MEMMOVE
 
83
 
 
84
/* Define to 1 if you have the <memory.h> header file. */
 
85
#undef HAVE_MEMORY_H
 
86
 
 
87
/* Define to 1 if you have the `memset' function. */
 
88
#undef HAVE_MEMSET
 
89
 
 
90
/* Define if the pthread.h header file is in pthread/mit directory. */
 
91
#undef HAVE_MIT_PTHREAD_H
 
92
 
 
93
/* Define to 1 if you have the <netdb.h> header file. */
 
94
#undef HAVE_NETDB_H
 
95
 
 
96
/* Define to 1 if you have the <netinet/in.h> header file. */
 
97
#undef HAVE_NETINET_IN_H
 
98
 
 
99
/* Define if you have the <pthread.h> header file. */
 
100
#undef HAVE_PTHREAD_H
 
101
 
 
102
/* Define to 1 if you have the `select' function. */
 
103
#undef HAVE_SELECT
 
104
 
 
105
/* Define to 1 if you have the `socket' function. */
 
106
#undef HAVE_SOCKET
 
107
 
 
108
/* Define if you have the `socklen_t' type */
 
109
#undef HAVE_SOCKLEN_T
 
110
 
 
111
/* Define to 1 if you have the <stddef.h> header file. */
 
112
#undef HAVE_STDDEF_H
 
113
 
 
114
/* Define to 1 if you have the <stdint.h> header file. */
 
115
#undef HAVE_STDINT_H
 
116
 
 
117
/* Define to 1 if you have the <stdlib.h> header file. */
 
118
#undef HAVE_STDLIB_H
 
119
 
 
120
/* Define to 1 if you have the `strchr' function. */
 
121
#undef HAVE_STRCHR
 
122
 
 
123
/* Define to 1 if you have the `strerror' function. */
 
124
#undef HAVE_STRERROR
 
125
 
 
126
/* Define to 1 if you have the <strings.h> header file. */
 
127
#undef HAVE_STRINGS_H
 
128
 
 
129
/* Define to 1 if you have the <string.h> header file. */
 
130
#undef HAVE_STRING_H
 
131
 
 
132
/* Define to 1 if you have the `strrchr' function. */
 
133
#undef HAVE_STRRCHR
 
134
 
 
135
/* Define to 1 if you have the `strstr' function. */
 
136
#undef HAVE_STRSTR
 
137
 
 
138
/* Define to 1 if you have the <sys/param.h> header file. */
 
139
#undef HAVE_SYS_PARAM_H
 
140
 
 
141
/* Define to 1 if you have the <sys/select.h> header file. */
 
142
#undef HAVE_SYS_SELECT_H
 
143
 
 
144
/* Define to 1 if you have the <sys/socket.h> header file. */
 
145
#undef HAVE_SYS_SOCKET_H
 
146
 
 
147
/* Define to 1 if you have the <sys/stat.h> header file. */
 
148
#undef HAVE_SYS_STAT_H
 
149
 
 
150
/* Define to 1 if you have the <sys/time.h> header file. */
 
151
#undef HAVE_SYS_TIME_H
 
152
 
 
153
/* Define to 1 if you have the <sys/types.h> header file. */
 
154
#undef HAVE_SYS_TYPES_H
 
155
 
 
156
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 
157
#undef HAVE_SYS_WAIT_H
 
158
 
 
159
/* Define to 1 if you have the `uname' function. */
 
160
#undef HAVE_UNAME
 
161
 
 
162
/* Define to 1 if you have the <unistd.h> header file. */
 
163
#undef HAVE_UNISTD_H
 
164
 
 
165
/* Define to 1 if you have the `writev' function. */
 
166
#undef HAVE_WRITEV
 
167
 
 
168
/* Define to the address where bug reports for this package should be sent. */
 
169
#undef PACKAGE_BUGREPORT
 
170
 
 
171
/* Define to the full name of this package. */
 
172
#undef PACKAGE_NAME
 
173
 
 
174
/* Define to the full name and version of this package. */
 
175
#undef PACKAGE_STRING
 
176
 
 
177
/* Define to the one symbol short name of this package. */
 
178
#undef PACKAGE_TARNAME
 
179
 
 
180
/* Define to the version of this package. */
 
181
#undef PACKAGE_VERSION
 
182
 
 
183
/* The size of a `int', as computed by sizeof. */
 
184
#undef SIZEOF_INT
 
185
 
 
186
/* The size of a `long', as computed by sizeof. */
 
187
#undef SIZEOF_LONG
 
188
 
 
189
/* The size of a `long long', as computed by sizeof. */
 
190
#undef SIZEOF_LONG_LONG
 
191
 
 
192
/* The size of a `short', as computed by sizeof. */
 
193
#undef SIZEOF_SHORT
 
194
 
 
195
/* The size of a `void *', as computed by sizeof. */
 
196
#undef SIZEOF_VOID_P
 
197
 
 
198
/* If using the C implementation of alloca, define if you know the
 
199
   direction of stack growth for your system; otherwise it will be
 
200
   automatically deduced at run-time.
 
201
        STACK_DIRECTION > 0 => grows toward higher addresses
 
202
        STACK_DIRECTION < 0 => grows toward lower addresses
 
203
        STACK_DIRECTION = 0 => direction of growth unknown */
 
204
#undef STACK_DIRECTION
 
205
 
 
206
/* Define to 1 if you have the ANSI C header files. */
 
207
#undef STDC_HEADERS
 
208
 
 
209
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
210
#undef TIME_WITH_SYS_TIME
 
211
 
 
212
/* Define to `int' if <sys/types.h> doesn't define. */
 
213
#undef gid_t
 
214
 
 
215
/* Define to `int' if <sys/types.h> does not define. */
 
216
#undef pid_t
 
217
 
 
218
/* Define to `unsigned' if <sys/types.h> does not define. */
 
219
#undef size_t
 
220
 
 
221
/* Define to `int' if <sys/types.h> doesn't define. */
 
222
#undef uid_t