1 #ifndef CONFIG_AC_H
2 #define CONFIG_AC_H
3 /*
4 **  config_ac.h -- AUTO configuration header file
5 **  Copyright (c) 1996,1997,1998 Ralf S. Engelschall <rse@engelschall.com>
6 */
7 
8 @TOP@
9 
10 /*  defined if Perl support the DynLoader
11     interface for dynamic library loading */
12 #undef HAVE_PERL_DYNALOADER
13 
14 /*  define type bool for Perl 5 headers if missing */
15 #undef bool
16 
17 /*  define DEBUG if we compile with debugging */
18 #undef DEBUG_ENABLED
19 
20 /*  define if libdmalloc.a is available */
21 #undef HAVE_DMALLOC
22 
23 @BOTTOM@
24 
25 #endif /* CONFIG_AC_H */
26