Copied the recent modifications of parse.y.
[nedit.git] / util / vmsParam.h
blob7e94760eee528523a274497d03393267e5283dce
1 /* $Id: vmsParam.h,v 1.4 2002/07/11 21:18:09 slobasso Exp $ */
3 #ifndef NEDIT_VMSPARAM_H_INCLUDED
4 #define NEDIT_VMSPARAM_H_INCLUDED
6 /*******************************************************************************
7 * *
8 * vmsParam.h - Parameter definitions for VMS systems. *
9 * *
10 * Copyright (c) 1993 Universities Research Association, Inc. *
11 * All rights reserved. *
12 * *
13 * This material resulted from work developed under a Government Contract and *
14 * is subject to the following license: The Government retains a paid-up, *
15 * nonexclusive, irrevocable worldwide license to reproduce, prepare derivative *
16 * works, perform publicly and display publicly by or for the Government, *
17 * including the right to distribute to other Government contractors. Neither *
18 * the United States nor the United States Department of Energy, nor any of *
19 * their employees, makes any warranty, express or implied, or assumes any *
20 * legal liability or responsibility for the accuracy, completeness, or *
21 * usefulness of any information, apparatus, product, or process disclosed, or *
22 * represents that its use would not infringe privately owned rights. *
23 * *
24 * Fermilab Nirvana GUI Library *
25 * April 6, 1993 *
26 * *
27 *******************************************************************************/
29 #ifdef VMS
31 #define MAXHOSTNAMELEN 255
32 #define MAXPATHLEN 255
34 #endif /*VMS*/
36 #endif /* NEDIT_VMSPARAM_H_INCLUDED */