comparison src/s/sol2-3.h @ 96595:cb1bfa1dca4f

* src/fileio.c: * src/sysdep.c * src/systty.h: * src/m/ibmrs6000.h: * src/m/iris4d.h: * src/s/aix4-2.h: * src/s/freebsd.h: * src/s/gnu-linux.h: * src/s/hpux10-20.h: * src/s/hpux11.h: * src/s/netbsd.h: * src/s/sol2-3.h: * src/s/sol2-4.h: * src/s/sol2.h: * src/s/usg5-4.h: * src/s/vms.h: Remove references to unused variables.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Jul 2008 15:26:15 +0000
parents 1f134b61867c
children f8fd21534848
comparison
equal deleted inserted replaced
96594:5f13e5189ff8 96595:cb1bfa1dca4f
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20 20
21 21
22 #include "sol2.h" 22 #include "sol2.h"
23
24 /* Solaris 2.3 has a bug in XListFontsWithInfo. */
25 #define BROKEN_XLISTFONTSWITHINFO
26 23
27 /* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */ 24 /* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */
28 25
29 #undef LD_SWITCH_SYSTEM 26 #undef LD_SWITCH_SYSTEM
30 27