integrated Raymond Wiker's patches to port RUN-PROGRAM from CMU CL and
[sbcl.git] / src / runtime / undefineds.h
index 0826b59..acbf329 100644 (file)
@@ -257,12 +257,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)