BuildSystem: Add DragonFly BSD.

ASTERISK-27820

Change-Id: I310896143e94d65da1c2be3bb448204a8b86d557
This commit is contained in:
Alexander Traud
2018-04-20 12:50:03 +02:00
parent a9c74fdc04
commit efe40ff671
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>