cmake: remove HAVE_FORK since it leads to performance issuses with the cuba lib.

This commit is contained in:
2018-06-12 11:25:23 +02:00
parent 6103a293dc
commit 7f82ecb9e7
2 changed files with 0 additions and 4 deletions

View File

@ -2,9 +2,6 @@
#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