mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 21:43:37 +00:00
Work around clash between Solaris headers and module loader headers over
definition of FILE.
This commit is contained in:
@@ -707,6 +707,10 @@ typedef int xf86jmp_buf[1024];
|
||||
#undef FILENAME_MAX
|
||||
#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 */
|
||||
|
||||
#if defined(XFree86LOADER) && \
|
||||
|
||||
Reference in New Issue
Block a user