We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5f891 commit 323e03aCopy full SHA for 323e03a
src/port/fseeko.c
@@ -8,12 +8,16 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.6 2002/10/24 04:48:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.7 2002/10/28 00:00:25 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
15
16
-#if defined(bsdi) || defined(netbsd)
+/*
17
+ * We have to use the native defines here because configure hasn't
18
+ * completed yet.
19
+ */
20
+#if defined(__bsdi__) || defined(__NetBSD__)
21
22
#include "c.h"
23
0 commit comments