/* -*-C-*-
System file for FreeBSD
-$Id: freebsd.h,v 1.1 2000/01/31 03:31:33 cph Exp $
+$Id: freebsd.h,v 1.2 2000/02/01 01:50:54 cph Exp $
Copyright (c) 1993-2000 Massachusetts Institute of Technology
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifdef __ELF__
+
#define C_SWITCH_SYSTEM -I/usr/X11R6/include
#define LIBX11_MACHINE -L/usr/X11R6/lib
/* Use the built-in files <limits.h> and <float.h> rather than those
generated by the "hard-par" program. */
#define USE_BUILT_IN_LIMITS_FILES
+
+#else /* not __ELF__ */
+
+#include "386bsd.h"
+
+#endif /* not __ELF__ */