]> git.ipfire.org Git - thirdparty/openssl.git/blame - e_os.h
Rename RSA_eay_xxx to rsa_ossl_xxx
[thirdparty/openssl.git] / e_os.h
CommitLineData
d02b48c6 1/* e_os.h */
58964a49 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
d02b48c6
RE
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@cryptsoft.com).
7 * The implementation was written so as to conform with Netscapes SSL.
0f113f3e 8 *
d02b48c6
RE
9 * This library is free for commercial and non-commercial use as long as
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
13 * included with this distribution is covered by the same copyright terms
14 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
0f113f3e 15 *
d02b48c6
RE
16 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * the code are not to be removed.
18 * If this package is used in a product, Eric Young should be given attribution
19 * as the author of the parts of the library used.
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
0f113f3e 22 *
d02b48c6
RE
23 * Redistribution and use in source and binary forms, with or without
24 * modification, are permitted provided that the following conditions
25 * are met:
26 * 1. Redistributions of source code must retain the copyright
27 * notice, this list of conditions and the following disclaimer.
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
30 * documentation and/or other materials provided with the distribution.
31 * 3. All advertising materials mentioning features or use of this software
32 * must display the following acknowledgement:
33 * "This product includes cryptographic software written by
34 * Eric Young (eay@cryptsoft.com)"
35 * The word 'cryptographic' can be left out if the rouines from the library
36 * being used are not cryptographic related :-).
0f113f3e 37 * 4. If you include any Windows specific code (or a derivative thereof) from
d02b48c6
RE
38 * the apps directory (application code) you must include an acknowledgement:
39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
0f113f3e 40 *
d02b48c6
RE
41 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
45 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 * SUCH DAMAGE.
0f113f3e 52 *
d02b48c6
RE
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
57 */
58
59#ifndef HEADER_E_OS_H
0f113f3e 60# define HEADER_E_OS_H
d02b48c6 61
0f113f3e 62# include <openssl/opensslconf.h>
06018c46 63
0f113f3e
MC
64# include <openssl/e_os2.h>
65/*
66 * <openssl/e_os2.h> contains what we can justify to make visible to the
67 * outside; this file e_os.h is not part of the exported interface.
68 */
fa470a84 69
d02b48c6
RE
70#ifdef __cplusplus
71extern "C" {
72#endif
73
58964a49 74/* Used to checking reference counts, most while doing perl5 stuff :-) */
0f113f3e
MC
75# ifdef REF_PRINT
76# undef REF_PRINT
77# define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a)
78# endif
984d6c60
DW
79# if defined(OPENSSL_NO_STDIO) && defined(REF_CHECK)
80# error "Cannot have REF_CHECK with no-stdio"
81# endif
82# if defined(OPENSSL_NO_STDIO) && defined(REF_PRINT)
83# error "Cannot have REF_PRINT with no-stdio"
84# endif
58964a49 85
0f113f3e
MC
86# ifndef DEVRANDOM
87/*
88 * set this to a comma-separated list of 'random' device files to try out. My
89 * default, we will try to read at least one of these files
90 */
91# define DEVRANDOM "/dev/urandom","/dev/random","/dev/srandom"
92# endif
93# ifndef DEVRANDOM_EGD
94/*
95 * set this to a comma-separated list of 'egd' sockets to try out. These
96 * sockets will be tried in the order listed in case accessing the device
97 * files listed in DEVRANDOM did not return enough entropy.
98 */
99# define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy"
100# endif
d02b48c6 101
0f113f3e 102# if defined(OPENSSL_SYS_VXWORKS)
3e83e686
RL
103# define NO_SYS_PARAM_H
104# define NO_CHMOD
105# define NO_SYSLOG
0f113f3e
MC
106# endif
107
d02b48c6
RE
108/********************************************************************
109 The Microsoft section
110 ********************************************************************/
0f113f3e 111# if defined(OPENSSL_SYS_WIN32) && !defined(WIN32)
b8384651 112# define WIN32
0f113f3e
MC
113# endif
114# if defined(OPENSSL_SYS_WINDOWS) && !defined(WINDOWS)
cf1b7d96 115# define WINDOWS
0f113f3e
MC
116# endif
117# if defined(OPENSSL_SYS_MSDOS) && !defined(MSDOS)
cf1b7d96 118# define MSDOS
0f113f3e 119# endif
d02b48c6 120
4d60c7e1 121# if (defined(MSDOS) || defined(OPENSSL_SYS_UEFI)) && !defined(GETPID_IS_MEANINGLESS)
9a1e34e5 122# define GETPID_IS_MEANINGLESS
0f113f3e 123# endif
9a1e34e5 124
0f113f3e
MC
125# ifdef WIN32
126# define NO_SYS_UN_H
127# define get_last_sys_error() GetLastError()
128# define clear_sys_error() SetLastError(0)
129# if !defined(WINNT)
130# define WIN_CONSOLE_BUG
131# endif
132# else
133# define get_last_sys_error() errno
134# define clear_sys_error() errno=0
135# endif
58964a49 136
0f113f3e
MC
137# if defined(WINDOWS)
138# define get_last_socket_error() WSAGetLastError()
139# define clear_socket_error() WSASetLastError(0)
140# define readsocket(s,b,n) recv((s),(b),(n),0)
141# define writesocket(s,b,n) send((s),(b),(n),0)
142# elif defined(__DJGPP__)
143# define WATT32
144# define get_last_socket_error() errno
145# define clear_socket_error() errno=0
146# define closesocket(s) close_s(s)
147# define readsocket(s,b,n) read_s(s,b,n)
148# define writesocket(s,b,n) send(s,b,n,0)
149# elif defined(OPENSSL_SYS_VMS)
150# define get_last_socket_error() errno
151# define clear_socket_error() errno=0
152# define ioctlsocket(a,b,c) ioctl(a,b,c)
153# define closesocket(s) close(s)
154# define readsocket(s,b,n) recv((s),(b),(n),0)
155# define writesocket(s,b,n) send((s),(b),(n),0)
156# elif defined(OPENSSL_SYS_VXWORKS)
157# define get_last_socket_error() errno
158# define clear_socket_error() errno=0
159# define ioctlsocket(a,b,c) ioctl((a),(b),(int)(c))
160# define closesocket(s) close(s)
161# define readsocket(s,b,n) read((s),(b),(n))
162# define writesocket(s,b,n) write((s),(char *)(b),(n))
163# elif defined(OPENSSL_SYS_NETWARE)
164# if defined(NETWARE_BSDSOCK)
165# define get_last_socket_error() errno
166# define clear_socket_error() errno=0
167# define closesocket(s) close(s)
168# define ioctlsocket(a,b,c) ioctl(a,b,c)
169# if defined(NETWARE_LIBC)
170# define readsocket(s,b,n) recv((s),(b),(n),0)
171# define writesocket(s,b,n) send((s),(b),(n),0)
172# else
173# define readsocket(s,b,n) recv((s),(char*)(b),(n),0)
174# define writesocket(s,b,n) send((s),(char*)(b),(n),0)
175# endif
176# else
177# define get_last_socket_error() WSAGetLastError()
178# define clear_socket_error() WSASetLastError(0)
179# define readsocket(s,b,n) recv((s),(b),(n),0)
180# define writesocket(s,b,n) send((s),(b),(n),0)
181# endif
182# else
183# define get_last_socket_error() errno
184# define clear_socket_error() errno=0
185# define ioctlsocket(a,b,c) ioctl(a,b,c)
186# define closesocket(s) close(s)
187# define readsocket(s,b,n) read((s),(b),(n))
188# define writesocket(s,b,n) write((s),(b),(n))
189# endif
58964a49 190
0f113f3e 191# if (defined(WINDOWS) || defined(MSDOS))
d02b48c6 192
f642ebc1 193# ifdef __DJGPP__
0f113f3e
MC
194# include <unistd.h>
195# include <sys/stat.h>
196# include <sys/socket.h>
197# include <tcp.h>
198# include <netdb.h>
199# define _setmode setmode
200# define _O_TEXT O_TEXT
201# define _O_BINARY O_BINARY
202# undef DEVRANDOM
203# define DEVRANDOM "/dev/urandom\x24"
204# endif /* __DJGPP__ */
f642ebc1 205
0056ef5d 206# ifndef S_IFDIR
0f113f3e 207# define S_IFDIR _S_IFDIR
0056ef5d 208# endif
6e064240 209
0056ef5d 210# ifndef S_IFMT
0f113f3e 211# define S_IFMT _S_IFMT
0056ef5d 212# endif
6e064240 213
f642ebc1 214# if !defined(WINNT) && !defined(__DJGPP__)
0f113f3e 215# define NO_SYSLOG
0056ef5d
RL
216# endif
217# define NO_DIRENT
d02b48c6 218
d02b48c6 219# ifdef WINDOWS
0f113f3e 220# if !defined(_WIN32_WCE) && !defined(_WIN32_WINNT)
e476f942 221 /*
0f113f3e
MC
222 * Defining _WIN32_WINNT here in e_os.h implies certain "discipline."
223 * Most notably we ought to check for availability of each specific
224 * routine with GetProcAddress() and/or guard NT-specific calls with
225 * GetVersion() < 0x80000000. One can argue that in latter "or" case
226 * we ought to /DELAYLOAD some .DLLs in order to protect ourselves
227 * against run-time link errors. This doesn't seem to be necessary,
228 * because it turned out that already Windows 95, first non-NT Win32
229 * implementation, is equipped with at least NT 3.51 stubs, dummy
230 * routines with same name, but which do nothing. Meaning that it's
231 * apparently sufficient to guard "vanilla" NT calls with GetVersion
232 * alone, while NT 4.0 and above interfaces ought to be linked with
233 * GetProcAddress at run-time.
234 */
235# define _WIN32_WINNT 0x0400
236# endif
237# if !defined(OPENSSL_NO_SOCK) && (defined(_WIN32_WINNT) || defined(_WIN32_WCE))
61aa2134
AP
238 /*
239 * Just like defining _WIN32_WINNT including winsock2.h implies
8711efb4 240 * certain "discipline" for maintaining [broad] binary compatibility.
61aa2134
AP
241 * As long as structures are invariant among Winsock versions,
242 * it's sufficient to check for specific Winsock2 API availability
243 * at run-time [DSO_global_lookup is recommended]...
244 */
0f113f3e
MC
245# include <winsock2.h>
246# include <ws2tcpip.h>
8711efb4 247 /* yes, they have to be #included prior to <windows.h> */
0f113f3e
MC
248# endif
249# include <windows.h>
250# include <stdio.h>
251# include <stddef.h>
252# include <errno.h>
253# if defined(_WIN32_WCE) && !defined(EACCES)
254# define EACCES 13
255# endif
256# include <string.h>
257# ifdef _WIN64
258# define strlen(s) _strlen31(s)
1875e6db 259/* cut strings to 2GB */
55c7a4cf 260static __inline unsigned int _strlen31(const char *str)
0f113f3e
MC
261{
262 unsigned int len = 0;
263 while (*str && len < 0x80000000U)
264 str++, len++;
265 return len & 0x7FFFFFFF;
266}
267# endif
268# include <malloc.h>
269# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(isspace)
e527201f 270 /* compensate for bug in VC6 ctype.h */
0f113f3e
MC
271# undef isspace
272# undef isdigit
273# undef isalnum
274# undef isupper
275# undef isxdigit
276# endif
277# if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin)
278# if _MSC_VER>=1300 && _MSC_VER<1600
279# undef stdin
280# undef stdout
281# undef stderr
282FILE *__iob_func();
283# define stdin (&__iob_func()[0])
284# define stdout (&__iob_func()[1])
285# define stderr (&__iob_func()[2])
286# elif _MSC_VER<1300 && defined(I_CAN_LIVE_WITH_LNK4049)
287# undef stdin
288# undef stdout
289# undef stderr
290 /*
291 * pre-1300 has __p__iob(), but it's available only in msvcrt.lib,
292 * or in other words with /MD. Declaring implicit import, i.e. with
293 * _imp_ prefix, works correctly with all compiler options, but
294 * without /MD results in LINK warning LNK4049: 'locally defined
295 * symbol "__iob" imported'.
e527201f 296 */
0f113f3e
MC
297extern FILE *_imp___iob;
298# define stdin (&_imp___iob[0])
299# define stdout (&_imp___iob[1])
300# define stderr (&_imp___iob[2])
e527201f 301# endif
0f113f3e 302# endif
d02b48c6 303# endif
0f113f3e
MC
304# include <io.h>
305# include <fcntl.h>
d02b48c6 306
0bf23d9b 307# ifdef OPENSSL_SYS_WINCE
0f113f3e 308# define OPENSSL_NO_POSIX_IO
0bf23d9b
RL
309# endif
310
0056ef5d 311# if defined (__BORLANDC__)
0f113f3e
MC
312# define _setmode setmode
313# define _O_TEXT O_TEXT
314# define _O_BINARY O_BINARY
315# define _int64 __int64
316# define _kbhit kbhit
0056ef5d 317# endif
31a674d8 318
be7b4458 319# define EXIT(n) exit(n)
d02b48c6 320# define LIST_SEPARATOR_CHAR ';'
0056ef5d 321# ifndef X_OK
0f113f3e 322# define X_OK 0
0056ef5d
RL
323# endif
324# ifndef W_OK
0f113f3e 325# define W_OK 2
0056ef5d
RL
326# endif
327# ifndef R_OK
0f113f3e 328# define R_OK 4
0056ef5d 329# endif
0f113f3e 330# define OPENSSL_CONF "openssl.cnf"
0f113f3e
MC
331# define NUL_DEV "nul"
332# define RFILE ".rnd"
0bf23d9b 333# ifdef OPENSSL_SYS_WINCE
0f113f3e 334# define DEFAULT_HOME ""
0bf23d9b 335# else
0f113f3e 336# define DEFAULT_HOME "C:"
0bf23d9b 337# endif
d02b48c6 338
86d21d0b 339/* Avoid Visual Studio 13 GetVersion deprecated problems */
0f113f3e
MC
340# if defined(_MSC_VER) && _MSC_VER>=1800
341# define check_winnt() (1)
342# define check_win_minplat(x) (1)
343# else
344# define check_winnt() (GetVersion() < 0x80000000)
345# define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
346# endif
f511b25a 347
0f113f3e 348# else /* The non-microsoft world */
d02b48c6 349
cf1b7d96 350# ifdef OPENSSL_SYS_VMS
0f113f3e
MC
351# define VMS 1
352 /*
353 * some programs don't include stdlib, so exit() and others give implicit
354 * function warnings
355 */
356# include <stdlib.h>
357# if defined(__DECC)
358# include <unistd.h>
359# else
360# include <unixlib.h>
361# endif
362# define OPENSSL_CONF "openssl.cnf"
0f113f3e
MC
363# define RFILE ".rnd"
364# define LIST_SEPARATOR_CHAR ','
365# define NUL_DEV "NLA0:"
0c61e299 366 /* We don't have any well-defined random devices on VMS, yet... */
0f113f3e 367# undef DEVRANDOM
1d97c843
TH
368 /*-
369 We need to do this since VMS has the following coding on status codes:
511e596b
RL
370
371 Bits 0-2: status type: 0 = warning, 1 = success, 2 = error, 3 = info ...
372 The important thing to know is that odd numbers are considered
0f113f3e 373 good, while even ones are considered errors.
511e596b
RL
374 Bits 3-15: actual status number
375 Bits 16-27: facility number. 0 is considered "unknown"
376 Bits 28-31: control bits. If bit 28 is set, the shell won't try to
377 output the message (which, for random codes, just looks ugly)
378
379 So, what we do here is to change 0 to 1 to get the default success status,
380 and everything else is shifted up to fit into the status number field, and
381 the status is tagged as an error, which I believe is what is wanted here.
382 -- Richard Levitte
383 */
0f113f3e 384# define EXIT(n) do { int __VMS_EXIT = n; \
511e596b 385 if (__VMS_EXIT == 0) \
0f113f3e
MC
386 __VMS_EXIT = 1; \
387 else \
388 __VMS_EXIT = (n << 3) | 2; \
7d7d2cbc 389 __VMS_EXIT |= 0x10000000; \
0f113f3e
MC
390 exit(__VMS_EXIT); } while(0)
391# define NO_SYS_PARAM_H
c168a027 392# define NO_SYS_UN_H
4d8743f4
RL
393
394# elif defined(OPENSSL_SYS_NETWARE)
0f113f3e
MC
395# include <fcntl.h>
396# include <unistd.h>
397# define NO_SYS_TYPES_H
398# undef DEVRANDOM
399# ifdef NETWARE_CLIB
400# define getpid GetThreadID
401extern int GetThreadID(void);
eef0c1f3 402/* # include <conio.h> */
0f113f3e
MC
403extern int kbhit(void);
404# else
405# include <screen.h>
406# endif
407# define NO_SYSLOG
408# define _setmode setmode
409# define _kbhit kbhit
410# define _O_TEXT O_TEXT
411# define _O_BINARY O_BINARY
412# define OPENSSL_CONF "openssl.cnf"
0f113f3e
MC
413# define RFILE ".rnd"
414# define LIST_SEPARATOR_CHAR ';'
415# define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); }
4d8743f4 416
d02b48c6 417# else
06018c46 418 /* !defined VMS */
0f113f3e
MC
419# ifdef OPENSSL_UNISTD
420# include OPENSSL_UNISTD
421# else
422# include <unistd.h>
423# endif
424# ifndef NO_SYS_TYPES_H
425# include <sys/types.h>
426# endif
427# ifdef OPENSSL_SYS_WIN32_CYGWIN
428# include <io.h>
429# include <fcntl.h>
430# endif
431
432# define OPENSSL_CONF "openssl.cnf"
0f113f3e
MC
433# define RFILE ".rnd"
434# define LIST_SEPARATOR_CHAR ':'
435# define NUL_DEV "/dev/null"
436# define EXIT(n) exit(n)
d02b48c6 437# endif
d02b48c6 438
b0700d2c 439# define OpenSSL_getpid() getpid()
d02b48c6 440
0f113f3e 441# endif
7d7d2cbc 442
d02b48c6
RE
443/*************/
444
0f113f3e 445# if defined(OPENSSL_NO_SOCK) && !defined(OPENSSL_NO_DGRAM)
be0bd11d 446# define OPENSSL_NO_DGRAM
0f113f3e 447# endif
be0bd11d 448
0f113f3e 449# ifdef USE_SOCKETS
8d6e6048 450# if defined(WINDOWS) || defined(MSDOS)
d02b48c6
RE
451 /* windows world */
452
0f113f3e 453# ifdef OPENSSL_NO_SOCK
b0700d2c
RS
454# define OpenSSL_Write(a,b,c) (-1)
455# define OpenSSL_Read(a,b,c) (-1)
0f113f3e
MC
456# define SHUTDOWN(fd) close(fd)
457# define SHUTDOWN2(fd) close(fd)
458# elif !defined(__DJGPP__)
459# if defined(_WIN32_WCE) && _WIN32_WCE<410
460# define getservbyname _masked_declaration_getservbyname
461# endif
462# if !defined(IPPROTO_IP)
a6efc2d1 463 /* winsock[2].h was included already? */
0f113f3e
MC
464# include <winsock.h>
465# endif
466# ifdef getservbyname
467# undef getservbyname
63d3a9c5 468 /* this is used to be wcecompat/include/winsock_extras.h */
0f113f3e
MC
469struct servent *PASCAL getservbyname(const char *, const char *);
470# endif
63d3a9c5 471
0f113f3e 472# ifdef _WIN64
1875e6db
AP
473/*
474 * Even though sizeof(SOCKET) is 8, it's safe to cast it to int, because
475 * the value constitutes an index in per-process table of limited size
b13fdc48
AP
476 * and not a real pointer. And we also depend on fact that all processors
477 * Windows run on happen to be two's-complement, which allows to
478 * interchange INVALID_SOCKET and -1.
1875e6db 479 */
0f113f3e
MC
480# define socket(d,t,p) ((int)socket(d,t,p))
481# define accept(s,f,l) ((int)accept(s,f,l))
d02b48c6 482# endif
b0700d2c
RS
483# define OpenSSL_Write(a,b,c) send((a),(b),(c),0)
484# define OpenSSL_Read(a,b,c) recv((a),(b),(c),0)
0f113f3e
MC
485# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
486# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
487# else
b0700d2c
RS
488# define OpenSSL_Write(a,b,c) write_s(a,b,c,0)
489# define OpenSSL_Read(a,b,c) read_s(a,b,c)
0f113f3e
MC
490# define SHUTDOWN(fd) close_s(fd)
491# define SHUTDOWN2(fd) close_s(fd)
492# endif
d02b48c6 493
4d8743f4 494# elif defined(OPENSSL_SYS_NETWARE)
0f113f3e
MC
495 /*
496 * NetWare uses the WinSock2 interfaces by default, but can be
497 * configured for BSD
498 */
499# if defined(NETWARE_BSDSOCK)
500# include <sys/socket.h>
501# include <netinet/in.h>
502# include <sys/time.h>
503# if defined(NETWARE_CLIB)
504# include <sys/bsdskt.h>
7d7d2cbc 505# else
0f113f3e 506# include <sys/select.h>
d02b48c6 507# endif
0f113f3e
MC
508# define INVALID_SOCKET (int)(~0)
509# else
510# include <novsock2.h>
511# endif
b0700d2c
RS
512# define OpenSSL_Write(a,b,c) send((a),(b),(c),0)
513# define OpenSSL_Read(a,b,c) recv((a),(b),(c),0)
0f113f3e
MC
514# define SHUTDOWN(fd) { shutdown((fd),0); closesocket(fd); }
515# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket(fd); }
d02b48c6 516
0f113f3e 517# else
d02b48c6 518
0f113f3e
MC
519# ifndef NO_SYS_PARAM_H
520# include <sys/param.h>
521# endif
522# ifdef OPENSSL_SYS_VXWORKS
523# include <time.h>
524# endif
525
526# include <netdb.h>
527# if defined(OPENSSL_SYS_VMS_NODECC)
528# include <socket.h>
529# include <in.h>
530# include <inet.h>
531# else
532# include <sys/socket.h>
533# ifndef NO_SYS_UN_H
534# ifdef OPENSSL_SYS_VXWORKS
535# include <streams/un.h>
536# else
537# include <sys/un.h>
538# endif
539# ifndef UNIX_PATH_MAX
540# define UNIX_PATH_MAX sizeof(((struct sockaddr_un *)NULL)->sun_path)
541# endif
a545c6f6 542# endif
0f113f3e
MC
543# ifdef FILIO_H
544# include <sys/filio.h> /* Added for FIONBIO under unixware */
545# endif
546# include <netinet/in.h>
547# include <arpa/inet.h>
548# endif
549
550# ifdef OPENSSL_SYS_AIX
551# include <sys/select.h>
552# endif
553
554# ifdef __QNX__
555# include <sys/select.h>
556# endif
557
558# if defined(sun)
559# include <sys/filio.h>
560# else
561# ifndef VMS
562# include <sys/ioctl.h>
d02b48c6 563# else
0f113f3e
MC
564 /* ioctl is only in VMS > 7.0 and when socketshr is not used */
565# if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000)
566# include <sys/ioctl.h>
567# endif
d02b48c6 568# endif
0f113f3e 569# endif
d02b48c6 570
0f113f3e
MC
571# ifdef VMS
572# include <unixio.h>
573# if defined(TCPIP_TYPE_SOCKETSHR)
574# include <socketshr.h>
d02b48c6 575# endif
0f113f3e
MC
576# endif
577
b0700d2c
RS
578# define OpenSSL_Read(a,b,c) read((a),(b),(c))
579# define OpenSSL_Write(a,b,c) write((a),(b),(c))
0f113f3e
MC
580# define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); }
581# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); }
582# ifndef INVALID_SOCKET
583# define INVALID_SOCKET (-1)
584# endif /* INVALID_SOCKET */
d02b48c6 585# endif
a6dab873 586
0f113f3e
MC
587/*
588 * Some IPv6 implementations are broken, disable them in known bad versions.
a6dab873
DSH
589 */
590# if !defined(OPENSSL_USE_IPV6)
0f113f3e
MC
591# if defined(AF_INET6) && !defined(NETWARE_CLIB)
592# define OPENSSL_USE_IPV6 1
593# else
594# define OPENSSL_USE_IPV6 0
595# endif
a6dab873
DSH
596# endif
597
0f113f3e 598# endif
d02b48c6 599
0f113f3e 600# if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
bb8aab02 601 /* include headers first, so our defines don't break it */
0f113f3e
MC
602# include <stdlib.h>
603# include <string.h>
b908bd4e 604 /* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */
0f113f3e
MC
605# define memmove(s1,s2,n) bcopy((s2),(s1),(n))
606# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
607extern char *sys_errlist[];
608extern int sys_nerr;
609# define strerror(errnum) \
610 (((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum])
7a06050c 611 /* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */
68570797 612# include "internal/o_str.h"
0f113f3e
MC
613# define memcmp OPENSSL_memcmp
614# endif
89269c84 615
0f113f3e
MC
616# ifndef OPENSSL_EXIT
617# if defined(MONOLITH) && !defined(OPENSSL_C)
618# define OPENSSL_EXIT(n) return(n)
619# else
620# define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0)
621# endif
1c3e4a36 622# endif
1c3e4a36 623
d02b48c6
RE
624/***********************************************/
625
0f113f3e 626# if defined(OPENSSL_SYS_WINDOWS)
e6fa67fa
RL
627# define strcasecmp _stricmp
628# define strncasecmp _strnicmp
0f113f3e 629# elif defined(OPENSSL_SYS_VMS)
e6fa67fa 630/* VMS below version 7.0 doesn't have strcasecmp() */
68570797 631# include "internal/o_str.h"
e6fa67fa
RL
632# define strcasecmp OPENSSL_strcasecmp
633# define strncasecmp OPENSSL_strncasecmp
e6d27baf 634# define OPENSSL_IMPLEMENTS_strncasecmp
0f113f3e 635# elif defined(OPENSSL_SYS_OS2) && defined(__EMX__)
e6fa67fa
RL
636# define strcasecmp stricmp
637# define strncasecmp strnicmp
0f113f3e 638# elif defined(OPENSSL_SYS_NETWARE)
eef0c1f3
DSH
639# include <string.h>
640# if defined(NETWARE_CLIB)
0f113f3e
MC
641# define strcasecmp stricmp
642# define strncasecmp strnicmp
643# endif /* NETWARE_CLIB */
644# endif
e6fa67fa 645
0f113f3e
MC
646# if defined(OPENSSL_SYS_OS2) && defined(__EMX__)
647# include <io.h>
648# include <fcntl.h>
649# define NO_SYSLOG
650# endif
3bfd99bf 651
6a89a25c 652/* vxworks */
0f113f3e
MC
653# if defined(OPENSSL_SYS_VXWORKS)
654# include <ioLib.h>
655# include <tickLib.h>
656# include <sysLib.h>
6a89a25c 657
0f113f3e 658# define TTY_STRUCT int
6a89a25c 659
0f113f3e 660# define sleep(a) taskDelay((a) * sysClkRateGet())
6a89a25c 661
0f113f3e
MC
662# include <vxWorks.h>
663# include <sockLib.h>
664# include <taskLib.h>
6a89a25c 665
0f113f3e 666# define getpid taskIdSelf
6a89a25c 667
0f113f3e
MC
668/*
669 * NOTE: these are implemented by helpers in database app! if the database is
670 * not linked, we need to implement them elswhere
671 */
6a89a25c
RL
672struct hostent *gethostbyname(const char *name);
673struct hostent *gethostbyaddr(const char *addr, int length, int type);
674struct servent *getservbyname(const char *name, const char *proto);
675
0f113f3e 676# endif
6a89a25c
RL
677/* end vxworks */
678
0f113f3e
MC
679# if !defined(inline) && !defined(__cplusplus)
680# if defined(__STDC_VERSION__) && __STDC_VERSION__>=199901L
40155f40 681 /* do nothing, inline works */
0f113f3e
MC
682# elif defined(__GNUC__) && __GNUC__>=2
683# define inline __inline__
684# elif defined(_MSC_VER)
40155f40
AP
685 /*
686 * Visual Studio: inline is available in C++ only, however
687 * __inline is available for C, see
688 * http://msdn.microsoft.com/en-us/library/z8y1yy88.aspx
689 */
0f113f3e
MC
690# define inline __inline
691# else
692# define inline
693# endif
40155f40 694# endif
4700aea9 695
b6eb9827
DSH
696#define OSSL_NELEM(x) (sizeof(x)/sizeof(x[0]))
697
d02b48c6
RE
698#ifdef __cplusplus
699}
700#endif
701
702#endif