TFCweb  1.0.4 $Rev: 483 $
TFC Primavera 2012: Nucli d'un servidor web
config.h
Veure la documentació d'aquest fitxer.
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Autor */
5 #define AUTHOR "Toni Corvera"
6 
7 /* Any de desenvolupament */
8 #define COPYRIGHT_YEAR "2012"
9 
10 /* Descripció de programa */
11 #define DESCRIPTION "Servidor web"
12 
13 /* define if the Boost library is available */
14 #define HAVE_BOOST
15 
16 /* define if the Boost::ASIO library is available */
17 #define HAVE_BOOST_ASIO
18 
19 /* define if the Boost::Date_Time library is available */
20 #define HAVE_BOOST_DATE_TIME
21 
22 /* define if the Boost::Filesystem library is available */
23 #define HAVE_BOOST_FILESYSTEM
24 
25 /* Define to 1 if you have the <boost/function.hpp> header file. */
26 #define HAVE_BOOST_FUNCTION_HPP 1
27 
28 /* define if the Boost::PROGRAM_OPTIONS library is available */
29 #define HAVE_BOOST_PROGRAM_OPTIONS
30 
31 /* define if the Boost::Regex library is available */
32 #define HAVE_BOOST_REGEX
33 
34 /* define if the Boost::System library is available */
35 #define HAVE_BOOST_SYSTEM
36 
37 /* define if the Boost::Thread library is available */
38 #define HAVE_BOOST_THREAD
39 
40 /* Define to 1 if you have the <boost/xpressive/xpressive.hpp> header file. */
41 #define HAVE_BOOST_XPRESSIVE_XPRESSIVE_HPP 1
42 
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #define HAVE_INTTYPES_H 1
45 
46 /* Define to 1 if you have the `z' library (-lz). */
47 #define HAVE_LIBZ 1
48 
49 /* Define to 1 if you have the <memory.h> header file. */
50 #define HAVE_MEMORY_H 1
51 
52 /* Define to 1 if you have the `mkstemp' function. */
53 #define HAVE_MKSTEMP 1
54 
55 /* Define to 1 if you have the `putenv' function. */
56 #define HAVE_PUTENV 1
57 
58 /* Define to 1 if you have the `setenv' function. */
59 #define HAVE_SETENV 1
60 
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63 
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the <sysexits.h> header file. */
74 #define HAVE_SYSEXITS_H 1
75 
76 /* Define to 1 if you have the <sys/stat.h> header file. */
77 #define HAVE_SYS_STAT_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
84 
85 /* Define to 1 if you have the `unsetenv' function. */
86 #define HAVE_UNSETENV 1
87 
88 /* Name of package */
89 #define PACKAGE "tfcweb"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT "acorvera@uoc.edu"
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME "TFCweb"
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING "TFCweb 1.0.4"
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME "tfcweb"
102 
103 /* Define to the home page for this package. */
104 #define PACKAGE_URL "http://tfc.corvera.eu/"
105 
106 /* Define to the version of this package. */
107 #define PACKAGE_VERSION "1.0.4"
108 
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111 
112 /* Activa el "polling" de clients en cua */
113 /* #undef TFC_MOSTRA_CUA_CLIENTS */
114 
115 /* Version number of package */
116 #define VERSION "1.0.4"
117 
118 /* Permet utilitzar buffers de lectura constants amb zlib */
119 #define ZLIB_CONST
120 
121 /* Enable large inode numbers on Mac OS X 10.5. */
122 #ifndef _DARWIN_USE_64_BIT_INODE
123 # define _DARWIN_USE_64_BIT_INODE 1
124 #endif
125 
126 /* Number of bits in a file offset, on hosts where this is settable. */
127 /* #undef _FILE_OFFSET_BITS */
128 
129 /* Define for large files, on AIX-style hosts. */
130 /* #undef _LARGE_FILES */