1999-09-27 18:44:28 +00:00
|
|
|
/* -*- C++ -*- */
|
|
|
|
/* This file is part of
|
|
|
|
* ======================================================
|
|
|
|
*
|
|
|
|
* LyX, the High Level Word Processor
|
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* Copyright (C) 1995, 1996 Matthias Ettrich
|
1999-09-27 18:44:28 +00:00
|
|
|
*
|
1999-11-15 12:01:38 +00:00
|
|
|
* ======================================================
|
1999-09-27 18:44:28 +00:00
|
|
|
A few prototypes and definitions needed for VMS / OpenVMS */
|
|
|
|
|
1999-11-15 12:01:38 +00:00
|
|
|
#ifndef VMS_DEFINES_H
|
|
|
|
#define VMS_DEFINES_H
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
/* Currently empty. */
|
|
|
|
|
|
|
|
#endif /* _VMS_DEFINES_H */
|