00001
00002
00003 #ifndef SDLMM_CONFIG_H
00004 #define SDLMM_CONFIG_H
00005 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
00006 static char *rcsid __attribute__ ((unused)) =X
00007 #elif __GNUC__ == 2
00008 static char *rcsid = X; \
00009 static void *use_rcsid=(&use_rcsid, (void *)&rcsid)
00010 #else
00011 static char *rcsid = X
00012 #endif
00013
00014
00015
00016 #define STDC_HEADERS 1
00017
00018 #define ASSERTIONS 1
00019
00020
00021 #define HAVE_DLFCN_H 1
00022
00023
00024 #define HAVE_LIBM 1
00025
00026
00027 #define PACKAGE "SDLmm"
00028
00029
00030 #define VERSION "0.1.7"
00031
00032 #endif // SDLMM_CONFIG_H
00033