|
@@ -41,7 +41,7 @@
|
|
|
*/
|
|
*/
|
|
|
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x560
|
|
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x560
|
|
|
# include <stdint.h>
|
|
# include <stdint.h>
|
|
|
-#elif !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) && !defined(__BORLANDC__) && !defined(_SCO_DS)
|
|
|
|
|
|
|
+#elif !defined(__WATCOMC__) && !defined(_MSC_VER) && !defined(__INTERIX) && !defined(__BORLANDC__) && !defined(_SCO_DS) && !defined(__osf__)
|
|
|
# include <inttypes.h>
|
|
# include <inttypes.h>
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
@@ -65,7 +65,7 @@
|
|
|
# endif
|
|
# endif
|
|
|
#else
|
|
#else
|
|
|
# include <unistd.h> /* ssize_t, uid_t, and gid_t */
|
|
# include <unistd.h> /* ssize_t, uid_t, and gid_t */
|
|
|
-# if defined(_SCO_DS)
|
|
|
|
|
|
|
+# if defined(_SCO_DS) || defined(__osf__)
|
|
|
# define __LA_INT64_T long long
|
|
# define __LA_INT64_T long long
|
|
|
# else
|
|
# else
|
|
|
# define __LA_INT64_T int64_t
|
|
# define __LA_INT64_T int64_t
|