Mercurial > emacs
annotate src/s/sol2-6.h @ 90296:d57ee9eab157
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 66-84)
- Update from CVS
- rcirc: Add flexible response formatting; Add nick abbrevs
- Merge from gnus--rel--5.10
- Update from CVS: man/dired.texi (Tumme): More tumme documentation.
- Merge from erc--emacs--0
- Make ERC comply with the new copyright year guidelines.
- (rcirc-format-response-string): Fix small bugs
- Fix compiler error in erc-dcc.el.
* gnus--rel--5.10 (patch 29)
- Add sendmail.el and smptmail.el from Emacs tree to contrib/
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 14 Feb 2006 05:54:12 +0000 |
parents | 68c22ea6027c |
children |
rev | line source |
---|---|
47342
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
1 /* Handle Solaris 2.6. */ |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
2 |
5bdc7af4b905
Fix typo. Add comment.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
47336
diff
changeset
|
3 #include "sol2-5.h" |
47336 | 4 |
47473
3897ddfbb1f5
(UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents:
47342
diff
changeset
|
5 #if 0 /* dldump does not handle all the extensions used by GNU ld. */ |
47336 | 6 #undef UNEXEC |
7 #define UNEXEC unexsol.o | |
47473
3897ddfbb1f5
(UNEXEC): Comment out definition.
Richard M. Stallman <rms@gnu.org>
parents:
47342
diff
changeset
|
8 #endif |
89909 | 9 |
10 /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca | |
11 (do not change this comment) */ |