File: iqtree_config.h.in

package info (click to toggle)
iqtree 2.0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,620 kB
  • sloc: cpp: 142,571; ansic: 57,789; sh: 275; python: 242; makefile: 95
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define iqtree_VERSION_MAJOR @iqtree_VERSION_MAJOR@
#define iqtree_VERSION_MINOR @iqtree_VERSION_MINOR@
#define iqtree_VERSION_PATCH "@iqtree_VERSION_PATCH@"

/* does the platform provide gettimeofday functions? */
#cmakedefine HAVE_GETTIMEOFDAY
/* does the platform provide getrusage functions? */
#cmakedefine HAVE_GETRUSAGE
/* does the platform provide popen functions? */
/*#cmakedefine HAVE_POPEN*/
/* does the platform provide pclose functions? */
/*#cmakedefine HAVE_PCLOSE*/
/* does the platform provide GlobalMemoryStatusEx functions? */
#cmakedefine HAVE_GLOBALMEMORYSTATUSEX
#cmakedefine HAVE_STRNDUP
#cmakedefine HAVE_STRTOK_R

/* does the platform provide backtrace functions? */
#cmakedefine Backtrace_FOUND