1
#include "config_common.h"
3
#define USER_DATA_DIR "~/Library/Application Support/Armagetron Advanced"
4
#define SCREENSHOT_DIR "~/Library/Application Support/Armagetron Advanced/screenshots"
6
/* Define if you have the library SDL */
9
/* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
10
#define HAVE_LIBSDL_IMAGE 1
12
/* Define if you have the SDL_mixer library (-lSDL_mixer). */
13
#define HAVE_LIBSDL_MIXER 1
15
/* Define to 1 if you have the <SDL/SDL_image.h> header file. */
16
#define HAVE_SDL_IMG_H
18
/* Define to 1 if you have the `png' library (-lpng). */