1 // ANNA - Anna is Not Nothingness Anymore //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
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 //
9 #ifndef anna_io_config_hpp
10 #define anna_io_config_hpp
13 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
15 #define HAVE_DIRENT_H 1
17 /* Define to 1 if you have the <inttypes.h> header file. */
18 #define HAVE_INTTYPES_H 1
20 /* Define to 1 if you have the <limits.h> header file. */
21 #define HAVE_LIMITS_H 1
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
26 /* Define to 1 if you have the `mkdir' function. */
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 /* #undef HAVE_NDIR_H */
32 /* Define to 1 if you have the `regcomp' function. */
33 #define HAVE_REGCOMP 1
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 */
39 /* Define to 1 if stdbool.h conforms to C99. */
40 #define HAVE_STDBOOL_H 1
42 /* Define to 1 if you have the <stdint.h> header file. */
43 #define HAVE_STDINT_H 1
45 /* Define to 1 if you have the <stdlib.h> header file. */
46 #define HAVE_STDLIB_H 1
48 /* Define to 1 if you have the <strings.h> header file. */
49 #define HAVE_STRINGS_H 1
51 /* Define to 1 if you have the <string.h> header file. */
52 #define HAVE_STRING_H 1
54 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
56 /* #undef HAVE_SYS_DIR_H */
58 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
60 /* #undef HAVE_SYS_NDIR_H */
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #define HAVE_SYS_STAT_H 1
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #define HAVE_SYS_TYPES_H 1
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #define HAVE_UNISTD_H 1
71 /* Define to 1 if the system has the type `_Bool'. */
74 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
76 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
79 #define PACKAGE "anna-io"
81 /* Define to the address where bug reports for this package should be sent. */
82 #define PACKAGE_BUGREPORT "eduardo.ramos.testillano@gmail.com"
84 /* Define to the full name of this package. */
85 #define PACKAGE_NAME "ANNA.io"
87 /* Define to the full name and version of this package. */
88 #define PACKAGE_STRING "ANNA.io 1.0"
90 /* Define to the one symbol short name of this package. */
91 #define PACKAGE_TARNAME "anna-io"
93 /* Define to the version of this package. */
94 #define PACKAGE_VERSION "1.9"
96 /* Define to 1 if you have the ANSI C header files. */
97 #define STDC_HEADERS 1
99 /* Version number of package */
100 #define VERSION "1.9"
102 /* Define to empty if `const' does not conform to ANSI C. */