aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2005-04-16 09:53:30 +0000
committerReuben Thomas <rrt@sc3d.org>2005-04-16 09:53:30 +0000
commita27e5d8b046c193fad2c1eec19ecd33547369f85 (patch)
tree8991f23761444b10775340443df87d80e799366b /acconfig.h
parentde3960456368cde2d9f80f418f4d9bcfd0a8858c (diff)
downloadplptools-a27e5d8b046c193fad2c1eec19ecd33547369f85.tar.gz
plptools-a27e5d8b046c193fad2c1eec19ecd33547369f85.tar.bz2
plptools-a27e5d8b046c193fad2c1eec19ecd33547369f85.zip
Remove test for bool, because it was breaking the build for reasons I
don't fully understand, and in any case it's unnecessary: any sensible C++ compiler will now have proper bool support.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/acconfig.h b/acconfig.h
index db3299c..576770a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -12,9 +12,6 @@
/* Define this, if you have libreadline */
#undef HAVE_LIBREADLINE
-/* Define if the C++ compiler supports BOOL */
-#undef HAVE_BOOL
-
/* Define this, if you want NLS support */
#undef ENABLE_NLS
@@ -66,17 +63,5 @@
# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */
#endif
-#ifndef HAVE_BOOL
-# ifndef bool
-# define bool int
-# endif
-# ifndef true
-# define true 1
-# endif
-# ifndef false
-# define false 0
-# endif
-#endif
-
#endif /* _CONFIG_H_ */