Deleted Added
full compact
24,25c24,27
< #include <float.h>
< #include <math.h>
---
> #ifdef HAVE_CONFIG_H
> #include "config.h"
> #endif
>
28a31,36
> #ifdef HAVE_FLOAT_H
> #include <float.h>
> #endif
> #ifdef HAVE_MATH_H
> #include <math.h>
> #endif