summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2/files/patch-psycopg-config.h
blob: 9d1f5bf84193415124d74d5d2d49512bd82465bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- psycopg/config.h.orig	2007-04-11 12:12:37.000000000 +0000
+++ psycopg/config.h	2007-07-02 14:41:35.000000000 +0000
@@ -113,7 +113,7 @@
 #define inline
 #endif
 
-#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__)
+#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__)
 /* what's this, we have no round function either? */
 static double round(double num)
 {