pike.git/src/global.h:88: Inside #if defined(_MSC_VER) and #if _MSC_VER <= 1800
#if _MSC_VER <= 1800
/* The isnan() macro was added in VS 2015.
*/
#define isnan(X) _isnan(X)
#endif /* _MSC_VER <= 1800 */
#endif /* _MSC_VER <= 1900 */
#endif /* _MSC_VER */
#endif /* __NT__ */
- #ifdef __amigaos__
- /* Avoid getting definitions of struct in_addr from <unistd.h>... */
- #define __USE_NETINET_IN_H
- #endif
-
+
/*
* Some structure forward declarations are needed.
*/
/* This is needed for linux */
#ifdef MALLOC_REPLACED
#define NO_FIX_MALLOC
#endif
#ifndef STRUCT_PROGRAM_DECLARED