~ricmm/+junk/unity-lens_music-sc

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Ricardo Mendoza
  • Date: 2012-09-05 14:20:15 UTC
  • Revision ID: ricardo.mendoza@canonical.com-20120905142015-prem6hiyfshwgm8q
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.c generated by valac 0.16.1, the Vala compiler
 
2
 * generated from config.vala, do not modify */
 
3
 
 
4
 
 
5
#include <glib.h>
 
6
#include <glib-object.h>
 
7
#include <stdlib.h>
 
8
#include <string.h>
 
9
 
 
10
 
 
11
 
 
12
 
 
13
#define CONFIG_PREFIX "/usr"
 
14
#define CONFIG_DATADIR "/usr/share"
 
15
#define CONFIG_PKGDATADIR "/usr/share/unity"
 
16
#define CONFIG_BINDIR "/usr/bin"
 
17
#define CONFIG_LOCALEDIR "/usr/share/locale"
 
18
#define CONFIG_PACKAGE "unity-lens-music"
 
19
#define CONFIG_VERSION "6.6.0"
 
20
 
 
21
 
 
22