view src/s/sol2.h @ 1614:567e76c81b0c

* bytecomp.el: Declare unread-command-char an obsolete variable. * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * isearch-mode.el (isearch-update, isearch-unread): Same.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:37:06 +0000
parents fed9a9ee5156
children e49c2e6349e4
line wrap: on
line source

#include "s-usg5-4.h"

#define POSIX

/* Here is how to find X Windows.  The -L option tells the linker where
   to find the libraries at link time, the -R option at run time.  */
#define LD_SWITCH_SYSTEM -L/usr/openwin/lib -R/usr/openwin/lib
#define C_SWITCH_X_SYSTEM -I/usr/openwin/include

/* Compile in non-ansi fashion to work around bugs in system header files.  */
#ifndef __GNUC__
#define C_SWITCH_SYSTEM -Xs
#else /* GCC */
#define C_SWITCH_SYSTEM -traditional
#endif /* GCC */