File: config.h.in

package info (click to toggle)
petri-foo 0.1.87-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,468 kB
  • ctags: 2,233
  • sloc: ansic: 18,946; xml: 7; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define PACKAGE     "${PROJECT_NAME}"
#define VERSION \
    "0.${Petri-Foo_VERSION_MAJOR}.${Petri-Foo_VERSION_MINOR}"

#ifndef PIXMAPS_DIR
#define PIXMAPS_DIR "${CMAKE_INSTALL_PREFIX}/${DATADIR}/pixmaps"
#endif

#cmakedefine SRC_DIR "${PROJECT_SOURCE_DIR}"
#cmakedefine SRC_DIR_STRLEN ${SRC_DIR_STRLEN}

#cmakedefine DEBUG 1

#if !DEBUG
#define NDEBUG
#endif

#cmakedefine HAVE_MALLOC_H 1
#cmakedefine HAVE_JACK_SESSION_H 1
#cmakedefine HAVE_CAIRO_OPERATOR_HSL 1
#cmakedefine HAVE_LIBLO 1