/* -*-C-*-
-$Id: confshared.h,v 11.2 2002/01/29 04:58:46 cph Exp $
+$Id: confshared.h,v 11.3 2002/01/29 05:57:24 cph Exp $
Copyright (c) 2000, 2002 Massachusetts Institute of Technology
/* These C type definitions are needed by everybody.
They should not be here, but it is unavoidable. */
typedef char Boolean;
-#ifdef HAVE_STDBOOL_H
-# include <stdbool.h>
-#else
-# define true ((Boolean) TRUE)
-# define false ((Boolean) FALSE)
-#endif
+#define true ((Boolean) TRUE)
+#define false ((Boolean) FALSE)
/* This is the Scheme object type.
The various fields are defined in "object.h". */