added libvnc/ with RealVNC compatibility fix
[presencevnc] / libvnc / rfb / rfbint.h
diff --git a/libvnc/rfb/rfbint.h b/libvnc/rfb/rfbint.h
new file mode 100644 (file)
index 0000000..029e762
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _RFB_RFBINT_H
+#define _RFB_RFBINT_H 1
+#ifndef _GENERATED_STDINT_H
+#define _GENERATED_STDINT_H "LibVNCServer 0.9.7"
+/* generated using a gnu compiler version sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1 Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
+
+#include <stdint.h>
+
+
+/* system headers have good uint64_t */
+#ifndef _HAVE_UINT64_T
+#define _HAVE_UINT64_T
+#endif
+
+  /* once */
+#endif
+#endif