aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/src/include/eina_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/src/include/eina_config.h')
-rw-r--r--libraries/eina/src/include/eina_config.h86
1 files changed, 0 insertions, 86 deletions
diff --git a/libraries/eina/src/include/eina_config.h b/libraries/eina/src/include/eina_config.h
deleted file mode 100644
index b1108b6..0000000
--- a/libraries/eina/src/include/eina_config.h
+++ /dev/null
@@ -1,86 +0,0 @@
1/* EINA - EFL data type library
2 * Copyright (C) 2008 Cedric Bail
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library;
16 * if not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef EINA_CONFIG_H_
20#define EINA_CONFIG_H_
21
22#ifdef EINA_HAVE_EXOTIC_H
23# undef EINA_HAVE_EXOTIC_H
24#endif
25
26
27#ifdef EINA_HAVE_EXOTIC
28# include <Exotic.h>
29#endif
30
31#ifdef EINA_MAGIC_DEBUG
32# undef EINA_MAGIC_DEBUG
33#endif
34#define EINA_MAGIC_DEBUG
35
36#ifdef EINA_DEFAULT_MEMPOOL
37# undef EINA_DEFAULT_MEMPOOL
38#endif
39
40
41#ifdef EINA_SAFETY_CHECKS
42# undef EINA_SAFETY_CHECKS
43#endif
44#define EINA_SAFETY_CHECKS
45
46#ifdef EINA_HAVE_INTTYPES_H
47# undef EINA_HAVE_INTTYPES_H
48#endif
49#define EINA_HAVE_INTTYPES_H
50
51#ifdef EINA_HAVE_STDINT_H
52# undef EINA_HAVE_STDINT_H
53#endif
54#define EINA_HAVE_STDINT_H
55
56#ifdef EINA_HAVE_THREADS
57# undef EINA_HAVE_THREADS
58#endif
59#define EINA_HAVE_THREADS
60
61#ifdef EINA_HAVE_DEBUG_THREADS
62# undef EINA_HAVE_DEBUG_THREADS
63#endif
64
65
66#ifdef EINA_SIZEOF_WCHAR_T
67# undef EINA_SIZEOF_WCHAR_T
68#endif
69#define EINA_SIZEOF_WCHAR_T 4
70
71#ifdef EINA_HAVE_ON_OFF_THREADS
72# undef EINA_HAVE_ON_OFF_THREADS
73#endif
74
75
76#ifdef EINA_CONFIGURE_HAVE_DIRENT_H
77# undef EINA_CONFIGURE_HAVE_DIRENT_H
78#endif
79#define EINA_HAVE_DIRENT_H
80
81#ifdef EINA_CONFIGURE_ENABLE_LOG
82# undef EINA_CONFIGURE_ENABLE_LOG
83#endif
84#define EINA_ENABLE_LOG
85
86#endif /* EINA_CONFIG_H_ */