Ticket #30035: patch-sysdep.h

File patch-sysdep.h, 375 bytes (added by tk7r (Thomas Kotzian), 13 years ago)

patch file

Line 
1--- sysdep.h.orig       2008-11-19 21:36:12.000000000 +0100
2+++ sysdep.h    2011-07-05 12:18:11.000000000 +0200
3@@ -109,6 +109,12 @@
4 #define HAVE_FGETLN    1
5 #define HAVE_UNSETENV  1
6 #define HAVE_SETENV    1
7+
8+#include <Availability.h>
9+#ifdef __MAC_10_7
10+#define HAVE_GETLINE   1
11+#endif
12+
13 #endif
14 
15 /***************************************************************************/