~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to incl/fileexts.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 
 
3
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
4
 
 
5
      fileexts.h    contains the translations for the external refs
 
6
                    header files...
 
7
 
 
8
                    also the MIDAS definition file midas_def.h is included
 
9
 
 
10
 
 
11
                    K. Banse    880414, 010307, 030711, 090318
 
12
 
 
13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
14
 
 
15
*/
 
16
 
 
17
 
 
18
#include <filedef.h>
 
19
 
 
20
#include <catext.h>
 
21
 
 
22
#ifndef struct_DEF
 
23
#define struct_DEF
 
24
#include <fctext.h>
 
25
#include <fcbext.h>
 
26
#include <ldbext.h>
 
27
#endif
 
28
 
 
29
#include <keyext.h>
 
30
/*
 
31
#include <ndscext.h>
 
32
#include <zdscext.h>
 
33
*/
 
34
#include <ydscext.h>
 
35
#include <errext.h>
 
36
 
 
37
#include <midas_def.h>
 
38
 
 
39
#include <nullvals.h>
 
40
 
 
41