added HAVE_FORK flag for libCuba.

This commit is contained in:
suter_a 2018-05-14 11:12:17 +02:00
parent f6d8df74e1
commit b5d446212f

View File

@ -2,6 +2,9 @@
#define PACKAGE_VERSION "@PROJECT_VERSION@"
// define to 1 if you have fork and it should be used
#cmakedefine HAVE_FORK 1
// define to 1 if you have <alloca.h> and it should be used
#cmakedefine HAVE_ALLOCA_H 1