Mercurial > emacs
annotate src/s/isc4-1.h @ 19593:6d421627bb8b
(nnmail-active-file-coding-system): New variable.
(nnmail-insert-xref): Encode pathname for Emacs 20.
(nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article,
nnmh-request-group, nnmh-possibly-change-directory): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
(nnmail-pathname-coding-system): New variable.
(nnmail-group-pathname): Encode pathname for Emacs 20.
nnmail-file-coding-system): New variable.
(nnmail-find-file): Bind `coding-system-for-read' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnmail-write-region): Bind `coding-system-for-write' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 28 Aug 1997 04:51:02 +0000 |
parents | a29eda7ceb21 |
children | 556de690adf1 |
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 |