source: trunk/indexers/mg/acconfig.h@ 13663

Last change on this file since 13663 was 3745, checked in by mdewsnip, 21 years ago

Addition of MG package for search and retrieval

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 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/* Some braindead header files do not have the requ'd function declarations */
30#undef HAVE_FGETC_DECL
31#undef HAVE_FREAD_DECL
32
33/* See if have this field in the prstatus_t structure */
34/* It stores the size of the process heap */
35#undef HAVE_PR_BRKSIZE
Note: See TracBrowser for help on using the repository browser.