First commit
[anna.git] / include / anna / io / config.hpp
1 // ANNA - Anna is Not 'N' Anymore
2 //
3 // (c) Copyright 2005-2014 Eduardo Ramos Testillano & Francisco Ruiz Rayo
4 //
5 // https://bitbucket.org/testillano/anna
6 //
7 // Redistribution and use in source and binary forms, with or without
8 // modification, are permitted provided that the following conditions
9 // are met:
10 //
11 //     * Redistributions of source code must retain the above copyright
12 // notice, this list of conditions and the following disclaimer.
13 //     * Redistributions in binary form must reproduce the above
14 // copyright notice, this list of conditions and the following disclaimer
15 // in the documentation and/or other materials provided with the
16 // distribution.
17 //     * Neither the name of Google Inc. nor the names of its
18 // contributors may be used to endorse or promote products derived from
19 // this software without specific prior written permission.
20 //
21 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 //
33 // Authors: eduardo.ramos.testillano@gmail.com
34 //          cisco.tierra@gmail.com
35
36
37 #ifndef anna_io_config_hpp
38 #define anna_io_config_hpp
39
40
41 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
42    */
43 #define HAVE_DIRENT_H 1
44
45 /* Define to 1 if you have the <inttypes.h> header file. */
46 #define HAVE_INTTYPES_H 1
47
48 /* Define to 1 if you have the <limits.h> header file. */
49 #define HAVE_LIMITS_H 1
50
51 /* Define to 1 if you have the <memory.h> header file. */
52 #define HAVE_MEMORY_H 1
53
54 /* Define to 1 if you have the `mkdir' function. */
55 #define HAVE_MKDIR 1
56
57 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
58 /* #undef HAVE_NDIR_H */
59
60 /* Define to 1 if you have the `regcomp' function. */
61 #define HAVE_REGCOMP 1
62
63 /* Define to 1 if `stat' has the bug that it succeeds when given the
64    zero-length file name argument. */
65 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
66
67 /* Define to 1 if stdbool.h conforms to C99. */
68 #define HAVE_STDBOOL_H 1
69
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #define HAVE_STDINT_H 1
72
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #define HAVE_STDLIB_H 1
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81
82 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
83    */
84 /* #undef HAVE_SYS_DIR_H */
85
86 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
87    */
88 /* #undef HAVE_SYS_NDIR_H */
89
90 /* Define to 1 if you have the <sys/stat.h> header file. */
91 #define HAVE_SYS_STAT_H 1
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #define HAVE_SYS_TYPES_H 1
95
96 /* Define to 1 if you have the <unistd.h> header file. */
97 #define HAVE_UNISTD_H 1
98
99 /* Define to 1 if the system has the type `_Bool'. */
100 #define HAVE__BOOL 1
101
102 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
103    slash. */
104 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
105
106 /* Name of package */
107 #define PACKAGE "anna-io"
108
109 /* Define to the address where bug reports for this package should be sent. */
110 #define PACKAGE_BUGREPORT "eduardo.ramos.testillano@gmail.com"
111
112 /* Define to the full name of this package. */
113 #define PACKAGE_NAME "ANNA.io"
114
115 /* Define to the full name and version of this package. */
116 #define PACKAGE_STRING "ANNA.io 1.0"
117
118 /* Define to the one symbol short name of this package. */
119 #define PACKAGE_TARNAME "anna-io"
120
121 /* Define to the version of this package. */
122 #define PACKAGE_VERSION "1.9"
123
124 /* Define to 1 if you have the ANSI C header files. */
125 #define STDC_HEADERS 1
126
127 /* Version number of package */
128 #define VERSION "1.9"
129
130 /* Define to empty if `const' does not conform to ANSI C. */
131 /* #undef const */
132
133
134 #endif
135