0.6.8: tweaked SXHASH DEFTRANSFORMs, fixed HANDLER-BIND
[sbcl.git] / src / runtime / undefineds.h
index 0826b59..2d73046 100644 (file)
  * files for more information.
  */
 
-/*
- * $Header$
- */
-
 /* Pick up all the syscalls. */
 F(accept)
 F(access)
@@ -257,12 +253,14 @@ F(gethostbyname)
 F(gethostbyaddr)
 
 /* Other miscellaneous things. */
-#if defined(SVR4)
+#if defined(SVR4) || defined(__FreeBSD__)
 F(setpgid)
 F(getpgid)
 D(timezone)
+#if !defined(__FreeBSD__)
 D(altzone)
 D(daylight)
+#endif
 D(tzname)
 F(dlopen)
 F(dlsym)