1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Add config.h as needed.

This commit is contained in:
Bruce Momjian
1999-07-17 04:00:31 +00:00
parent d9901793f7
commit fbe4ad2154
4 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
/* $Id: isinf.c,v 1.8 1999/07/16 04:59:35 momjian Exp $ */
/* $Id: isinf.c,v 1.9 1999/07/17 04:00:29 momjian Exp $ */
#include <math.h>
#include "config.h"
#if HAVE_FPCLASS
#if HAVE_IEEEFP_H
#include <ieeefp.h>