Mercurial > emacs
annotate src/s/isc4-1.h @ 51829:d508ffa43505
2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer
changes; there's third party code that calls this function
directly.
2003-07-07 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-fonts.el (javadoc-font-lock-keywords,
autodoc-font-lock-keywords): Don't byte compile on font lock
initialization when running from byte compiled files.
2003-07-06 Alan Mackenzie <bug-cc-mode@gnu.org>
* cc-engine.el: Fix AWK mode indentation when previous statement
ends with auto-increment "++".
2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
* cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits,
c-lang-variable-inits-tail): The values of these are changed, so
declare them as variables and not constants.
author | Martin Stjernholm <mast@lysator.liu.se> |
---|---|
date | Tue, 08 Jul 2003 23:21:04 +0000 |
parents | 556de690adf1 |
children | 695cf19ef79e |
rev | line source |
---|---|
12713 | 1 #include "isc3-0.h" |
2 | |
3 /* ISC 4.1 has renamed __setostype, but also has fixed the bug | |
4 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */ | |
5 #undef EXTRA_INITIALIZE | |
6 | |
7 #define ISC4_1 | |
8 | |
9 #undef LIBS_SYSTEM | |
10 #define LIBS_SYSTEM -linet | |
11 | |
12913
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
12 /* uddeborg@carmen.se recommends the rest of this file. */ |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
13 |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
14 /* A special startup file is used when compiling with Posix. */ |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
15 #define START_FILES pre-crt0.o /lib/crtp1.o |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
16 |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
17 /* -lPW is only needed if not using Gcc. */ |
12713 | 18 #undef LIB_STANDARD |
12913
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
19 #if defined (__GNUC__) |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
20 # define LIB_STANDARD -lcposix -lc /lib/crtn.o |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
21 #else /* !__GNUC__ */ |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
22 # define LIB_STANDARD -lPW -lcposix -lc /lib/crtn.o |
92c12902ae8d
(NO_SOCKETS_IN_FILE_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12755
diff
changeset
|
23 #endif /* !__GNUC__ */ |
12755
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
24 |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
25 /* We have Posix termios. */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
26 #define HAVE_TERMIOS |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
27 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
28 /* defined at the same time. */ |
7a567a79b03b
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12713
diff
changeset
|
29 #undef HAVE_TERMIO |
41184
556de690adf1
(HAVE_SYS_WAIT_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
14441
diff
changeset
|
30 |
556de690adf1
(HAVE_SYS_WAIT_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
14441
diff
changeset
|
31 /* ISC 4.1 has sys/wait.h but it does not work right. */ |
556de690adf1
(HAVE_SYS_WAIT_H): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
14441
diff
changeset
|
32 #undef HAVE_SYS_WAIT_H |