00001 #include "config_common.h" 00002 00003 #define USER_DATA_DIR "~/Library/Application Support/Armagetron Advanced" 00004 #define SCREENSHOT_DIR "~/Library/Application Support/Armagetron Advanced/screenshots" 00005 00006 /* Define if you have the library SDL */ 00007 #define HAVE_LIBSDL 1 00008 00009 /* Define to 1 if you have the `SDL_image' library (-lSDL_image). */ 00010 #define HAVE_LIBSDL_IMAGE 1 00011 00012 /* Define if you have the SDL_mixer library (-lSDL_mixer). */ 00013 /* #undef HAVE_LIBSDL_MIXER */ 00014 00015 /* Define to 1 if you have the <SDL/SDL_image.h> header file. */ 00016 #define HAVE_SDL_IMG_H 00017 00018 /* Define to 1 if you have the `png' library (-lpng). */ 00019 #define HAVE_LIBPNG 1