~dylanmccall/unity/panel-drag-frontmost-maximized

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@"
572.1.4 by Neil Jagdish Patel
Build and install libunity and it's header
13
14
#endif // CONFIG_H