Files
commandergenius/project/jni/application/pachi/config.h

34 lines
851 B
C

/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
#define DATADIR "."
#define SCOREDIR "."
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H
/* Define if you have the pthread library (-lpthread). */
/* #undef HAVE_LIBPTHREAD */
/* Define if you have the SDL_mixer library (-lSDL_mixer). */
#define HAVE_LIBSDL_MIXER 1
/* Name of package */
#define PACKAGE "pachi"
/* Version number of package */
#define VERSION "0.1"