source: trunk/mgpp/acconfig.h@ 3365

Last change on this file since 3365 was 3365, checked in by kjdon, 22 years ago

Initial revision

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1/* Special definitions for mg, processed by autoheader.
2 Created by [TS:Aug/95]
3 by grepping for AC_DEFINE on configure.in and using the appropriate defs
4 of acconfig.h used by GNU tar.
5*/
6
7/* Define to the name of the distribution. */
8#undef PACKAGE
9
10/* Define to the version of the distribution. */
11#undef VERSION
12
13/* Define if `union wait' is the type of the first arg to wait functions. */
14#undef HAVE_UNION_WAIT
15
16/* Define to 1 if you have the valloc function. */
17#undef HAVE_VALLOC
18
19/* Define to 1 if ANSI function prototypes are usable. */
20#undef PROTOTYPES
21
22/* Define to 1 for better use of the debugging malloc library. See
23 site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz. */
24#undef WITH_DMALLOC
25
26/* Define to 1 if GNU regex should be used instead of GNU rx. */
27#undef WITH_REGEX
28
29/* Define to 1 if GNU readline should be used. */
30#undef WITH_GNU_READLINE
31
32/* Some braindead header files do not have the requ'd function declarations */
33#undef HAVE_FGETC_DECL
34#undef HAVE_FREAD_DECL
35
36/* See if have this field in the prstatus_t structure */
37/* It stores the size of the process heap */
38#undef HAVE_PR_BRKSIZE
39
40/* Define to 1 to override the automatic selection of "long long" */
41#undef DISABLE_LONG_LONG
Note: See TracBrowser for help on using the repository browser.