X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/172bedefc979b19de6799b245e8843f84bfe70b5..bb7dce392f6d9d5fc4b9d7de09ff920a52f07669:/etc/PROBLEMS diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 58f2bb9bcf..4edab8a41d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -388,7 +388,7 @@ There are two different protocols in general use. One of them uses the `flock' system call. The other involves creating a lock file; `movemail' must be able to write in /usr/spool/mail in order to do this. You control which one is used by defining, or not defining, -the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes. +the macro MAIL_USE_FLOCK in config.h. IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR SYSTEM, YOU CAN LOSE MAIL! @@ -443,8 +443,8 @@ Thus, you could start by adding this to config.h: #define LIBS_SYSTEM -lresolv Then if this gives you an error for redefining a macro, and you see that -the s- file defines LIBS_SYSTEM as -lfoo -lbar, you could change config.h -again to say this: +config.h already defines LIBS_SYSTEM as -lfoo -lbar at some other point +(possibly in an included file) you could change it to say this: #define LIBS_SYSTEM -lresolv -lfoo -lbar @@ -2904,10 +2904,6 @@ should do. pen@lysator.liu.se says (Feb 1998) that the Compose key does work if you link with the MIT X11 libraries instead of the Solaris X11 libraries. -*** HP/UX 10: Large file support is disabled. -(HP/UX 10 was end-of-lifed in May 1999.) -See the comments in src/s/hpux10-20.h. - *** HP/UX: Emacs is slow using X11R5. This happens if you use the MIT versions of the X libraries--it