]> granicus.if.org Git - postgis/commitdiff
Stripped out CR chars
authorSandro Santilli <strk@keybit.net>
Wed, 25 May 2005 12:01:26 +0000 (12:01 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 25 May 2005 12:01:26 +0000 (12:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1731 b70326c6-7e19-0410-871a-916f4a2858ee

extras/wkb_reader/wkbtest.h

index c6542ee68eb514f1d69c44aeffc83329e0bc4f30..a719b1b4f87eb76120a7805f7e4d77233765b83c 100644 (file)
@@ -3,6 +3,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <errno.h>
+#include <endian.h>
 
 
 #include <libpq-fe.h>
@@ -20,7 +21,7 @@ typedef char bool;
 
 void decode_wkb(char *wkb, int *size);
 
-
+/*
 //we need to know the endian of the client machine.  This is
 // taken from postgres's os.h file 
 
@@ -48,4 +49,4 @@ void decode_wkb(char *wkb, int *size);
 #define          BYTE_ORDER              LITTLE_ENDIAN
 #endif
 #endif
-
+*/