summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
commit06b6b971d065226b983ba25da7ea8236ec37df04 (patch)
treec70914db33695da73f878949bbd52e6692b9afb2 /include
parent92d04e746bd9b8ad3ee217c165ace20468e079cf (diff)
Make sure we have 64-bit file-offsets in libdrm.
Diffstat (limited to 'include')
-rw-r--r--include/libdrm-config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/libdrm-config.h.in b/include/libdrm-config.h.in
new file mode 100644
index 000000000..286004b96
--- /dev/null
+++ b/include/libdrm-config.h.in
@@ -0,0 +1,10 @@
+/*
+ * libdrm-config.h.in: not at all generated.
+ */
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+