summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-01-24 22:37:42 +0100
committerJerome Glisse <jglisse@redhat.com>2010-01-24 22:37:42 +0100
commit05590d95d51e29e58534028c323847c199efebe5 (patch)
treec7057a84afa4914d8b2e519fad885bc425404ff5 /config.h
r600/r700: winsys standalone testing
This is a standalone KMS program for testing and building the r600 winsys API. It does run as root when no X is running, will only work on non RV6XX (well might work on those but haven't tested).
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..2fc56ef
--- /dev/null
+++ b/config.h
@@ -0,0 +1,6 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define _FILE_OFFSET_BITS 64
+
+#endif