~unity-team/unity/trunk

572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#cmakedefine PREFIXDIR "@PREFIXDIR@"
697.4.7 by Neil Jagdish Patel
look in the right place for places
5
#cmakedefine DATADIR "@DATADIR@"
572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
6
#cmakedefine PKGDATADIR "@PKGDATADIR@"
7
#cmakedefine LOCALE_DIR "@LOCALE_DIR@"
8
#cmakedefine VERSION "@VERSION@"
572.1.19 by Neil Jagdish Patel
Testing and jays branch
9
#cmakedefine BUILDDIR "@BUILDDIR@"
616.1.7 by Neil Jagdish Patel
add config.vapi and set the correct variable
10
#cmakedefine TESTVALADIR "@TESTVALADIR@"
743.7.3 by Gord Allott
EOD workings
11
#cmakedefine TESTDATADIR "@TESTDIRDIR@"
894.1.12 by Neil Jagdish Patel
Show the right expand button hint
12
#cmakedefine GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
2934.3.1 by Jussi Pakkanen
Move LENSES_DIR to config.h
13
#cmakedefine LENSES_DIR "@LENSES_DIR@"
2934.3.3 by Jussi Pakkanen
Move some compiler flags from add_definitions to their proper place.
14
#ifndef INDICATORDIR
15
#cmakedefine INDICATORDIR "@INDICATORDIR@"
16
#endif
17
#ifndef INDICATORICONDIR
18
#cmakedefine INDICATORICONDIR "@INDICATORICONDIR@"
19
#endif
3043.4.1 by Lars Uebernickel
panel-service: add support for indicator-ng
20
#ifndef INDICATOR_SERVICE_DIR
21
#cmakedefine INDICATOR_SERVICE_DIR "@INDICATOR_SERVICE_DIR@"
22
#endif
572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
23
24
#endif // CONFIG_H