-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacconfig.h
68 lines (48 loc) · 1.98 KB
/
acconfig.h
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* acconfig.h: -*- C -*- For "autoheader".. */
/* Author: Brian J. Fox ([email protected]) Thu Aug 22 18:09:27 1996. */
/* This file is part of <Meta-HTML>(tm), a system for the rapid
deployment of Internet and Intranet applications via the use
of the Meta-HTML language.
Copyright (c) 1995, 2000, Brian J. Fox ([email protected]).
Meta-HTML is free software; you can redistribute it and/or modify
it under the terms of the General Public License as published
by the Free Software Foundation; either version 1, or (at your
option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
FSF GPL for more details.
You should have received a copy of the FSF General Public License
along with this program; if you have not, you may obtain one
electronically at the following URL:
http://www.metahtml.com/COPYING
*/
/* Defined every time by configure. */
#undef MHTML_SYSTEM_TYPE
/* Defined on those systems for which ODBC compilation with the UDBC client
is desired. */
#undef OPENLINK_UDBC_CLIENT
/* Defined only when compiing on some brand of Solaris system. */
#undef Solaris
/* Defined when your system has a define or typedef for sig_t. */
#undef HAVE_TYPE_SIG_T
/* Defined when your system has a define or typedef for time_t. */
#undef HAVE_TYPE_TIME_T
/* Defined when the system has a working dlopen () call. */
#undef HAVE_DLOPEN
/* Defined when the system has a working shl_load () call instead. */
#undef USE_SHL_LOAD
/* Defined when compiling with the rmalloc debugging malloc. */
#undef COMPILING_WITH_RMALLOC
/* Defined when the system has cbrt() in libm. */
#undef HAVE_CBRT
@BOTTOM@
#if defined (Solaris)
# include <arch/solaris/prototypes.h>
#endif
#if defined (HAVE_TIME_H)
# define METAHTML_PROFILER 1
#endif
#if defined (HAVE_LIBCRYPT) && (!defined (HAVE_CRYPT))
# define HAVE_CRYPT 1
#endif