annotate src/s/openbsd.h @ 104441:902d22a2d922

cedet/semantic/db-debug.el: Don't require semantic/db-mode, since semanticdb-current-database and semanticdb-current-table are now in semantic/db.el. cedet/semantic/db-ebrowse.el: Don't require semantic/db-mode, since semanticdb-current-database and semanticdb-current-table are now in semantic/db.el. cedet/semantic/db-el.el: Require semantic/lex-spp. Require semantic/db instead of semantic/db-search. cedet/semantic/db-file.el: Declare inversion-test and data-debug-insert-thing. (semanticdb-load-database): Load inversion only if necessary. cedet/semantic/db-find.el: Autoload semanticdb-find-default-throttle. Defvar data-debug-thing-alist, and ede-current-project. Declare data-debug-insert-stuff-list, data-debug-insert-tag-list, semantic-scope-reset-cache, and semanticdb-typecache-notify-reset. Require semantic/tag-file, and semantic/sort. (semantic-reset): Require semantic/scope. (semanticdb-partial-synchronize): Require semantic/db-typecache. (semanticdb-find-table-for-include) Move up to avoid compiler warning. cedet/semantic/db-global.el: Declare data-debug-new-buffer and data-debug-insert-thing. (semanticdb-project-database-global) Move up to avoid compiler warning. cedet/semantic/db-javascript.el: Fix provide statement. Require semantic/db-find instead of semantic/db-search. cedet/semantic/db-mode.el: Declare semantic-lex-spp-set-dynamic-table. (semanticdb-current-database, semanticdb-current-table): Move into semantic/db.el cedet/semantic/db-ref.el: Require eieio, semantic/db, and semantic/util. Declare data-debug-new-buffer and data-debug-insert-object-slots. Defvar semantic-case-fold. Require semantic/find when compiling. cedet/semantic/db-typecache.el: Require semantic/tag-ls, semantic/analyze/fcn, and semantic/scope. Declare data-debug-insert-thing and data-debug-new-buffer. cedet/semantic/db.el (semanticdb-search-results-table): Move class definition here from semantic/db-search.el. (semanticdb-current-database, semanticdb-current-table) Move variable definitions here from semantic/db-mode.el.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 31 Aug 2009 00:45:41 +0000
parents 8a39f8452a5b
children f1d13e615070 19fdc244bab9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* s/ file for openbsd systems. */
Dave Love <fx@gnu.org>
parents:
diff changeset
2
51877
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
3 /* Mostly the same as NetBSD. */
25844
Dave Love <fx@gnu.org>
parents:
diff changeset
4 #include "netbsd.h"
28264
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
5
60777
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
6 /* This very-badly named symbol is conditionally defined in netbsd.h.
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
7 Better would be either to not need it in the first place, or to choose
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
8 a more descriptive name. */
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
9 #ifndef LD_SWITCH_SYSTEM_tmp
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
10 #define LD_SWITCH_SYSTEM_tmp /* empty */
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
11 #endif
167aa6212e5a (LD_SWITCH_SYSTEM_tmp): Define if undefined.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
12
28264
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
13 /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
14 is necessary. Otherwise Emacs dumps core when run -nw. */
db6bbbe07da8 (LIBS_TERMCAP): Undef.
Gerd Moellmann <gerd@gnu.org>
parents: 25844
diff changeset
15 #undef LIBS_TERMCAP
51877
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
16
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
17 #define TERMINFO
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
18 #define LIBS_TERMCAP -lncurses
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
19
51977
64835b08503d (LD_SWITCH_SYSTEM_TEMACS): Add undef.
Richard M. Stallman <rms@gnu.org>
parents: 51877
diff changeset
20 #undef LD_SWITCH_SYSTEM_TEMACS
51877
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
21 #undef LD_SWITCH_SYSTEM
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
22 #ifdef __ELF__
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
23
74123
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
24 /* Han Boetes <han@mijncomputer.nl> says this
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
25 is necessary, otherwise Emacs dumps core on elf systems. */
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
26 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
27
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
28 /* The version of gcc on OpenBSD doesn't search /usr/local/lib by
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
29 default. */
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
30 #define LD_SWITCH_X_DEFAULT -L/usr/local/lib
51877
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
31
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
32 #else
74123
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
33
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
34 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp
8a39f8452a5b (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from
Chong Yidong <cyd@stupidchicken.com>
parents: 73557
diff changeset
35 #define LD_SWITCH_X_DEFAULT -L/usr/local/lib
51877
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
36
cf068b0ef3c5 Don't include bsd4-3.h.
Richard M. Stallman <rms@gnu.org>
parents: 28264
diff changeset
37 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
38
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
39 /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51977
diff changeset
40 (do not change this comment) */