Added all the new SCM_I_GSC_*_LIMITS that configure now produces.
[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_DEPRECATED @SCM_I_GSC_ENABLE_DEPRECATED@
12 #define SCM_I_GSC_ENABLE_ELISP @SCM_I_GSC_ENABLE_ELISP@
13 #define SCM_I_GSC_HAVE_ARRAYS @SCM_I_GSC_HAVE_ARRAYS@
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_INT8_LIMITS @SCM_I_GSC_T_INT8_LIMITS@
20 #define SCM_I_GSC_T_UINT8 @SCM_I_GSC_T_UINT8@
21 #define SCM_I_GSC_T_UINT8_LIMITS @SCM_I_GSC_T_UINT8_LIMITS@
22 #define SCM_I_GSC_T_INT16 @SCM_I_GSC_T_INT16@
23 #define SCM_I_GSC_T_INT16_LIMITS @SCM_I_GSC_T_INT16_LIMITS@
24 #define SCM_I_GSC_T_UINT16 @SCM_I_GSC_T_UINT16@
25 #define SCM_I_GSC_T_UINT16_LIMITS @SCM_I_GSC_T_UINT16_LIMITS@
26 #define SCM_I_GSC_T_INT32 @SCM_I_GSC_T_INT32@
27 #define SCM_I_GSC_T_INT32_LIMITS @SCM_I_GSC_T_INT32_LIMITS@
28 #define SCM_I_GSC_T_UINT32 @SCM_I_GSC_T_UINT32@
29 #define SCM_I_GSC_T_UINT32_LIMITS @SCM_I_GSC_T_UINT32_LIMITS@
30 #define SCM_I_GSC_T_INT64 @SCM_I_GSC_T_INT64@
31 #define SCM_I_GSC_T_INT64_LIMITS @SCM_I_GSC_T_INT64_LIMITS@
32 #define SCM_I_GSC_T_UINT64 @SCM_I_GSC_T_UINT64@
33 #define SCM_I_GSC_T_UINT64_LIMITS @SCM_I_GSC_T_UINT64_LIMITS@
34 #define SCM_I_GSC_T_INTMAX @SCM_I_GSC_T_INTMAX@
35 #define SCM_I_GSC_T_INTMAX_LIMITS @SCM_I_GSC_T_INTMAX_LIMITS@
36 #define SCM_I_GSC_T_UINTMAX @SCM_I_GSC_T_UINTMAX@
37 #define SCM_I_GSC_T_UINTMAX_LIMITS @SCM_I_GSC_T_UINTMAX_LIMITS@
38 #define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
39 #define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
40 #define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
41 #define SCM_I_GSC_USE_COOP_THREADS @SCM_I_GSC_USE_COOP_THREADS@
42
43 /*
44 Local Variables:
45 mode: c
46 End:
47 */