debugging and prepapred for mameo
[shermanaquarium] / sherman-aquarium / config.h
1
2 /* 
3    Generic config.h file for GAI applets.
4     
5    You don't have to use it for your applet, but a few things will be simpler. 
6
7    This file is autogenerated by the configure script.
8    So don't add things you want permanent here.
9 */
10 #ifndef GAI_CONFIG_H
11 #define GAI_CONFIG_H
12
13 #include <gai/gai.h>
14
15 #ifdef GAI_APPLET_DEFINES
16 static GaiApplet applet_defines = {
17                 "shermans_applet",
18                 "3.0.1",
19                 "Sherman's aquarium",
20                 "Jonas Aaberg, <cja@gmx.net> 2002-2005. Graphics by Jim Toomey.",
21                 "Program released under GNU GPL.\nMost graphics Copyrighted by Jim Toomey and is NOT under GNU GPL.",
22                 "Sherman's aquarium is an applet with the\ncreatures from Jim Toomey's\nwonderful comic, Sherman's Lagoon\n(www.slagoon.com).",
23                 "/usr/share/pixmaps/shermans_icon.png",
24                 "/usr/share/pixmaps/shermans"
25 };
26 #endif
27 #define LINUX
28 #define IMAGE_PATH "/usr/share/pixmaps/shermans"
29 #define APPLET_NAME "shermans_applet"
30 #define APPLET_VERSION "3.0.1"
31
32 #endif