Fix infinite loop in expander
[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_ENABLE_DEPRECATED @SCM_I_GSC_ENABLE_DEPRECATED@
11 #define SCM_I_GSC_STACK_GROWS_UP @SCM_I_GSC_STACK_GROWS_UP@
12 #define SCM_I_GSC_C_INLINE @SCM_I_GSC_C_INLINE@
13 #define SCM_I_GSC_NEEDS_STDINT_H @SCM_I_GSC_NEEDS_STDINT_H@
14 #define SCM_I_GSC_NEEDS_INTTYPES_H @SCM_I_GSC_NEEDS_INTTYPES_H@
15 #define SCM_I_GSC_T_INT8 @SCM_I_GSC_T_INT8@
16 #define SCM_I_GSC_T_UINT8 @SCM_I_GSC_T_UINT8@
17 #define SCM_I_GSC_T_INT16 @SCM_I_GSC_T_INT16@
18 #define SCM_I_GSC_T_UINT16 @SCM_I_GSC_T_UINT16@
19 #define SCM_I_GSC_T_INT32 @SCM_I_GSC_T_INT32@
20 #define SCM_I_GSC_T_UINT32 @SCM_I_GSC_T_UINT32@
21 #define SCM_I_GSC_T_INT64 @SCM_I_GSC_T_INT64@
22 #define SCM_I_GSC_T_UINT64 @SCM_I_GSC_T_UINT64@
23 #define SCM_I_GSC_T_INTMAX @SCM_I_GSC_T_INTMAX@
24 #define SCM_I_GSC_T_UINTMAX @SCM_I_GSC_T_UINTMAX@
25 #define SCM_I_GSC_T_INTPTR @SCM_I_GSC_T_INTPTR@
26 #define SCM_I_GSC_T_UINTPTR @SCM_I_GSC_T_UINTPTR@
27 #define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
28 #define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
29 #define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
30 #define SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT @SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT@
31 #define SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER @SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER@
32 #define SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS @SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS@
33 #define SCM_I_GSC_HAVE_STRUCT_DIRENT64 @SCM_I_GSC_HAVE_STRUCT_DIRENT64@
34 #define SCM_I_GSC_ICONVEH_ERROR @SCM_I_GSC_ICONVEH_ERROR@
35 #define SCM_I_GSC_ICONVEH_QUESTION_MARK @SCM_I_GSC_ICONVEH_QUESTION_MARK@
36 #define SCM_I_GSC_ICONVEH_ESCAPE_SEQUENCE @SCM_I_GSC_ICONVEH_ESCAPE_SEQUENCE@
37
38 /*
39 Local Variables:
40 mode: c
41 End:
42 */