summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-02-01 20:24:32 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-04-24 18:16:10 (GMT)
commit951cea590db4866188a1e372d6a966df7f0e79f9 (patch)
treed71c0bd5ae27c17c2e1ed68793dd1b851d1aa4a4 /3rdParty/LibVNC/src/rfb/rfbint.h
parent98f0f0c5cee040d3b0df5ff4d695320b2f93da24 (diff)
downloadswift-contrib-951cea590db4866188a1e372d6a966df7f0e79f9.zip
swift-contrib-951cea590db4866188a1e372d6a966df7f0e79f9.tar.bz2
Import part of libvnc.remko/libvnc
Diffstat (limited to '3rdParty/LibVNC/src/rfb/rfbint.h')
-rw-r--r--3rdParty/LibVNC/src/rfb/rfbint.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/3rdParty/LibVNC/src/rfb/rfbint.h b/3rdParty/LibVNC/src/rfb/rfbint.h
new file mode 100644
index 0000000..f9816a0
--- /dev/null
+++ b/3rdParty/LibVNC/src/rfb/rfbint.h
@@ -0,0 +1,17 @@
+#ifndef _RFB_RFBINT_H
+#define _RFB_RFBINT_H 1
+#ifndef _GENERATED_STDINT_H
+#define _GENERATED_STDINT_H "x11vnc 0.9.12"
+/* generated using a gnu compiler version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664) 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