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 /* #undef HAVE_ARPA_INET_H */
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 /* #undef HAVE_GETHOSTBYADDR */
15 
16 /* Define to 1 if you have the `gethostbyname' function. */
17 /* #undef HAVE_GETHOSTBYNAME */
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 /* #undef HAVE_INET_NTOA */
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 /* #undef HAVE_NETDB_H */
36 
37 /* Define to 1 if you have the <netinet/in.h> header file. */
38 /* #undef HAVE_NETINET_IN_H */
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 /* #undef HAVE_SYS_SOCKET_H */
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-pc-linux-gnu"
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.19"
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.19"
105 
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108 
109 /* Version number of package */
110 #define VERSION "3.2.19"
111 
112 /* Define to `__inline__' or `__inline' if that's what the C compiler
113  calls it, or to nothing if 'inline' is not supported under any name. */
114 #ifndef __cplusplus
115 /* #undef inline */
116 #endif
117 
118 /* Define to `unsigned int' if <sys/types.h> does not define. */
119 /* #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 Sun Sep 17 2017 21:31:25 for cgicc by doxygen 1.8.13