view src/s/isc4-0.h @ 8418:d97339356ae6

(follow_key): Don't downcase letters here. Delete arg `case_converted'. (read_key_sequence): Do it here; but not if in middle of fcn key.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Aug 1994 01:33:48 +0000
parents f21e11ac80bb
children 73c6f6ff6f73
line wrap: on
line source

/* This is needed for ISC 4.0, but won't be needed for 4.1.  */

#include "isc3-0.h"

#define LIBS_SYSTEM -linet

#define ISC4_0
#define NEED_SIOCTL

/* fmcphers@csugrad.cs.vt.edu reported this was necessary.
   He used GCC.  I don't know what is needed with other compilers.  */
#ifdef __GNUC__
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
#endif