]> code.delx.au - gnu-emacs/blobdiff - src/m/sun386.h
2002-08-10 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / src / m / sun386.h
index a7537f43e8a239395e3eeb093ecd271814806c99..cf9537ea1002b1e6f9bee7146662d29873846c04 100644 (file)
@@ -18,7 +18,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* The following line tells the configuration script what sort of 
    operating system this machine is likely to run.
@@ -73,3 +74,9 @@ NOTE-END  */
 #define LD_SWITCH_MACHINE -n -Bstatic
 /* Get rid of the -e __start that s-sunos4.h does.  */
 #undef LD_SWITCH_SYSTEM
+
+#ifdef USG
+/* USG detects Solaris.  j.w.hawtin@lut.ac.uk says Solaris 2.1
+   on the 386 needs this.  */
+#define LIBS_MACHINE -lkvm
+#endif