aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index ea8b4691c..fc64698dd 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -67,6 +67,12 @@
#include "amigaos.h"
#endif
+#ifdef TPF
+#include "config-tpf.h" /* hand-modified TPF config.h */
+/* change which select is used for libcurl */
+#define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e)
+#endif
+
#endif /* HAVE_CONFIG_H */
/*