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 to 1 if you have the <memory.h> header file. */
29#define HAVE_MEMORY_H 1
30
31/* define if the compiler implements namespaces */
32#define HAVE_NAMESPACES
33
34/* Define to 1 if you have the <netdb.h> header file. */
35#define HAVE_NETDB_H 1
36
37/* Define to 1 if you have the <netinet/in.h> header file. */
38#define HAVE_NETINET_IN_H 1
39
40/* Define to 1 if you have the <stdint.h> header file. */
41#define HAVE_STDINT_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/* #undef HAVE__BOOL */
78
79/* The host system cgicc was configured for */
80#define HOST "x86_64-redhat-linux-gnu"
81
82/* Define to the sub-directory in which libtool stores uninstalled libraries.
83 */
84#define LT_OBJDIR ".libs/"
85
86/* Name of package */
87#define PACKAGE "cgicc"
88
89/* Define to the address where bug reports for this package should be sent. */
90#define PACKAGE_BUGREPORT "sebastien.diaz@gmail.com"
91
92/* Define to the full name of this package. */
93#define PACKAGE_NAME "cgicc"
94
95/* Define to the full name and version of this package. */
96#define PACKAGE_STRING "cgicc 3.2.16"
97
98/* Define to the one symbol short name of this package. */
99#define PACKAGE_TARNAME "cgicc"
100
101/* Define to the home page for this package. */
102#define PACKAGE_URL ""
103
104/* Define to the version of this package. */
105#define PACKAGE_VERSION "3.2.16"
106
107/* Define to 1 if you have the ANSI C header files. */
108#define STDC_HEADERS 1
109
110/* Version number of package */
111#define VERSION "3.2.16"
112
113/* Define to `__inline__' or `__inline' if that's what the C compiler
114 calls it, or to nothing if 'inline' is not supported under any name. */
115#ifndef __cplusplus
116/* #undef inline */
117#endif
118
119/* Define to `unsigned int' if <sys/types.h> does not define. */
120/* #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 Tue Sep 18 2018 00:00:00 for cgicc by doxygen 1.9.6