summaryrefslogtreecommitdiff
path: root/vms/README
blob: 110aaa81387a854d5ee5a738656326264e667f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  Copyright (C) 1992, 1997-2002, 2004-2010 Free Software Foundation, Inc.

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

** VMS

Warning: untested
  VMS users should try running the enclosed command file "make.com".
  It may be necessary to add :

#ifdef vms
#include <perror.h>
#endif

in system.h (see HAVE_STRERROR).

  If you do not have NLS :

#define ENABLE_NLS 0
#define HAVE_LIBINTL_H 0