1 /* src/sbml/common/libsbml-package.h.  Generated from libsbml-package.h.in by configure.  */
2 /**
3  * @file    libsbml-package.h
4  * @brief   Definitions of the PACKAGE_ variables.
5  * @author  Ben Bornstein
6  *
7  * <!--------------------------------------------------------------------------
8  * This file is part of libSBML.  Please visit http://sbml.org for more
9  * information about SBML, and the latest version of libSBML.
10  *
11  * Copyright (C) 2020 jointly by the following organizations:
12  *     1. California Institute of Technology, Pasadena, CA, USA
13  *     2. University of Heidelberg, Heidelberg, Germany
14  *     3. University College London, London, UK
15  *
16  * Copyright (C) 2019 jointly by the following organizations:
17  *     1. California Institute of Technology, Pasadena, CA, USA
18  *     2. University of Heidelberg, Heidelberg, Germany
19  *
20  * Copyright (C) 2013-2018 jointly by the following organizations:
21  *     1. California Institute of Technology, Pasadena, CA, USA
22  *     2. EMBL European Bioinformatics Institute (EMBL-EBI), Hinxton, UK
23  *     3. University of Heidelberg, Heidelberg, Germany
24  *
25  * Copyright (C) 2009-2013 jointly by the following organizations:
26  *     1. California Institute of Technology, Pasadena, CA, USA
27  *     2. EMBL European Bioinformatics Institute (EMBL-EBI), Hinxton, UK
28  *
29  * Copyright (C) 2006-2008 by the California Institute of Technology,
30  *     Pasadena, CA, USA
31  *
32  * Copyright (C) 2002-2005 jointly by the following organizations:
33  *     1. California Institute of Technology, Pasadena, CA, USA
34  *     2. Japan Science and Technology Agency, Japan
35  *
36  * This library is free software; you can redistribute it and/or modify it
37  * under the terms of the GNU Lesser General Public License as published by
38  * the Free Software Foundation.  A copy of the license agreement is provided
39  * in the file named "LICENSE.txt" included with this software distribution and
40  * also available online as http://sbml.org/software/libsbml/license.html
41  *------------------------------------------------------------------------- -->
42  *
43  * The file <tt>libsbml-package.h</tt> is generated from the file
44  * <tt>libsbml-package.h.in</tt> by the @c configure script at the top
45  * level of the libSBML source tree.
46  *
47  * @note This file is handled unusually.  The file itself is generated by
48  * @c configure, but unlike other files that are likewise automatically
49  * generated, it is also checked into the source repository.  The need for
50  * this is due to the fact that under Windows, developers may not be
51  * running @c configure at all (e.g., if they are using the MSVC
52  * environment).  The .h file therefore needs to be provided directly in
53  * order for people to be able to compile the sources under Windows.
54  * Developers must remember to check in the .h version of this file in the
55  * source code repository prior to major releases, so that an up-to-date .h
56  * file is present in distributions.  This is admittedly an undesirable and
57  * error-prone situation, but it is currently the best alternative we have
58  * been able to find.
59  */
60 
61 
62 /* Define to the address where bug reports for this package should be sent. */
63 #define PACKAGE_BUGREPORT "libsbml-team@googlegroups.com"
64 
65 /* Define to the full name of this package. */
66 #define PACKAGE_NAME "libSBML"
67 
68 /* Define to the full name and version of this package. */
69 #define PACKAGE_STRING "libSBML 5.19.0"
70 
71 /* Define to the one symbol short name of this package. */
72 #define PACKAGE_TARNAME "libsbml"
73 
74 /* Define to the version of this package. */
75 #define PACKAGE_VERSION "5.19.0"
76 
77