source: main/trunk/greenstone2/acconfig.h@ 32432

Last change on this file since 32432 was 2173, checked in by cs025, 23 years ago

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 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
36
37/* Define FASTCGI if needsbe */
38#undef USE_FASTCGI
39
40/* Define USE_CORBA if needsbe */
41#undef USE_CORBA
42
43/* Define MICO_DIR if needsbe */
44#undef MICO_DIR
45
46/* Define MICO_VERSION if required */
47#undef MICO_VERSION
48
49
50
Note: See TracBrowser for help on using the repository browser.