config.h
1/* cgicc/config.h. Generated from config.h.in by configure. */
2/* cgicc/config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you have the <arpa/inet.h> header file. */
5#define HAVE_ARPA_INET_H 1
6
7/* Define to 1 if you have the <dlfcn.h> header file. */
8#define HAVE_DLFCN_H 1
9
10/* Define to 1 if you have the <fcntl.h> header file. */
11#define HAVE_FCNTL_H 1
12
13/* Define to 1 if you have the `gethostbyaddr' function. */
14#define HAVE_GETHOSTBYADDR 1
15
16/* Define to 1 if you have the `gethostbyname' function. */
17#define HAVE_GETHOSTBYNAME 1
18
19/* Define to 1 if you have the `gettimeofday' function. */
20#define HAVE_GETTIMEOFDAY 1
21
22/* Define to 1 if you have the `inet_ntoa' function. */
23#define HAVE_INET_NTOA 1
24
25/* Define to 1 if you have the <inttypes.h> header file. */
26#define HAVE_INTTYPES_H 1
27
28/* define if the compiler implements namespaces */
29#define HAVE_NAMESPACES
30
31/* Define to 1 if you have the <netdb.h> header file. */
32#define HAVE_NETDB_H 1
33
34/* Define to 1 if you have the <netinet/in.h> header file. */
35#define HAVE_NETINET_IN_H 1
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#define HAVE_STDINT_H 1
39
40/* Define to 1 if you have the <stdio.h> header file. */
41#define HAVE_STDIO_H 1
42
43/* Define to 1 if you have the <stdlib.h> header file. */
44#define HAVE_STDLIB_H 1
45
46/* define if the compiler supports Standard Template Library */
47#define HAVE_STL
48
49/* Define to 1 if you have the <strings.h> header file. */
50#define HAVE_STRINGS_H 1
51
52/* Define to 1 if you have the <string.h> header file. */
53#define HAVE_STRING_H 1
54
55/* Define to 1 if you have the <sys/socket.h> header file. */
56#define HAVE_SYS_SOCKET_H 1
57
58/* Define to 1 if you have the <sys/stat.h> header file. */
59#define HAVE_SYS_STAT_H 1
60
61/* Define to 1 if you have the <sys/time.h> header file. */
62#define HAVE_SYS_TIME_H 1
63
64/* Define to 1 if you have the <sys/types.h> header file. */
65#define HAVE_SYS_TYPES_H 1
66
67/* Define to 1 if you have the <sys/utsname.h> header file. */
68#define HAVE_SYS_UTSNAME_H 1
69
70/* Define to 1 if you have the `uname' function. */
71#define HAVE_UNAME 1
72
73/* Define to 1 if you have the <unistd.h> header file. */
74#define HAVE_UNISTD_H 1
75
76/* Define to 1 if the system has the type `_Bool'. */
77#define HAVE__BOOL 1
78
79/* The host system cgicc was configured for */
80#define HOST "amd64-portbld-freebsd13.2"
81
82/* Define to the sub-directory where libtool stores uninstalled libraries. */
83#define LT_OBJDIR ".libs/"
84
85/* Name of package */
86#define PACKAGE "cgicc"
87
88/* Define to the address where bug reports for this package should be sent. */
89#define PACKAGE_BUGREPORT "sebastien.diaz@gmail.com"
90
91/* Define to the full name of this package. */
92#define PACKAGE_NAME "cgicc"
93
94/* Define to the full name and version of this package. */
95#define PACKAGE_STRING "cgicc 3.2.20"
96
97/* Define to the one symbol short name of this package. */
98#define PACKAGE_TARNAME "cgicc"
99
100/* Define to the home page for this package. */
101#define PACKAGE_URL ""
102
103/* Define to the version of this package. */
104#define PACKAGE_VERSION "3.2.20"
105
106/* Define to 1 if all of the C90 standard headers exist (not just the ones
107 required in a freestanding environment). This macro is provided for
108 backward compatibility; new code need not use it. */
109#define STDC_HEADERS 1
110
111/* Version number of package */
112#define VERSION "3.2.20"
113
114/* Define to `__inline__' or `__inline' if that's what the C compiler
115 calls it, or to nothing if 'inline' is not supported under any name. */
116#ifndef __cplusplus
117/* #undef inline */
118#endif
119
120/* Define to `unsigned int' if <sys/types.h> does not define. */
121/* #undef size_t */

GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2004 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Fri Mar 1 2024 08:39:41 for cgicc by doxygen 1.9.6