Changed LICENSE. Now referenced to web site and file on project root directory
[anna.git] / include / anna / io / config.hpp
1 // ANNA - Anna is Not Nothingness Anymore                                                         //
2 //                                                                                                //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
4 //                                                                                                //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite                           //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
7
8
9 #ifndef anna_io_config_hpp
10 #define anna_io_config_hpp
11
12
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
14    */
15 #define HAVE_DIRENT_H 1
16
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
19
20 /* Define to 1 if you have the <limits.h> header file. */
21 #define HAVE_LIMITS_H 1
22
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25
26 /* Define to 1 if you have the `mkdir' function. */
27 #define HAVE_MKDIR 1
28
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 /* #undef HAVE_NDIR_H */
31
32 /* Define to 1 if you have the `regcomp' function. */
33 #define HAVE_REGCOMP 1
34
35 /* Define to 1 if `stat' has the bug that it succeeds when given the
36    zero-length file name argument. */
37 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
38
39 /* Define to 1 if stdbool.h conforms to C99. */
40 #define HAVE_STDBOOL_H 1
41
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #define HAVE_STDINT_H 1
44
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #define HAVE_STDLIB_H 1
47
48 /* Define to 1 if you have the <strings.h> header file. */
49 #define HAVE_STRINGS_H 1
50
51 /* Define to 1 if you have the <string.h> header file. */
52 #define HAVE_STRING_H 1
53
54 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
55    */
56 /* #undef HAVE_SYS_DIR_H */
57
58 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
59    */
60 /* #undef HAVE_SYS_NDIR_H */
61
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #define HAVE_SYS_STAT_H 1
64
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #define HAVE_SYS_TYPES_H 1
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #define HAVE_UNISTD_H 1
70
71 /* Define to 1 if the system has the type `_Bool'. */
72 #define HAVE__BOOL 1
73
74 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
75    slash. */
76 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
77
78 /* Name of package */
79 #define PACKAGE "anna-io"
80
81 /* Define to the address where bug reports for this package should be sent. */
82 #define PACKAGE_BUGREPORT "eduardo.ramos.testillano@gmail.com"
83
84 /* Define to the full name of this package. */
85 #define PACKAGE_NAME "ANNA.io"
86
87 /* Define to the full name and version of this package. */
88 #define PACKAGE_STRING "ANNA.io 1.0"
89
90 /* Define to the one symbol short name of this package. */
91 #define PACKAGE_TARNAME "anna-io"
92
93 /* Define to the version of this package. */
94 #define PACKAGE_VERSION "1.9"
95
96 /* Define to 1 if you have the ANSI C header files. */
97 #define STDC_HEADERS 1
98
99 /* Version number of package */
100 #define VERSION "1.9"
101
102 /* Define to empty if `const' does not conform to ANSI C. */
103 /* #undef const */
104
105
106 #endif
107