Make
[shermanaquarium] / sherman-aquarium / config.h.in
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    @REMARK@
8    @REMARK2@
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                 "@APPLET_NAME@",
18                 "@APPLET_VERSION@",
19                 "@APPLET_NICE_NAME@",
20                 "@APPLET_AUTHOR@",
21                 "@APPLET_LICENSE@",
22                 "@APPLET_DESCRIPTION@",
23                 "@APPLET_ICON@",
24                 "@APPLET_IMAGE_PATH@"
25 };
26 #endif
27 #define @HOST@
28 #define IMAGE_PATH "@APPLET_IMAGE_PATH@"
29 #define APPLET_NAME "@APPLET_NAME@"
30 #define APPLET_VERSION "@APPLET_VERSION@"
31 @XMMS@
32 #endif