source: trunk/essentials/sys-apps/grep/vms/README

Last change on this file was 2557, checked in by bird, 19 years ago

grep 2.5.1a

File size: 274 bytes
Line 
1** VMS
2
3Warning: untested
4 VMS users should try running the enclosed command file "make.com".
5 It may be necessary to add :
6
7#ifdef vms
8#include <perror.h>
9#endif
10
11in system.h (see HAVE_STRERROR).
12
13 If you do not have NLS :
14
15#define ENABLE_NLS 0
16#define HAVE_LIBINTL_H 0
Note: See TracBrowser for help on using the repository browser.