File: config.h.in

package info (click to toggle)
qsapecng 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,012 kB
  • ctags: 2,906
  • sloc: cpp: 23,692; ansic: 22; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef CONFIG_H
#define CONFIG_H

#define SETTINGS_ORGANIZATION "${SETTINGS_ORGANIZATION}"
#define SETTINGS_APPLICATION "${SETTINGS_APPLICATION}"

#cmakedefine WIN32_SYS 1
#cmakedefine UNIX_SYS 1

#endif /* CONFIG_H */