merge from 1.8 branch
[bpt/guile.git] / libguile / gen-scmconfig.h.in
1 /* This file is automatically generated via configure.in. */
2
3 /* This is the private include header for gen-scmconfig. See
4 gen-scmconfig.c for details. This file should be considered even
5 more private than config.h and should only be included by
6 gen-scmconfig.c.
7 */
8
9 #define SCM_I_GSC_GUILE_DEBUG @SCM_I_GSC_GUILE_DEBUG@
10 #define SCM_I_GSC_GUILE_DEBUG_FREELIST @SCM_I_GSC_GUILE_DEBUG_FREELIST@
11 #define SCM_I_GSC_ENABLE_DISCOURAGED @SCM_I_GSC_ENABLE_DISCOURAGED@
12 #define SCM_I_GSC_ENABLE_DEPRECATED @SCM_I_GSC_ENABLE_DEPRECATED@
13 #define SCM_I_GSC_ENABLE_ELISP @SCM_I_GSC_ENABLE_ELISP@
14 #define SCM_I_GSC_STACK_GROWS_UP @SCM_I_GSC_STACK_GROWS_UP@
15 #define SCM_I_GSC_C_INLINE @SCM_I_GSC_C_INLINE@
16 #define SCM_I_GSC_NEEDS_STDINT_H @SCM_I_GSC_NEEDS_STDINT_H@
17 #define SCM_I_GSC_NEEDS_INTTYPES_H @SCM_I_GSC_NEEDS_INTTYPES_H@
18 #define SCM_I_GSC_T_INT8 @SCM_I_GSC_T_INT8@
19 #define SCM_I_GSC_T_UINT8 @SCM_I_GSC_T_UINT8@
20 #define SCM_I_GSC_T_INT16 @SCM_I_GSC_T_INT16@
21 #define SCM_I_GSC_T_UINT16 @SCM_I_GSC_T_UINT16@
22 #define SCM_I_GSC_T_INT32 @SCM_I_GSC_T_INT32@
23 #define SCM_I_GSC_T_UINT32 @SCM_I_GSC_T_UINT32@
24 #define SCM_I_GSC_T_INT64 @SCM_I_GSC_T_INT64@
25 #define SCM_I_GSC_T_UINT64 @SCM_I_GSC_T_UINT64@
26 #define SCM_I_GSC_T_INTMAX @SCM_I_GSC_T_INTMAX@
27 #define SCM_I_GSC_T_UINTMAX @SCM_I_GSC_T_UINTMAX@
28 #define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
29 #define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
30 #define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
31 #define SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT @SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT@
32
33 /*
34 Local Variables:
35 mode: c
36 End:
37 */