/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define to `unsigned' if doesn't define. */ /* #undef size_t */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* #undef DEBUG_STATES */ /* #undef COMPACT_STATES */ #define INDIRECT_STACK_STATES 1 /* #undef CARD_DEBUG_PRES */ /* The sort margin size for the previous states array. */ #define PREV_STATES_SORT_MARGIN 32 /* The amount prev_states grow by each time it each resized. Should be greater than 0 and in order for the program to be efficient, should be much bigger than PREV_STATES_SORT_MARGIN. */ #define PREV_STATES_GROW_BY 128 /* The amount the pack pointers array grows by. Shouldn't be too high because it doesn't happen too often. */ #define IA_STATE_PACKS_GROW_BY 32 #define MAX_NUM_FREECELLS 4 #define MAX_NUM_STACKS 10 /* * The maximal number of initial cards that can be found in a stack. * */ #define MAX_NUM_INITIAL_CARDS_IN_A_STACK 8 #define MAX_NUM_DECKS 2 #define FCS_STATE_STORAGE_INDIRECT 0 #define FCS_STATE_STORAGE_INTERNAL_HASH 1 #define FCS_STATE_STORAGE_LIBAVL_AVL_TREE 2 #define FCS_STATE_STORAGE_LIBAVL_REDBLACK_TREE 3 #define FCS_STATE_STORAGE_LIBREDBLACK_TREE 4 #define FCS_STATE_STORAGE_GLIB_TREE 5 #define FCS_STATE_STORAGE_GLIB_HASH 6 #define FCS_STATE_STORAGE_DB_FILE 7 #define FCS_STACK_STORAGE_INTERNAL_HASH 0 #define FCS_STACK_STORAGE_LIBAVL_AVL_TREE 1 #define FCS_STACK_STORAGE_LIBAVL_REDBLACK_TREE 2 #define FCS_STACK_STORAGE_LIBREDBLACK_TREE 3 #define FCS_STACK_STORAGE_GLIB_TREE 4 #define FCS_STACK_STORAGE_GLIB_HASH 5 #define FCS_STATE_STORAGE FCS_STATE_STORAGE_INTERNAL_HASH #define FCS_STACK_STORAGE FCS_STACK_STORAGE_INTERNAL_HASH /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the avl library (-lavl). */ /* #undef HAVE_LIBAVL */ /* Define if you have the glib library (-lglib). */ /* #undef HAVE_LIBGLIB */ /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the redblack library (-lredblack). */ /* #undef HAVE_LIBREDBLACK */ /* Name of package */ #define PACKAGE "freecell-solver" /* Version number of package */ #define VERSION "2.5.28"