annotate src/s/sunos4-1.h @ 68478:61b78b1445bf

(org-allow-space-in-links, org-closed-string, org-quote-string, org-calendar-to-agenda-key, org-agenda-sorting-strategy, org-agenda-use-time-grid, org-show-following-heading, org-tags-column, org-use-tag-inheritance, org, org-allow-space-in-links, org-usenet-links-prefer-google, org-file-apps-defaults-gnu, org-enable-table-editor, org-calc-default-modes, org-export-html-style, org-table-allow-automatic-line-recalculation, org-export-with-fixed-width, org-export-with-sub-superscripts, org-special-keyword, org-formula, org-time-grid, org-table-may-need-update, org-mode, org-goto-ret, org-goto-left, org-goto-right, org-goto-quit, org-get-indentation, org-end-of-item, org-move-item-down, org-move-item-up, org-renumber-ordered-list, org-todo, org-log-done, org-occur, org-remove-occur-highlights, org-read-date, org-goto-calendar, org-agenda, org-agenda-day-view, org-agenda-previous-date-line, org-agenda-log-mode, org-agenda-toggle-diary, org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary, org-agenda-file-to-end, org-agenda-no-heading-message, org-agenda-get-closed, org-format-agenda-item, org-cmp-priority, org-cmp-category, org-cmp-time, org-agenda-change-all-lines, org-agenda-diary-entry, org-scan-tags, org-after-todo-state-change-hook, org-tags-view, org-link-search, org-camel-to-words, org-open-file, org-remember-handler, org-table-convert-region, org-table-move-row-down, org-table-move-row-up, org-table-copy-region, org-table-wrap-region, org-table-toggle-vline-visibility, org-table-get-vertical-vector, org-table-modify-formulas, org-table-get-specials, org-recalc-commands, org-table-rotate-recalc-marks, org-table-eval-formula, orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle, org-level-color-stars-only, org-insert-heading): Fix typos in docstrings. (last-arg): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 30 Jan 2006 02:03:21 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
457
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 #include "sunos4-0.h"
e442bb589751 entered into RCS
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
2284
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 457
diff changeset
3 /* Cause the compilation of oldxmenu to use the right -I option. */
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 457
diff changeset
4 #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM
3968
e6f0cff88f06 * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
Jim Blandy <jimb@redhat.com>
parents: 3591
diff changeset
5
7176
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
6 #if 0 /* This isn't right. Apparently some sites do have -lresolv
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
7 but don't use that. On those systems, the code below loses.
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
8 There's no way to win automatically unless someone
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
9 figures out a way of determining automatically which way is right
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
10 on any given system. */
3983
0c928e4c5304 * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
Jim Blandy <jimb@redhat.com>
parents: 3968
diff changeset
11 /* Some systems do not run the Network Information Service, but have
0c928e4c5304 * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
Jim Blandy <jimb@redhat.com>
parents: 3968
diff changeset
12 modified the shared C library to include resolver support without
7047
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
13 also changing the C archive library (/usr/lib/libc.a). If we
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
14 detect the presence of libresolv.a, use -lresolv to supplement libc.a.
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
15
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
16 We used to have #ifdef HAVE_GETHOSTNAME is to prevent configure from
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
17 setting libsrc_libs to -lresolv in lib-src/Makefile. But nowadays
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
18 configure is smarter about computing libsrc_libs, and would not
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
19 be fooled. Anyway, why not use -lresolv in lib-src? */
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
20 /* #ifdef HAVE_GETHOSTNAME */
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
21 #ifdef HAVE_LIBRESOLV
4731
a8c0357a8554 (LIBS_SYSTEM): Use -lresolv if it seems appropriate.
Richard M. Stallman <rms@gnu.org>
parents: 4210
diff changeset
22 #define LIBS_SYSTEM -lresolv
a8c0357a8554 (LIBS_SYSTEM): Use -lresolv if it seems appropriate.
Richard M. Stallman <rms@gnu.org>
parents: 4210
diff changeset
23 #endif
7047
978daca51b6b (LIBS_SYSTEM): Test HAVE_LIBRESOLV, not HAVE_RES_INIT.
Richard M. Stallman <rms@gnu.org>
parents: 7031
diff changeset
24 /* #endif */
7176
ec4ceae924cd (LIBS_SYSTEM): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 7047
diff changeset
25 #endif
4210
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
26
5438
ab37f52a4fe3 (SUNOS_LOCALTIME_BUG): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 5259
diff changeset
27 #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */
4210
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
28 /* Tell GNU malloc to compensate for a bug in localtime. */
b0a5f72de90c (SUNOS_LOCALTIME_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3984
diff changeset
29 #define SUNOS_LOCALTIME_BUG
5438
ab37f52a4fe3 (SUNOS_LOCALTIME_BUG): #if 0'd.
Richard M. Stallman <rms@gnu.org>
parents: 5259
diff changeset
30 #endif
9074
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
31
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
32 /* Define dlopen, dlclose, dlsym. */
05ed4bcaab10 (USE_DL_STUBS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7737
diff changeset
33 #define USE_DL_STUBS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 26090
diff changeset
34
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 26090
diff changeset
35 /* arch-tag: 154e2eb2-2180-4d66-90b9-7e56a22004f2
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 26090
diff changeset
36 (do not change this comment) */