File: defs.h

package info (click to toggle)
mctc-lib 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,088 kB
  • sloc: f90: 12,894; python: 23; ansic: 15; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#ifndef mctc_defs_fh
#define mctc_defs_fh

#ifndef WITH_JSON
#define WITH_JSON 1
#endif

#endif