extensions_xsb.h

00001 /*  Generated automatically from extensions_xsb.in by configure. 
00002 **
00003 **   This file defines all file extensions used in XSB
00004 **
00005 */
00006 
00007 /* File:      extensions_xsb.h
00008 ** Author(s): kifer
00009 ** Contact:   xsb-contact@cs.sunysb.edu
00010 ** 
00011 ** Copyright (C) The Research Foundation of SUNY, 2002
00012 ** 
00013 ** XSB is free software; you can redistribute it and/or modify it under the
00014 ** terms of the GNU Library General Public License as published by the Free
00015 ** Software Foundation; either version 2 of the License, or (at your option)
00016 ** any later version.
00017 ** 
00018 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00019 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00020 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00021 ** more details.
00022 ** 
00023 ** You should have received a copy of the GNU Library General Public License
00024 ** along with XSB; if not, write to the Free Software Foundation,
00025 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00026 **
00027 ** 
00028 */
00029 
00030 
00031 /* Info on the file extension used for XSB files */
00032 
00033 #define XSB_SRC_EXTENSION_STRING  ".P"
00034 #define XSB_OBJ_EXTENSION_STRING  ".xwam"
00035 #define XSB_OBJ_EXTENSION_LENGTH  5
00036 
00037 #define XSB_OBJ_EXTENSION_ATOM    '.xwam'
00038 #define XSB_SRC_EXTENSION_ATOM    '.P'
00039 #define XSB_HDR_EXTENSION_ATOM    '.H'
00040 #define XSB_ASM_EXTENSION_ATOM    '.A'
00041 #define XSB_DCL_EXTENSION_ATOM    '.D'
00042 
00043 #define XSB_OBJ_EXTENSION_ATOM_SANS_DOT    'xwam'
00044 #define XSB_SRC_EXTENSION_ATOM_SANS_DOT    'P'
00045 #define XSB_HDR_EXTENSION_ATOM_SANS_DOT    'H'
00046 #define XSB_ASM_EXTENSION_ATOM_SANS_DOT    'A'
00047 #define XSB_DCL_EXTENSION_ATOM_SANS_DOT    'D'

Generated on Wed Jul 26 13:30:40 2006 for XSB by  doxygen 1.4.5