openbsd-ports/www/dillo/patches/patch-configure

20 lines
499 B
Plaintext
Raw Normal View History

--- configure.orig Wed Jul 1 19:57:05 2009
+++ configure Tue Sep 22 15:59:54 2009
@@ -8344,16 +8344,6 @@
#include "config.h"
-#if HAVE_STDINT_H == 0
-#include <stdint.h>
-#elif defined(HAVE_INTTYPES_H)
-#include <inttypes.h>
-#else
-typedef signed $gint16 int16_t;
-typedef unsigned $gint16 uint16_t;
-typedef signed $gint32 int32_t;
-typedef unsigned $gint32 uint32_t;
-#endif
typedef unsigned char uchar_t;
typedef unsigned short ushort_t;
typedef unsigned long ulong_t;