comparison src/s/hpux10-20.h @ 108382:b9b3b94979ee

Move LIBS_SYSTEM from cpp to configure. * configure.in (LIBS_SYSTEM): New output variable, replacing cpp. * lib-src/Makefile.in (LIBS_SYSTEM) [!MSDOS]: Set with configure, not cpp. (LIBS_SYSTEM) [MSDOS]: Use MSDOS_LIBS_SYSTEM. (NOT_C_CODE): Remove, no longer used. (config.h) [!MSDOS]: No longer include. (LOADLIBES): Use LIBS_SYSTEM as a variable. * src/Makefile.in (LIBS_SYSTEM): Set using configure, not cpp. (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM. (LIBES): Use LIBS_SYSTEM as a variable. * src/s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define. * src/s/aix4-2.h (LIBS_SYSTEM): * src/s/freebsd.h (LIBS_SYSTEM): * src/s/hpux10-20.h (LIBS_SYSTEM): * src/s/sol2-6.h (LIBS_SYSTEM): * src/s/unixware.h (LIBS_SYSTEM): Move to configure. * msdos/sed1v2.inp, msdos/sed3v2.inp (LIBS_SYSTEM): Edit to empty.
author Glenn Morris <rgm@gnu.org>
date Sun, 09 May 2010 19:16:09 -0700
parents 17d73312ed65
children f8e62c2bf3e9
comparison
equal deleted inserted replaced
108381:aa05f2497948 108382:b9b3b94979ee
1 /* System description file for hpux version 10.20. 1 /* System description file for hpux version 10.20.
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2
3 2008, 2009, 2010 Free Software Foundation, Inc. 3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 2009, 2010 Free Software Foundation, Inc.
4 5
5 This file is part of GNU Emacs. 6 This file is part of GNU Emacs.
6 7
7 GNU Emacs is free software: you can redistribute it and/or modify 8 GNU Emacs is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
124 #undef HAVE_RANDOM 125 #undef HAVE_RANDOM
125 126
126 /* AlainF 20-Jul-1996 says this is right. */ 127 /* AlainF 20-Jul-1996 says this is right. */
127 #define KERNEL_FILE "/stand/vmunix" 128 #define KERNEL_FILE "/stand/vmunix"
128 129
129 #define LIBS_SYSTEM -l:libdld.sl
130
131 130
132 /* Rainer Malzbender <rainer@displaytech.com> says definining 131 /* Rainer Malzbender <rainer@displaytech.com> says definining
133 HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 132 HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20
134 using GCC. */ 133 using GCC. */
135
136 #ifndef HAVE_XRMSETDATABASE 134 #ifndef HAVE_XRMSETDATABASE
137 #define HAVE_XRMSETDATABASE 135 #define HAVE_XRMSETDATABASE
138 #endif 136 #endif
139 137
140 /* 2000-11-21: Temporarily disable Unix 98 large file support found by 138 /* 2000-11-21: Temporarily disable Unix 98 large file support found by