File: config.h

package info (click to toggle)
python-freesasa 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: python: 380; makefile: 28; sh: 10; ansic: 7
file content (17 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Name of package */
#define PACKAGE "freesasa"

/* Define to the full name of this package. */
#define PACKAGE_NAME "FreeSASA"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "FreeSASA 2.0.2"

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.0.2"

#define USE_XML 0

#define USE_JSON 0

#define USE_CHECK 0