diff options
author | Keith Packard <keithp@keithp.com> | 2005-08-08 00:38:41 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-08-08 00:38:41 +0000 |
commit | 4dfc3357a78a52ef70750608138dfeef0371cbc4 (patch) | |
tree | b810fd3b3033346c3d844fa711dc494a4e689526 /include | |
parent | 7d2b08aa4786eb4d181c88f7dc6b7eb059cc9dad (diff) |
Add autogenerated source files and other various non-CVS material to
.cvsignore files
Use XORG_CFLAGS. Ensure that all exa files are in SOURCES
remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines
libdamage.la needs libcw.la when COMPOSITE is defined, but that
libdamage.la must be after libcomposite.la, so add libcw.la to
DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order
across all X servers
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index ec329887d..b6c537f14 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -371,9 +371,6 @@ /* POSIX-compliant source */ #undef _POSIX_SOURCE -/* X/Open-compliant source */ -#undef _XOPEN_SOURCE - /* Define to empty if `const' does not conform to ANSI C. */ #undef const |