Merge "BuildSystem: Add DragonFly BSD."

This commit is contained in:
George Joseph
2018-04-30 09:07:30 -05:00
committed by Gerrit Code Review
11 changed files with 16 additions and 12 deletions

View File

@@ -57,7 +57,7 @@
#include <fftw3.h>
#endif
#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__CYGWIN__)
#if defined(__Darwin__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__CYGWIN__)
#include <float.h>
#else
#include <values.h>