mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
Use SOLARIS2 instead of sun.
This commit is contained in:
parent
cbb65bf7ea
commit
6efac8442f
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* m/amdx86-64.h: Use SOLARIS2 instead of sun.
|
||||
|
||||
2008-07-21 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* nsfns.m: Change NS to Nextstep in docstrings and error messages.
|
||||
|
|
|
|||
|
|
@ -101,12 +101,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
/* LIB_STANDARD and START_FILES set correctly in s/netbsd.h */
|
||||
|
||||
#elif defined(sun)
|
||||
#elif defined(SOLARIS2)
|
||||
|
||||
#undef START_FILES
|
||||
#undef LIB_STANDARD
|
||||
|
||||
#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !sun */
|
||||
#else /* !__OpenBSD__ && !__FreeBSD__ && !__NetBSD__ && !SOLARIS2 */
|
||||
|
||||
#undef START_FILES
|
||||
#ifdef HAVE_LIB64_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue