diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-10-29 15:22:37 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2006-10-29 15:22:37 +0100 |
commit | 06b6b971d065226b983ba25da7ea8236ec37df04 (patch) | |
tree | c70914db33695da73f878949bbd52e6692b9afb2 /include | |
parent | 92d04e746bd9b8ad3ee217c165ace20468e079cf (diff) |
Make sure we have 64-bit file-offsets in libdrm.
Diffstat (limited to 'include')
-rw-r--r-- | include/libdrm-config.h.in | 10 |
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 + |