~burner/xsb/debianized-xsb

« back to all changes in this revision

Viewing changes to emu/extensions_xsb.h

  • Committer: Michael R. Head
  • Date: 2006-09-06 22:11:55 UTC
  • Revision ID: burner@n23-20060906221155-7e398d23438a7ee4
Add the files from the 3.0.1 release package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*  Generated automatically from extensions_xsb.in by configure. 
 
2
**
 
3
**   This file defines all file extensions used in XSB
 
4
**
 
5
*/
 
6
 
 
7
/* File:      extensions_xsb.h
 
8
** Author(s): kifer
 
9
** Contact:   xsb-contact@cs.sunysb.edu
 
10
** 
 
11
** Copyright (C) The Research Foundation of SUNY, 2002
 
12
** 
 
13
** XSB is free software; you can redistribute it and/or modify it under the
 
14
** terms of the GNU Library General Public License as published by the Free
 
15
** Software Foundation; either version 2 of the License, or (at your option)
 
16
** any later version.
 
17
** 
 
18
** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
 
19
** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
20
** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
 
21
** more details.
 
22
** 
 
23
** You should have received a copy of the GNU Library General Public License
 
24
** along with XSB; if not, write to the Free Software Foundation,
 
25
** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
26
**
 
27
** 
 
28
*/
 
29
 
 
30
 
 
31
/* Info on the file extension used for XSB files */
 
32
 
 
33
#define XSB_SRC_EXTENSION_STRING  ".P"
 
34
#define XSB_OBJ_EXTENSION_STRING  ".xwam"
 
35
#define XSB_OBJ_EXTENSION_LENGTH  5
 
36
 
 
37
#define XSB_OBJ_EXTENSION_ATOM    '.xwam'
 
38
#define XSB_SRC_EXTENSION_ATOM    '.P'
 
39
#define XSB_HDR_EXTENSION_ATOM    '.H'
 
40
#define XSB_ASM_EXTENSION_ATOM    '.A'
 
41
#define XSB_DCL_EXTENSION_ATOM    '.D'
 
42
 
 
43
#define XSB_OBJ_EXTENSION_ATOM_SANS_DOT    'xwam'
 
44
#define XSB_SRC_EXTENSION_ATOM_SANS_DOT    'P'
 
45
#define XSB_HDR_EXTENSION_ATOM_SANS_DOT    'H'
 
46
#define XSB_ASM_EXTENSION_ATOM_SANS_DOT    'A'
 
47
#define XSB_DCL_EXTENSION_ATOM_SANS_DOT    'D'