12 lines
406 B
Text
12 lines
406 B
Text
$NetBSD: patch-aa,v 1.2 2005/07/08 17:51:32 kristerw Exp $
|
|
--- src/ftplib.h.orig Mon May 28 21:55:05 2001
|
|
+++ src/ftplib.h Mon May 28 21:58:47 2001
|
|
@@ -24,7 +24,7 @@
|
|
#if !defined(__FTPLIB_H)
|
|
#define __FTPLIB_H
|
|
|
|
-#if defined(__unix__) || defined(VMS)
|
|
+#if defined(__unix__) || defined(__NetBSD__) || defined(__APPLE__) || defined(VMS)
|
|
#define GLOBALDEF
|
|
#define GLOBALREF extern
|
|
#elif defined(_WIN32)
|