Mercurial > emacs
annotate src/s/isc4-1.h @ 80402:bc43e42e2fb4
(url-digest-auth): Changed an if so that the interaction between the
PROMPT and OVERWRITE arguments can no longer result in the user being
queried twice for the same login and password information.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 31 Mar 2008 22:02:24 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
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 |
52401 | 33 |
34 /* arch-tag: ec5c77d9-a330-4d93-8117-d2b374531c67 | |
35 (do not change this comment) */ |