and dependencies on config.h; return to a simple, concrete boolean type
* AT&T Research, Florham Park NJ *
**********************************************************/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include "arith.h"
-
-const bool Demand_Loading = true;
+const int Demand_Loading = 1;
* AT&T Research, Florham Park NJ *
**********************************************************/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include "arith.h"
-
-const bool Demand_Loading = false;
+const int Demand_Loading = 0;