mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
Diego Casorran's fixes to allow native AmigaOS builds
This commit is contained in:
parent
1cb3cd1463
commit
36f76396ea
9 changed files with 73 additions and 7 deletions
|
|
@ -54,6 +54,9 @@
|
|||
/* hand-modified MacOS config.h! */
|
||||
#include "config-mac.h"
|
||||
#endif
|
||||
#ifdef AMIGA
|
||||
#include "amigaos.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
@ -204,6 +207,12 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef _AMIGASF
|
||||
#undef HAVE_ALARM
|
||||
#undef sclose
|
||||
#define sclose(x) CloseSocket(x)
|
||||
#endif
|
||||
|
||||
#define DIR_CHAR "/"
|
||||
#define DOT_CHAR "."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue