2 * routines that must be linked into the core for Lisp to work
6 * This software is part of the SBCL system. See the README file for
9 * This software is derived from the CMU CL system, which was
10 * written at Carnegie Mellon University and released into the
11 * public domain. The software is in the public domain and is
12 * provided with absolutely no warranty. See the COPYING and CREDITS
13 * files for more information.
16 /* Pick up all the syscalls. */
24 || defined(__FreeBSD__) \
25 || defined(__OpenBSD__)
45 #if !defined(hpux) && !defined(SVR4)
52 #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25) || defined(irix)
61 #if !defined(hpux) && !defined(SVR4) || defined(SOLARIS25)
68 #if !defined(SVR4) || defined(SOLARIS25)
72 #if !defined(SOLARIS) || defined(SOLARIS25)
81 #if !defined(SOLARIS) || defined(SOLARIS25)
117 #if !defined(SUNOS) && !(defined(SOLARIS) || defined(SOLARIS25))
120 #if !defined(SVR4) || defined(SOLARIS25)
125 #if !defined(SVR4) || defined(SOLARIS25)
136 #if !defined(hpux) && !defined(SVR4) && !defined(__i386__)
139 #if !defined(SVR4) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
153 #if defined(hpux) || defined(SVR4) || defined(__linux__)
163 || defined(__FreeBSD__) \
164 || defined(__OpenBSD__) \
165 || defined(__linux__)
178 #if !defined(SUNOS) \
179 && !defined(parisc) \
180 && !defined(SOLARIS) \
181 && !defined(__OpenBSD__) \
182 && !defined(__FreeBSD__)
192 #if !defined(osf1) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
196 #if !defined(SOLARIS) || defined(SOLARIS25)
234 /* network support */
238 /* other miscellaneous things */
239 #if defined(SVR4) || defined(__FreeBSD__)
243 #if !defined(__FreeBSD__)