Merge branch 'g-clear-pointer-no-side-effects' into 'master'
[glib.git] / gmodule / gmoduleconf.h.in
blob2dad047499665e3f38816ed26fbcaee624171121
1 /* GMODULE - GLIB wrapper code for dynamic module loading
2 * Copyright (C) 1998 Tim Janik
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.
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.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
17 #ifndef __G_MODULE_CONF_H__
18 #define __G_MODULE_CONF_H__
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
26 #define G_MODULE_IMPL_NONE 0
27 #define G_MODULE_IMPL_DL 1
28 #define G_MODULE_IMPL_WIN32 3
29 #define G_MODULE_IMPL_DYLD 6
30 #define G_MODULE_IMPL_AR 7
32 #define G_MODULE_IMPL @G_MODULE_IMPL@
33 #undef G_MODULE_HAVE_DLERROR
34 #if (@G_MODULE_HAVE_DLERROR@)
35 #define G_MODULE_HAVE_DLERROR
36 #endif
37 #if (@G_MODULE_NEED_USCORE@)
38 #define G_MODULE_NEED_USCORE
39 #endif
40 #if (@G_MODULE_BROKEN_RTLD_GLOBAL@)
41 #define G_MODULE_BROKEN_RTLD_GLOBAL
42 #endif
44 #ifdef __cplusplus
46 #endif /* __cplusplus */
49 #endif /* __G_MODULE_CONF_H__ */