1 | /* config.h. Generated automatically by configure. */ 2 | /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 3 | 4 | /* Define as __inline if that's what the C compiler calls it. */ 5 | /* #undef inline */ 6 | 7 | /* Define if you have the ANSI C header files. */ 8 | #define STDC_HEADERS 1 9 | 10 | /* Define if your processor stores words with the most significant 11 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ 12 | /* #undef WORDS_BIGENDIAN */ 13 | 14 | /* Define if you have the <dlfcn.h> header file. */ 15 | #define HAVE_DLFCN_H 1 16 | 17 | /* Define if you have the <libffm.h> header file. */ 18 | /* #undef HAVE_LIBFFM_H */ 19 | 20 | /* Define if you have the petsc library (-lpetsc). */ 21 | #define HAVE_LIBPETSC 1 22 | 23 | /* Name of package */ 24 | #define PACKAGE "illuminator" 25 | 26 | /* Version number of package */ 27 | #define VERSION "0.6.9" 28 |