Find a suitable type for the new scm_t_intmax and scm_t_uintmax.
[bpt/guile.git] / libguile / gen-scmconfig.h.in
CommitLineData
38bf25a7
RB
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_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_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
27#define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
28#define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
29#define SCM_I_GSC_USE_COOP_THREADS @SCM_I_GSC_USE_COOP_THREADS@
30
31/*
32 Local Variables:
33 mode: c
34 End:
35*/