diff options
Diffstat (limited to 'driver/xf86-video-chips/config.h.in')
-rw-r--r-- | driver/xf86-video-chips/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/xf86-video-chips/config.h.in b/driver/xf86-video-chips/config.h.in index 94228c2ff..060f3576d 100644 --- a/driver/xf86-video-chips/config.h.in +++ b/driver/xf86-video-chips/config.h.in @@ -8,6 +8,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Have ISA support */ +#undef HAVE_ISA + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |