diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | ab5796a9f97180707734a81320e3eb81937281fe (patch) | |
tree | eef8aa4dd3733966628c6a43bd924b51557519e9 /src/s | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'src/s')
105 files changed, 303 insertions, 0 deletions
diff --git a/src/s/386-ix.h b/src/s/386-ix.h index dc17281df01..33658dd65e6 100644 --- a/src/s/386-ix.h +++ b/src/s/386-ix.h @@ -13,3 +13,6 @@ /* This is said to be needed as a result of having _insque rather than insque in -loldX. This may not always be the right thing. */ #define WRONG_NAME_INSQUE + +/* arch-tag: c2fc2d64-46fd-4a87-933b-85eff622829c + (do not change this comment) */ diff --git a/src/s/386bsd.h b/src/s/386bsd.h index 427dc2003de..706fbf23acb 100644 --- a/src/s/386bsd.h +++ b/src/s/386bsd.h @@ -22,3 +22,6 @@ /* This affects a declaration in xrdb.c. */ #define DECLARE_GETPWUID_WITH_UID_T + +/* arch-tag: 8a114892-0863-4285-a4cb-3d66ba2d8e7b + (do not change this comment) */ diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index 330cbae4279..b96bf4373b3 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h @@ -213,3 +213,5 @@ Boston, MA 02111-1307, USA. */ /* For unexaix.c. */ #define ALIGN_DATA_RELOC +/* arch-tag: bfff798c-542d-4290-91f2-267394c85b7b + (do not change this comment) */ diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h index 04c8ccf44ad..6c8458cc8a4 100644 --- a/src/s/aix3-2-5.h +++ b/src/s/aix3-2-5.h @@ -28,3 +28,6 @@ /* Bill Woodward <wpwood@austin.ibm.com> says: libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ #define LIB_MOTIF -lIM -lXm + +/* arch-tag: 692b3acb-5383-4cfb-93f6-378b5c48c75e + (do not change this comment) */ diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index b8e5bd6d65b..6dfbe5d751c 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -49,3 +49,6 @@ lose declaring char * rindex without this. It is just a guess which versions of AIX need this definition. */ #undef HAVE_STRING_H + +/* arch-tag: 0935754d-67e1-4697-978a-3e9976da05c3 + (do not change this comment) */ diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index e179684f3b6..21d05cb154d 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h @@ -40,3 +40,6 @@ /* Unfortunately without libXmu we cannot support EditRes. */ #define NO_EDITRES #endif + +/* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e + (do not change this comment) */ diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index fbc20b24a58..66b7d322b56 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -1,3 +1,6 @@ #include "aix4-1.h" #undef ALIGN_DATA_RELOC + +/* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562 + (do not change this comment) */ diff --git a/src/s/aix4.h b/src/s/aix4.h index 5e1be65241e..b2ed15f75ea 100644 --- a/src/s/aix4.h +++ b/src/s/aix4.h @@ -12,3 +12,6 @@ /* Specify the type that the 3rd arg of `accept' points to. It is just a guess which versions of AIX need this definition. */ #define SOCKLEN_TYPE int + +/* arch-tag: b9471dfc-ccdc-4980-a8a1-80c7627ec6b2 + (do not change this comment) */ diff --git a/src/s/bsd386.h b/src/s/bsd386.h index 99280daf832..30833b5ff9a 100644 --- a/src/s/bsd386.h +++ b/src/s/bsd386.h @@ -43,3 +43,6 @@ #endif #define GETPGRP_NO_ARG 1 + +/* arch-tag: 867e3bb8-e9df-4763-9c82-8f4accb8209e + (do not change this comment) */ diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h index fc797755c08..624f7090f80 100644 --- a/src/s/bsd4-1.h +++ b/src/s/bsd4-1.h @@ -127,3 +127,6 @@ Boston, MA 02111-1307, USA. */ /* Special library needed for linking for 4.1. */ #define LIBS_SYSTEM -ljobs + +/* arch-tag: de56716a-ed9b-4851-a5c5-c882efaf9931 + (do not change this comment) */ diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 27ad9a5fe6e..e39a8c81948 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h @@ -118,3 +118,6 @@ Boston, MA 02111-1307, USA. */ /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS + +/* arch-tag: 38ca640f-549e-4726-a257-71048ab4c480 + (do not change this comment) */ diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index 46cb3a53528..f5db6fbb5cd 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h @@ -118,3 +118,5 @@ Boston, MA 02111-1307, USA. */ #define SIGNALS_VIA_CHARACTERS +/* arch-tag: 0c367245-bde3-492e-9029-3ff6898beb95 + (do not change this comment) */ diff --git a/src/s/bsdos2-1.h b/src/s/bsdos2-1.h index 7a8b6630d02..244d58f5137 100644 --- a/src/s/bsdos2-1.h +++ b/src/s/bsdos2-1.h @@ -4,3 +4,6 @@ #undef LIB_X11_LIB #define LIB_X11_LIB -L/usr/X11/lib -lX11 -lipc + +/* arch-tag: cf1ada4a-cdbf-452b-a264-ff84dd523e97 + (do not change this comment) */ diff --git a/src/s/bsdos2.h b/src/s/bsdos2.h index a6970b65491..9e1e82fd75a 100644 --- a/src/s/bsdos2.h +++ b/src/s/bsdos2.h @@ -9,3 +9,6 @@ #undef KERNEL_FILE #define KERNEL_FILE "/bsd" + +/* arch-tag: 25ce1827-1511-4305-9058-24dd2118b5b4 + (do not change this comment) */ diff --git a/src/s/bsdos3.h b/src/s/bsdos3.h index faa5f821e20..20a9704e14f 100644 --- a/src/s/bsdos3.h +++ b/src/s/bsdos3.h @@ -4,3 +4,6 @@ #undef LIBS_SYSTEM #define LIBS_SYSTEM -lkvm + +/* arch-tag: 726766f3-5a62-48bf-8e21-3b21ec6abe6f + (do not change this comment) */ diff --git a/src/s/bsdos4.h b/src/s/bsdos4.h index 6c3e498deb8..540e4a7d790 100644 --- a/src/s/bsdos4.h +++ b/src/s/bsdos4.h @@ -21,3 +21,6 @@ #define LIB_GCC #endif /* not __ELF__ */ + +/* arch-tag: 7659632a-a879-4153-bb8b-3765a1463ca1 + (do not change this comment) */ diff --git a/src/s/cxux.h b/src/s/cxux.h index c39f2413cc2..fd8b00ff2b4 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h @@ -230,3 +230,6 @@ Boston, MA 02111-1307, USA. */ Note that emacs carefully avoids static vars inside functions. */ /* #define static */ + +/* arch-tag: 5febe5fe-f0b0-49cb-9280-9d5a9fa43710 + (do not change this comment) */ diff --git a/src/s/cxux7.h b/src/s/cxux7.h index 83323a98642..b9ecf45f6bb 100644 --- a/src/s/cxux7.h +++ b/src/s/cxux7.h @@ -5,3 +5,6 @@ #define USING_CX_UX_7 #include "cxux.h" + +/* arch-tag: 520cfbad-fd5c-4b3b-ace4-66e9bcd31a60 + (do not change this comment) */ diff --git a/src/s/cygwin.h b/src/s/cygwin.h index d10a7264053..033eb636966 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -144,3 +144,6 @@ Boston, MA 02111-1307, USA. */ #define vfork fork /* the end */ + +/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b + (do not change this comment) */ diff --git a/src/s/darwin.h b/src/s/darwin.h index e9faa6605ce..5f2aa0ca309 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -316,3 +316,6 @@ struct kboard; #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs)) #define select sys_select #endif + +/* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41 + (do not change this comment) */ diff --git a/src/s/dgux.h b/src/s/dgux.h index 95dee6b2571..4c4a84d9996 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -349,3 +349,6 @@ extern struct sigaction act, oact; /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS + +/* arch-tag: 1b6d117d-82d2-4480-a6d0-3f7a8360f658 + (do not change this comment) */ diff --git a/src/s/dgux4.h b/src/s/dgux4.h index 188429c1aee..7a1eaf42105 100644 --- a/src/s/dgux4.h +++ b/src/s/dgux4.h @@ -137,3 +137,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define PENDING_OUTPUT_COUNT(FILE) (1) #endif /* NOT_C_CODE */ + +/* arch-tag: c7013e7b-6e2e-44f2-ba61-90b6d5e2ea45 + (do not change this comment) */ diff --git a/src/s/dgux5-4-3.h b/src/s/dgux5-4-3.h index 8091b9f88cc..3d4c4775c91 100644 --- a/src/s/dgux5-4-3.h +++ b/src/s/dgux5-4-3.h @@ -62,3 +62,6 @@ Boston, MA 02111-1307, USA. */ /* This is needed according to Ehud Karni <ehud@unix.simonwiesel.co.il> for m88k-dg-dgux5.4R3.10. */ #undef BSD_PGRPS + +/* arch-tag: c11938c9-0cb0-4652-88aa-7eb80bf1cda9 + (do not change this comment) */ diff --git a/src/s/dgux5-4r2.h b/src/s/dgux5-4r2.h index 1eaeccdf269..7121f5e18a3 100644 --- a/src/s/dgux5-4r2.h +++ b/src/s/dgux5-4r2.h @@ -45,3 +45,6 @@ Boston, MA 02111-1307, USA. */ caused trouble on DGUX 5.4.2. */ #define LIBS_SYSTEM -ldgc #endif + +/* arch-tag: a14f4043-6caa-4f01-a9b9-ae0fb0d2c96e + (do not change this comment) */ diff --git a/src/s/domain.h b/src/s/domain.h index dc57f8ff9a3..ebcdc7ea365 100644 --- a/src/s/domain.h +++ b/src/s/domain.h @@ -2,3 +2,6 @@ /* Inhibit using -X, which is the default. */ #define LD_SWITCH_SYSTEM + +/* arch-tag: 08941c4f-d0b6-4ad6-b7e3-7e7fe76c0e94 + (do not change this comment) */ diff --git a/src/s/esix.h b/src/s/esix.h index 64d0822bf5f..357e7736476 100644 --- a/src/s/esix.h +++ b/src/s/esix.h @@ -22,3 +22,6 @@ #define NO_SIOCTL_H #define NEED_PTEM_H #define BROKEN_FIONREAD + +/* arch-tag: d66e6a70-0812-437d-aa35-9b01bd474941 + (do not change this comment) */ diff --git a/src/s/esix5r4.h b/src/s/esix5r4.h index d8cf0184f3a..4240f3d7f4a 100644 --- a/src/s/esix5r4.h +++ b/src/s/esix5r4.h @@ -22,3 +22,6 @@ /* zircon!joe says this makes X windows work. */ # define BROKEN_FIONREAD #endif + +/* arch-tag: 2d314ae9-0357-4ddf-96e5-cf821071ba4b + (do not change this comment) */ diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 7758d8c15cd..f3049724d12 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -219,3 +219,6 @@ Boston, MA 02111-1307, USA. */ of sigblock says it is obsolete. */ #define POSIX_SIGNALS 1 + +/* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb + (do not change this comment) */ diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ac0ad0b014d..efdc2bc00ef 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -362,3 +362,6 @@ Boston, MA 02111-1307, USA. */ #define GC_LISP_OBJECT_ALIGNMENT 2 #endif #endif + +/* arch-tag: 6244ea2a-abd0-44ec-abec-ff3dcc9afea9 + (do not change this comment) */ diff --git a/src/s/gnu.h b/src/s/gnu.h index 807ff80378b..f7fb4899db9 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -92,3 +92,6 @@ Boston, MA 02111-1307, USA. */ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) #endif /* !_IO_STDIO_H */ #endif /* emacs */ + +/* arch-tag: 577983d9-87a6-4922-b8f8-ff2b563714a4 + (do not change this comment) */ diff --git a/src/s/hiuxmpp.h b/src/s/hiuxmpp.h index 5175bd10bfe..04e0bd4f72c 100644 --- a/src/s/hiuxmpp.h +++ b/src/s/hiuxmpp.h @@ -42,3 +42,5 @@ #undef LDAV_SYMBOL #define LDAV_SYMBOL "avenrun" +/* arch-tag: c5422584-cd86-4e10-8089-9f604523dab7 + (do not change this comment) */ diff --git a/src/s/hiuxwe2.h b/src/s/hiuxwe2.h index 5175bd10bfe..004ddd95043 100644 --- a/src/s/hiuxwe2.h +++ b/src/s/hiuxwe2.h @@ -42,3 +42,5 @@ #undef LDAV_SYMBOL #define LDAV_SYMBOL "avenrun" +/* arch-tag: c56449e1-6d1b-4537-a596-0b08b8e4ec73 + (do not change this comment) */ diff --git a/src/s/hpux.h b/src/s/hpux.h index 9a2e7e845f8..debf6aad6d3 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -221,3 +221,6 @@ Boston, MA 02111-1307, USA. */ /* It's possible that HPUX 7 has sys/wait.h but it does not work right. */ #undef HAVE_SYS_WAIT_H #endif + +/* arch-tag: 75c1239f-fedb-4f64-8f86-7893e75699e8 + (do not change this comment) */ diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 8e661188d72..a15b81a5e90 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -9,3 +9,5 @@ don't exist from 10.20 on (see process.c) */ #undef POLL_INTERRUPTED_SYS_CALL +/* arch-tag: 8d8dcbf1-ca9b-48a1-94be-b750de18a5c6 + (do not change this comment) */ diff --git a/src/s/hpux10.h b/src/s/hpux10.h index ba0a11ff60d..3612cfe0027 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -60,3 +60,6 @@ Causes "poll: interrupted system call" messages when Emacs is run in an X window (see process.c) */ #define POLL_INTERRUPTED_SYS_CALL + +/* arch-tag: 1b95d569-a3c1-4fb0-8f69-fef264c17c24 + (do not change this comment) */ diff --git a/src/s/hpux11.h b/src/s/hpux11.h index 1d49d6eedca..7bd4afb116b 100644 --- a/src/s/hpux11.h +++ b/src/s/hpux11.h @@ -13,3 +13,6 @@ /* It does work on HPUX to open the pty's tty in the parent (Emacs), then close and reopen it in the child. */ #define USG_SUBTTY_WORKS + +/* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b + (do not change this comment) */ diff --git a/src/s/hpux8.h b/src/s/hpux8.h index a151769fcf9..e73c630e825 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -69,3 +69,6 @@ /* Enable a special hack in XTread_socket. */ #define X_IO_BUG + +/* arch-tag: 25fafe5c-b26c-43ab-8144-1629d59207ee + (do not change this comment) */ diff --git a/src/s/hpux9-x11r4.h b/src/s/hpux9-x11r4.h index 7d321162eae..6a701d5a412 100644 --- a/src/s/hpux9-x11r4.h +++ b/src/s/hpux9-x11r4.h @@ -8,3 +8,5 @@ #undef LD_SWITCH_X_DEFAULT #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.1 +/* arch-tag: 47664d7b-23ce-43e6-acdd-044a4be08da3 + (do not change this comment) */ diff --git a/src/s/hpux9.h b/src/s/hpux9.h index d73d3b7ce8d..7562c6ae7ef 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h @@ -71,3 +71,5 @@ #undef HAVE_RINT +/* arch-tag: 0a5e9f05-012c-4962-a222-a7a3a7fe0ab7 + (do not change this comment) */ diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index 41ef98741c0..d273d2e7787 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h @@ -11,3 +11,6 @@ #define C_DEBUG_SWITCH #endif #endif + +/* arch-tag: 1b259627-c5f6-4260-866f-781b06d72f6b + (do not change this comment) */ diff --git a/src/s/hpux9shxr4.h b/src/s/hpux9shxr4.h index 7f59f64b777..63810273698 100644 --- a/src/s/hpux9shxr4.h +++ b/src/s/hpux9shxr4.h @@ -6,3 +6,5 @@ #undef LD_SWITCH_X_DEFAULT #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.1 +/* arch-tag: 7f68b8b6-c733-4e6c-81df-39d8d13fb656 + (do not change this comment) */ diff --git a/src/s/iris3-5.h b/src/s/iris3-5.h index 1b8e045ce79..51391d56e9d 100644 --- a/src/s/iris3-5.h +++ b/src/s/iris3-5.h @@ -160,3 +160,6 @@ Boston, MA 02111-1307, USA. */ /* This is how to get the device name of the tty end of a pty. */ #define PTY_TTY_NAME_SPRINTF \ sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); + +/* arch-tag: 41161051-477f-44be-bb2a-0eead3142157 + (do not change this comment) */ diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index 56e0e06fefc..50d0962e48f 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h @@ -157,3 +157,6 @@ Boston, MA 02111-1307, USA. */ /* This is how to get the device name of the tty end of a pty. */ #define PTY_TTY_NAME_SPRINTF \ sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); + +/* arch-tag: cdf2033e-a2d5-43e1-a1a2-a7243cf41a11 + (do not change this comment) */ diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 1d02c5c3270..fad50aa20f8 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h @@ -150,3 +150,6 @@ Boston, MA 02111-1307, USA. */ /* This was formerly in LIBS_MACHINE in iris4d.h, but it is not needed for newer system versions. */ #define LIBS_SYSTEM -lsun + +/* arch-tag: cccdd761-2ae9-4e71-a33e-749681c01889 + (do not change this comment) */ diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h index 4144c34d9af..215cbdc32de 100644 --- a/src/s/irix4-0.h +++ b/src/s/irix4-0.h @@ -51,3 +51,6 @@ return -1; \ strcpy (pty_name, name); \ } + +/* arch-tag: cfd7e200-a4dc-4f67-9a32-4184c10b0c57 + (do not change this comment) */ diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 1bdd479eb9f..91017fb56d2 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -113,3 +113,6 @@ char *_getpty(); #define NARROWPROTO 1 #define USE_MMAP_FOR_BUFFERS 1 + +/* arch-tag: ad0660e0-acf8-46ae-b866-4f3df5b1101b + (do not change this comment) */ diff --git a/src/s/irix5-2.h b/src/s/irix5-2.h index a9056fae8c1..b9cca67acdf 100644 --- a/src/s/irix5-2.h +++ b/src/s/irix5-2.h @@ -16,3 +16,6 @@ for jpff@maths.bath.ac.uk. Note that irix6-0.h does not include this file, only irix5-0.h. */ #define NO_WTMP_FILE + +/* arch-tag: e2f820c1-2a3e-4cee-b5f1-6ce8ab21f439 + (do not change this comment) */ diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h index ef86c975573..e60120d3f6a 100644 --- a/src/s/irix6-0.h +++ b/src/s/irix6-0.h @@ -35,3 +35,6 @@ /* Tested on Irix 6.5. SCM worked on earlier versions. */ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + +/* arch-tag: a775e465-a619-4655-a58f-5982aad0c624 + (do not change this comment) */ diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 7e29dc284b1..c1cc42a8c0e 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h @@ -32,3 +32,6 @@ #undef ospeed #undef TIOCSIGSEND /* defined in usg5-4.h */ + +/* arch-tag: d7ad9ec2-54ad-4b2f-adf2-0070c5c63e83 + (do not change this comment) */ diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index f669fc2c141..88f216b77d8 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h @@ -75,3 +75,6 @@ /* Some versions of ISC are said to define S_IFLNK even tho they don't really support symlinks. */ #undef S_IFLNK + +/* arch-tag: 4de02713-eac5-4360-9d36-fd82c7a3ae44 + (do not change this comment) */ diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h index 327f605ff7e..bbd4e8609d1 100644 --- a/src/s/isc3-0.h +++ b/src/s/isc3-0.h @@ -44,3 +44,6 @@ It won't be needed for 4.1. */ #define EXTRA_INITIALIZE __setostype (0) #endif + +/* arch-tag: c1aca3f2-813d-4c1c-ad64-ca6c20ec9bfb + (do not change this comment) */ diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index ccd6cb0627f..d180b5d182c 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h @@ -28,3 +28,6 @@ sigprocmask (SIG_SETMASK, &sigprocmask_set, NULL)) #endif #endif /* not POSIX_SIGNALS */ + +/* arch-tag: 1278f86f-17f2-462d-88c9-85e4b5faa5c3 + (do not change this comment) */ diff --git a/src/s/isc4-1.h b/src/s/isc4-1.h index df549b9fb7b..c37537e629c 100644 --- a/src/s/isc4-1.h +++ b/src/s/isc4-1.h @@ -30,3 +30,6 @@ /* ISC 4.1 has sys/wait.h but it does not work right. */ #undef HAVE_SYS_WAIT_H + +/* arch-tag: ec5c77d9-a330-4d93-8117-d2b374531c67 + (do not change this comment) */ diff --git a/src/s/lynxos.h b/src/s/lynxos.h index 576c4093c51..017e1892c10 100644 --- a/src/s/lynxos.h +++ b/src/s/lynxos.h @@ -54,3 +54,6 @@ Boston, MA 02111-1307, USA. */ /* warning messages */ #define C_SWITCH_SYSTEM -D__NO_INCLUDE_WARN__ #define LIBS_SYSTEM -lbsd + +/* arch-tag: fbc81ec9-1c45-416b-a368-799ae7c094a1 + (do not change this comment) */ diff --git a/src/s/mach-bsd4-3.h b/src/s/mach-bsd4-3.h index df4640b3fc5..e012679c5ff 100644 --- a/src/s/mach-bsd4-3.h +++ b/src/s/mach-bsd4-3.h @@ -3,3 +3,6 @@ you're in deep shit. */ #include "bsd4-3.h" + +/* arch-tag: 7f7f00f6-ae34-413e-9e6a-1d3b3e3d07e8 + (do not change this comment) */ diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 6d38d4fa592..09d31ed2e04 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -492,3 +492,6 @@ extern void _DebPrint (const char *fmt, ...); /* ============================================================ */ + +/* arch-tag: 5d4a3a1c-40dc-4dea-9c7c-38fed9ae0eae + (do not change this comment) */ diff --git a/src/s/msdos.h b/src/s/msdos.h index 9c9205a33ad..cef2184a37b 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -275,3 +275,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + +/* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0 + (do not change this comment) */ diff --git a/src/s/netbsd.h b/src/s/netbsd.h index c48ac6d32fa..206ff55c854 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -138,3 +138,5 @@ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS +/* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 + (do not change this comment) */ diff --git a/src/s/newsos5.h b/src/s/newsos5.h index 7c782a40cd4..f4ab0597eee 100644 --- a/src/s/newsos5.h +++ b/src/s/newsos5.h @@ -47,3 +47,6 @@ Boston, MA 02111-1307, USA. */ #ifndef HAVE_SOCKETS #define HAVE_SOCKETS #endif + +/* arch-tag: 2bb78fcd-fbc4-46dd-a14b-e4a9be957fe0 + (do not change this comment) */ diff --git a/src/s/newsos6.h b/src/s/newsos6.h index d4e67f7e4cf..ca3dbe706d0 100644 --- a/src/s/newsos6.h +++ b/src/s/newsos6.h @@ -4,3 +4,6 @@ #define NEWSOS6 #define HAVE_TEXT_START + +/* arch-tag: a0db9cb0-43bb-4f9e-85fa-384e30f02d74 + (do not change this comment) */ diff --git a/src/s/nextstep.h b/src/s/nextstep.h index e40cdb56ec7..36549e88bfa 100644 --- a/src/s/nextstep.h +++ b/src/s/nextstep.h @@ -110,3 +110,6 @@ Boston, MA 02111-1307, USA. */ /* Tell emacs.c not to define abort. */ #define NO_ABORT + +/* arch-tag: 5cd6fed4-a0be-4402-9349-85a80bc01d57 + (do not change this comment) */ diff --git a/src/s/openbsd.h b/src/s/openbsd.h index 7273f48e20f..d3730324ce8 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h @@ -23,3 +23,6 @@ #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp #endif + +/* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 + (do not change this comment) */ diff --git a/src/s/osf1.h b/src/s/osf1.h index e05f429a743..61ac04c5f1f 100644 --- a/src/s/osf1.h +++ b/src/s/osf1.h @@ -72,3 +72,6 @@ emacs_close (dummy); \ } \ while (0) + +/* arch-tag: 65eaea67-fcc3-4de7-8574-d46beb82d4ed + (do not change this comment) */ diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h index eef028a6e3e..4f22f6d641b 100644 --- a/src/s/osf5-0.h +++ b/src/s/osf5-0.h @@ -20,3 +20,6 @@ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + +/* arch-tag: 89580064-dd8c-4533-a47c-0f92d8090945 + (do not change this comment) */ diff --git a/src/s/ptx.h b/src/s/ptx.h index ae76c35f3e6..dab0f0f205f 100644 --- a/src/s/ptx.h +++ b/src/s/ptx.h @@ -169,3 +169,6 @@ struct timezone /* Kenneth Stailey <kstailey@eagle.dol-esa.gov> says this is needed. */ #define POSIX_SIGNALS + +/* arch-tag: 4f5e3abc-643b-413a-bae6-ed212d3af997 + (do not change this comment) */ diff --git a/src/s/ptx4-2.h b/src/s/ptx4-2.h index cc8e2111cf7..3940093c28d 100644 --- a/src/s/ptx4-2.h +++ b/src/s/ptx4-2.h @@ -15,3 +15,6 @@ #ifdef _MALLOC_INTERNAL #define _POSIX_SOURCE #endif + +/* arch-tag: 10a9fab3-9e84-4e9e-9535-6ff42baf9e77 + (do not change this comment) */ diff --git a/src/s/ptx4.h b/src/s/ptx4.h index 2505a5dfa03..295cb27d1a3 100644 --- a/src/s/ptx4.h +++ b/src/s/ptx4.h @@ -35,3 +35,6 @@ fatal ("ioctl I_PUSH ldterm", errno); \ if (ioctl (xforkin, I_PUSH, "ttcompat") == -1 && errno != EINVAL) \ fatal ("ioctl I_PUSH ttcompat", errno); + +/* arch-tag: 14621824-8dca-432b-a97a-049fc4ce0e9f + (do not change this comment) */ diff --git a/src/s/riscix1-1.h b/src/s/riscix1-1.h index 605ed688bcd..15092f59add 100644 --- a/src/s/riscix1-1.h +++ b/src/s/riscix1-1.h @@ -23,3 +23,6 @@ Boston, MA 02111-1307, USA. */ #define RISCiX 11 #define CRT0_O /lib/crt0.o #include "bsd4-3.h" + +/* arch-tag: 382df034-9843-4a82-8a3a-2e50a4dd532c + (do not change this comment) */ diff --git a/src/s/riscix12.h b/src/s/riscix12.h index cbc78d58b95..988fbd61ba0 100644 --- a/src/s/riscix12.h +++ b/src/s/riscix12.h @@ -23,3 +23,6 @@ Boston, MA 02111-1307, USA. */ #define RISCiX 12 #define CRT0_O /usr/lib/crt0.o #include "bsd4-3.h" + +/* arch-tag: f6b21e0a-f676-418a-9c8a-10fa8cd9dba7 + (do not change this comment) */ diff --git a/src/s/riscos5.h b/src/s/riscos5.h index c4b1919bf06..6ebf412c1d6 100644 --- a/src/s/riscos5.h +++ b/src/s/riscos5.h @@ -9,3 +9,6 @@ extern double atof (); #define LD_SWITCH_SYSTEM -non_shared #define GETPGRP_NO_ARG + +/* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7 + (do not change this comment) */ diff --git a/src/s/rtu.h b/src/s/rtu.h index 80dccaafc8d..afe63b5efcc 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h @@ -144,3 +144,6 @@ Boston, MA 02111-1307, USA. */ /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS + +/* arch-tag: 0908970b-1cc0-4d57-b866-61b9bd029a0d + (do not change this comment) */ diff --git a/src/s/sco4.h b/src/s/sco4.h index 67b96eee59a..b39c7a75459 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h @@ -141,3 +141,6 @@ Boston, MA 02111-1307, USA. */ #define NO_SOCKETS_IN_FILE_SYSTEM #define NARROWPROTO 1 + +/* arch-tag: 4dd6fe94-bcb7-4be0-942a-ff4bc3cd914e + (do not change this comment) */ diff --git a/src/s/sco5.h b/src/s/sco5.h index 8b091f63b53..096944b833d 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -171,3 +171,6 @@ extern SIGMASKTYPE sigprocmask_set; #define LIB_STANDARD -lc /usr/ccs/lib/crtn.o #define NARROWPROTO 1 + +/* arch-tag: 930541b5-52d9-4cbe-b73c-f4c72091f5df + (do not change this comment) */ diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h index a4fc6097905..b45ec57ef1f 100644 --- a/src/s/sol2-3.h +++ b/src/s/sol2-3.h @@ -48,3 +48,6 @@ strncpy (pty_name, ptyname, sizeof (pty_name)); \ pty_name[sizeof (pty_name) - 1] = 0; \ } + +/* arch-tag: a8fe2e15-e517-49cb-a863-f346b80885fe + (do not change this comment) */ diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index ad4fb0c5fd6..8ac97eaa6df 100644 --- a/src/s/sol2-4.h +++ b/src/s/sol2-4.h @@ -33,3 +33,5 @@ are in this directory on Solaris 2.4. */ #define C_SWITCH_X_SYSTEM -I/usr/dt/include +/* arch-tag: 6f0de37b-cfda-427a-a5ae-b83ed54aaae7 + (do not change this comment) */ diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 600ab999486..e02f0b82bc0 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -31,3 +31,6 @@ /* Probably OK also on earlier versions. */ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + +/* arch-tag: 96d65526-21c9-4547-a797-2bd575c05be7 + (do not change this comment) */ diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 94651397658..a43443e48c2 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h @@ -6,3 +6,6 @@ #undef UNEXEC #define UNEXEC unexsol.o #endif + +/* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca + (do not change this comment) */ diff --git a/src/s/sol2.h b/src/s/sol2.h index ed82812bc67..5f7d781f3e3 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -51,3 +51,6 @@ #endif #define USE_MMAP_FOR_BUFFERS 1 + +/* arch-tag: b0640f78-5ad5-4093-97c3-5b3abbf5a2be + (do not change this comment) */ diff --git a/src/s/sunos4-0.h b/src/s/sunos4-0.h index 0b192f8ae00..d108df68640 100644 --- a/src/s/sunos4-0.h +++ b/src/s/sunos4-0.h @@ -47,3 +47,6 @@ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS + +/* arch-tag: 362f3bfc-810d-4f6e-9b83-5a32f8f1a926 + (do not change this comment) */ diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 9c6b9cede23..2e41c55bbfe 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -31,3 +31,6 @@ /* Define dlopen, dlclose, dlsym. */ #define USE_DL_STUBS + +/* arch-tag: 154e2eb2-2180-4d66-90b9-7e56a22004f2 + (do not change this comment) */ diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 5dedb2947f6..9f40f2fa3af 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -11,3 +11,6 @@ #endif #define USE_MMAP_FOR_BUFFERS 1 + +/* arch-tag: ebd184b0-9084-4306-8e71-c0437330e1e1 + (do not change this comment) */ diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index d6335326bbb..8427201cda3 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -57,3 +57,6 @@ #endif #endif /* not HAVE_X11R6 */ + +/* arch-tag: cb54321a-ed45-4c17-a23e-1c157758da78 + (do not change this comment) */ diff --git a/src/s/template.h b/src/s/template.h index f4d806de146..e969c72e0aa 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -184,3 +184,6 @@ Boston, MA 02111-1307, USA. */ If you've just fixed a problem in an existing configuration file, you should also check `etc/MACHINES' to make sure its descriptions of known problems in that configuration should be updated. */ + +/* arch-tag: 4b426b11-cb2e-4c0e-a488-e663f76a0515 + (do not change this comment) */ diff --git a/src/s/ultrix4-3.h b/src/s/ultrix4-3.h index c8d5e4a324e..2b4f379d3d1 100644 --- a/src/s/ultrix4-3.h +++ b/src/s/ultrix4-3.h @@ -11,3 +11,6 @@ /* The address of this is used, but Ultrix header files don't declare it. */ extern double rint (); #endif + +/* arch-tag: 927a396a-d50f-494b-960b-533671184ce1 + (do not change this comment) */ diff --git a/src/s/umax.h b/src/s/umax.h index eaa9b6c4bbc..36f5499a4b3 100644 --- a/src/s/umax.h +++ b/src/s/umax.h @@ -164,3 +164,6 @@ Boston, MA 02111-1307, USA. */ /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS + +/* arch-tag: 2860edda-ce9e-4cfa-943d-3a06c7045854 + (do not change this comment) */ diff --git a/src/s/umips.h b/src/s/umips.h index 1b573842ea4..3d497892c4b 100644 --- a/src/s/umips.h +++ b/src/s/umips.h @@ -69,3 +69,6 @@ /* High order bit must be stripped off nlist return values */ #define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff; + +/* arch-tag: 9b816c7d-6ee2-40d9-b6dc-42c0aeccfbec + (do not change this comment) */ diff --git a/src/s/unipl5-2.h b/src/s/unipl5-2.h index 9e61d3fac7c..0a395b22a09 100644 --- a/src/s/unipl5-2.h +++ b/src/s/unipl5-2.h @@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */ /* A system-specific loader switch is needed. */ #define LD_SWITCH_SYSTEM -N -L/lib/libg /usr/lib/unshared.ld + +/* arch-tag: d3f952a9-fef5-45d5-9c1e-c1c32bfef86c + (do not change this comment) */ diff --git a/src/s/unixware.h b/src/s/unixware.h index a4b02531bce..934821dd166 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -1,3 +1,6 @@ #include "usg5-4-2.h" #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) + +/* arch-tag: d82e92e7-9443-4a60-a581-7f293cbae8a3 + (do not change this comment) */ diff --git a/src/s/usg5-0.h b/src/s/usg5-0.h index 885ad00b1ba..ecce9d92c76 100644 --- a/src/s/usg5-0.h +++ b/src/s/usg5-0.h @@ -151,3 +151,6 @@ Boston, MA 02111-1307, USA. */ /* Prevent -lg from being used for debugging. Not implemented? */ #define LIBS_DEBUG + +/* arch-tag: a18bdba9-506d-40ed-9877-49fc27ce8cac + (do not change this comment) */ diff --git a/src/s/usg5-2-2.h b/src/s/usg5-2-2.h index 0c8e3c3d2df..a360fd64d7a 100644 --- a/src/s/usg5-2-2.h +++ b/src/s/usg5-2-2.h @@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */ /* Use terminfo instead of termcap. */ #define TERMINFO + +/* arch-tag: 56923f22-9e2b-4814-b922-88c87657ff6b + (do not change this comment) */ diff --git a/src/s/usg5-2.h b/src/s/usg5-2.h index e6f586da28d..375dba75f56 100644 --- a/src/s/usg5-2.h +++ b/src/s/usg5-2.h @@ -154,3 +154,6 @@ Boston, MA 02111-1307, USA. */ /* Use terminfo instead of termcap. */ #define TERMINFO + +/* arch-tag: cfd9500f-0284-4a88-8f07-3f56b42db13b + (do not change this comment) */ diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h index 5323bb694a6..de1a20d2658 100644 --- a/src/s/usg5-3.h +++ b/src/s/usg5-3.h @@ -205,3 +205,6 @@ Boston, MA 02111-1307, USA. */ /* On USG systems signal handlers return void */ #define SIGTYPE void + +/* arch-tag: 2bca65fd-f015-44b9-a2aa-9f8170ce89ca + (do not change this comment) */ diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index 351d51fe29b..8b11bc54eae 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h @@ -54,3 +54,6 @@ /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp is needed in UNIX_SV ... 4.2 1.1.2. */ #define LIB_MOTIF -lXm -lXimp + +/* arch-tag: 9bbfcfc1-19be-45a1-9699-af57b87da2c6 + (do not change this comment) */ diff --git a/src/s/usg5-4-3.h b/src/s/usg5-4-3.h index f7773cb0a13..8d05e8b3fa6 100644 --- a/src/s/usg5-4-3.h +++ b/src/s/usg5-4-3.h @@ -6,3 +6,6 @@ on start up for an i486-ncr-sysv4.3 (running the X toolkit): _XipOpenIM() Unable to find Atom _XIM_INPUTMETHOD */ #define X11R5_INHIBIT_I18N + +/* arch-tag: 03ac8b3a-c3d4-4441-a773-1c1d9f111f1a + (do not change this comment) */ diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 49554b9456f..719b8c389a3 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -193,3 +193,6 @@ Boston, MA 02111-1307, USA. */ SINIX. */ #undef LIBS_SYSTEM #define LIBS_SYSTEM -lgen + +/* arch-tag: 1a0ed909-5faa-434b-b7c3-9d86c63d53a6 + (do not change this comment) */ diff --git a/src/s/ux4800.h b/src/s/ux4800.h index 6544bfdebe3..1c8729f416b 100644 --- a/src/s/ux4800.h +++ b/src/s/ux4800.h @@ -15,3 +15,6 @@ #ifndef __GNUC__ #define C_DEBUG_SWITCH -O -KOlimit=3000 -ZXNd=5000 #endif + +/* arch-tag: e42eeb13-028a-490b-8427-0b57010f2ab9 + (do not change this comment) */ diff --git a/src/s/uxpds.h b/src/s/uxpds.h index 0b823aaab0d..c3ddf1039c1 100644 --- a/src/s/uxpds.h +++ b/src/s/uxpds.h @@ -6,3 +6,6 @@ #define XOS_NEEDS_TIME_H #define FSCALE 256 + +/* arch-tag: c02db2a6-c725-4a6b-adee-66e0303df2a8 + (do not change this comment) */ diff --git a/src/s/uxpv.h b/src/s/uxpv.h index 94ea91eb1a1..95715455984 100644 --- a/src/s/uxpv.h +++ b/src/s/uxpv.h @@ -9,3 +9,6 @@ #undef SYSTEM_TYPE #define SYSTEM_TYPE "uxpv" + +/* arch-tag: 3f00cfe7-f44c-45ce-a2fe-2b17fc411a1e + (do not change this comment) */ diff --git a/src/s/vms.h b/src/s/vms.h index 9f718099eef..dc7877eaa67 100644 --- a/src/s/vms.h +++ b/src/s/vms.h @@ -246,3 +246,6 @@ globalref char sdata[]; /* What separator do we use in paths? */ #define SEPCHAR ',' + +/* arch-tag: 76bc2b70-46d1-4334-8f12-955c0d0ca6d4 + (do not change this comment) */ diff --git a/src/s/vms4-0.h b/src/s/vms4-0.h index 3f11a3de30a..c7e0c7be585 100644 --- a/src/s/vms4-0.h +++ b/src/s/vms4-0.h @@ -1,2 +1,5 @@ #include "vms.h" #define VMS4_0 + +/* arch-tag: 734e1c69-d514-4441-bbcd-8b5db8ab1892 + (do not change this comment) */ diff --git a/src/s/vms4-2.h b/src/s/vms4-2.h index e632b87e09f..01ee788dd66 100644 --- a/src/s/vms4-2.h +++ b/src/s/vms4-2.h @@ -1,3 +1,5 @@ #include "vms.h" #define VMS4_2 +/* arch-tag: d9ff67bc-a899-44b2-a618-a73c821bb559 + (do not change this comment) */ diff --git a/src/s/vms4-4.h b/src/s/vms4-4.h index c0f60900d53..0abd8259143 100644 --- a/src/s/vms4-4.h +++ b/src/s/vms4-4.h @@ -1,3 +1,5 @@ #include "vms.h" #define VMS4_4 +/* arch-tag: 2e65c7ad-0d17-45a0-b4cb-3e76c72ea9d5 + (do not change this comment) */ diff --git a/src/s/vms5-5.h b/src/s/vms5-5.h index e51fedf6317..ac0ba9461a2 100644 --- a/src/s/vms5-5.h +++ b/src/s/vms5-5.h @@ -6,3 +6,6 @@ And defining it causes lossage because sys_errlist has a different number of elements. */ #undef SHARABLE_LIB_BUG + +/* arch-tag: 92acc416-61fe-44ae-b0e0-710cb9e38ec6 + (do not change this comment) */ diff --git a/src/s/windows95.h b/src/s/windows95.h index 62340c3744e..cf7f3f13c88 100644 --- a/src/s/windows95.h +++ b/src/s/windows95.h @@ -3,3 +3,6 @@ #include "windowsnt.h" #define WINDOWS95 + +/* arch-tag: 8a37be6f-312c-4b2a-919e-58a71a0fb4b3 + (do not change this comment) */ diff --git a/src/s/xenix.h b/src/s/xenix.h index be742120b60..c0840bcd3b3 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h @@ -206,3 +206,6 @@ Boston, MA 02111-1307, USA. */ are not declared. */ #define BROKEN_TIOCGETC + +/* arch-tag: 71d3985d-4e53-4572-8276-5dce26bbd076 + (do not change this comment) */ |