Add HAVE_CONFIG_H.

This commit is contained in:
Ralf Corsepius
2011-02-22 07:37:03 +00:00
parent c969ead73c
commit 7d3f9c646a
335 changed files with 1340 additions and 3 deletions

View File

@@ -10,6 +10,10 @@
* Try to compile and link against POSIX complex math routines.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <complex.h>
#include <stdio.h>