Mercurial > emacs
annotate src/s/hpux11.h @ 97027:adc2dffbdfc3
2008-07-25 Carsten Dominik <dominik@science.uva.nl>
* org-publish.el (org-publish-file): Use the true name of the
file.
* org-jsinfo.el (org-infojs-handle-options): Use :style-extra
instead of :style.
* org-exp.el (org-export-plist-vars)
(org-export-add-options-to-plist): Handle creator setting flag.
(org-export-as-html): Handle attributes also for ftp and mailto
links.
* org-agenda.el (org-agenda-diary-entry)
(org-agenda-execute-calendar-command): Cater for the second
argument of `calendar-cursor-to-date'.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Fri, 25 Jul 2008 23:02:16 +0000 |
parents | cb1bfa1dca4f |
children | 06c34f190db1 |
rev | line source |
---|---|
49893
1bcf8d62f4cd
Include hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero <lekktu@gmail.com>
parents:
48167
diff
changeset
|
1 #include "hpux10-20.h" |
40578 | 2 |
3 #ifdef POSIX_SIGNALS | |
4 #undef POSIX_SIGNALS | |
5 #endif | |
6 #define POSIX_SIGNALS 1 | |
46299
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
7 |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
8 /* SA_RESTART resets the timeout of `select', so don't use it. */ |
72e949fc6d1e
(BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
40578
diff
changeset
|
9 #define BROKEN_SA_RESTART |
46414
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
10 |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
11 /* It does work on HPUX to open the pty's tty in the parent (Emacs), |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
12 then close and reopen it in the child. */ |
a61f957ee22f
(USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
46299
diff
changeset
|
13 #define USG_SUBTTY_WORKS |
52401 | 14 |
15 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b | |
16 (do not change this comment) */ |