Yet another attempted fix for 434383: menus showing up as blocks.
[nedit.git] / util / vmsParam.h
blobf8854a36cac806a33eedb8e96cd363a0ec9ddec0
1 /* $Id: vmsParam.h,v 1.2 2001/02/26 23:38:03 edg Exp $ */
2 /*******************************************************************************
3 * *
4 * vmsParam.h - Parameter definitions for VMS systems. *
5 * *
6 * Copyright (c) 1993 Universities Research Association, Inc. *
7 * All rights reserved. *
8 * *
9 * This material resulted from work developed under a Government Contract and *
10 * is subject to the following license: The Government retains a paid-up, *
11 * nonexclusive, irrevocable worldwide license to reproduce, prepare derivative *
12 * works, perform publicly and display publicly by or for the Government, *
13 * including the right to distribute to other Government contractors. Neither *
14 * the United States nor the United States Department of Energy, nor any of *
15 * their employees, makes any warranty, express or implied, or assumes any *
16 * legal liability or responsibility for the accuracy, completeness, or *
17 * usefulness of any information, apparatus, product, or process disclosed, or *
18 * represents that its use would not infringe privately owned rights. *
19 * *
20 * Fermilab Nirvana GUI Library *
21 * April 6, 1993 *
22 * *
23 *******************************************************************************/
25 #ifdef VMS
27 #define MAXHOSTNAMELEN 255
28 #define MAXPATHLEN 255
30 #endif /*VMS*/