Work around clash between Solaris headers and module loader headers over

definition of FILE.
This commit is contained in:
Alan Coopersmith 2005-04-22 22:04:37 +00:00
parent 07bd7df6a6
commit dcfb97204b

View File

@ -707,6 +707,10 @@ typedef int xf86jmp_buf[1024];
#undef FILENAME_MAX #undef FILENAME_MAX
#define FILENAME_MAX 1024 #define FILENAME_MAX 1024
#if (defined(sun) && defined(__SVR4))
# define _FILEDEFED /* Already have FILE defined, don't redefine it */
#endif
#endif /* XFree86LOADER && !DONT_DEFINE_WRAPPERS */ #endif /* XFree86LOADER && !DONT_DEFINE_WRAPPERS */
#if defined(XFree86LOADER) && \ #if defined(XFree86LOADER) && \