File: acconfig.h

package info (click to toggle)
eperl 2.2.14-0.7potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,124 kB
  • ctags: 329
  • sloc: ansic: 4,623; perl: 578; sh: 556; makefile: 431
file content (25 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef CONFIG_AC_H
#define CONFIG_AC_H
/*
**  config_ac.h -- AUTO configuration header file
**  Copyright (c) 1996,1997,1998 Ralf S. Engelschall <rse@engelschall.com>
*/

@TOP@

/*  defined if Perl support the DynLoader
    interface for dynamic library loading */
#undef HAVE_PERL_DYNALOADER

/*  define type bool for Perl 5 headers if missing */
#undef bool

/*  define DEBUG if we compile with debugging */
#undef DEBUG_ENABLED

/*  define if libdmalloc.a is available */
#undef HAVE_DMALLOC

@BOTTOM@

#endif /* CONFIG_AC_H */