|
|
@@ -122,7 +122,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
+#else
|
|
|
+# include<sys/types.h>
|
|
|
#endif
|
|
|
@@ -138,7 +138,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
+#else
|
|
|
+# include<sys/types.h>
|
|
|
#endif
|
|
|
@@ -155,7 +155,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
+#else
|
|
|
+# include<sys/types.h>
|
|
|
+#endif
|
|
|
@@ -174,7 +174,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
+#else
|
|
|
+# include<sys/types.h>
|
|
|
+#endif
|
|
|
@@ -195,7 +195,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
#else
|
|
|
-# if HAVE_STDINT_H
|
|
|
-# include <stdint.h>
|
|
|
@@ -229,7 +229,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
#else
|
|
|
-# if HAVE_STDINT_H
|
|
|
-# include <stdint.h>
|
|
|
@@ -251,7 +251,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
#else
|
|
|
-#include <stdint.h>
|
|
|
+# include<sys/types.h>
|
|
|
@@ -271,7 +271,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
#else
|
|
|
-#include <stdint.h>
|
|
|
+# include<sys/types.h>
|
|
|
@@ -289,7 +289,7 @@
|
|
|
+#elif defined (__linux)
|
|
|
+# include <stdint.h>
|
|
|
+#elif defined (__FreeBSD__)
|
|
|
-+# include <sys/inttypes.h>
|
|
|
++# include <inttypes.h>
|
|
|
+#else
|
|
|
+# include<sys/types.h>
|
|
|
+#endif
|