File: config.h.cmake

package info (click to toggle)
slimevolley 2.4.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,300 kB
  • sloc: ansic: 3,689; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _CONFIG_H
#define _CONFIG_H 1

#cmakedefine DATA_DIR "${DATA_DIR}"
#cmakedefine APPLE
#cmakedefine WINDOWS
#cmakedefine I10N
#cmakedefine I10N_DIR "${I10N_DIR}"
#cmakedefine NET_SUPPORT
#cmakedefine SV_PORTABLE

#endif