atomes
1.2.1
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
/* This file is part of the 'atomes' software
2
3
'atomes' is free software: you can redistribute it and/or modify it under the terms
4
of the GNU Affero General Public License as published by the Free Software Foundation,
5
either version 3 of the License, or (at your option) any later version.
6
7
'atomes' is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9
See the GNU General Public License for more details.
10
11
You should have received a copy of the GNU Affero General Public License along with 'atomes'.
12
If not, see <https://www.gnu.org/licenses/>
13
14
Copyright (C) 2022-2025 by CNRS and University of Strasbourg */
15
16
/* config.h. Generated from config.h.in by configure. */
17
/* config.h.in. Generated from configure.ac by autoheader. */
18
19
/* Atomes major version */
20
#define ATOMES_MAJOR_VERSION 1
21
22
/* Atomes minor version */
23
#define ATOMES_MINOR_VERSION 2
24
25
/* Atomes patch version */
26
#define ATOMES_PATCH_VERSION 0
27
28
/* Define to dummy `main' function (if any) required to link to the Fortran
29
libraries. */
30
/* #undef FC_DUMMY_MAIN */
31
32
/* Define if F77 and FC dummy `main' functions are identical. */
33
/* #undef FC_DUMMY_MAIN_EQ_F77 */
34
35
/* Define to a macro mangling the given C identifier (in lower and upper
36
case), which must not contain underscores, for linking with Fortran. */
37
#define FC_FUNC(name,NAME) name ## _
38
39
/* As FC_FUNC, but for C identifiers containing underscores. */
40
#define FC_FUNC_(name,NAME) name ## _
41
42
/* GETTEXT package name */
43
#define GETTEXT_PACKAGE "atomes"
44
45
/* Name of package */
46
#define PACKAGE "atomes"
47
48
/* Define to the address where bug reports for this package should be sent. */
49
#define PACKAGE_BUGREPORT "atomes@ipcms.unistra.fr"
50
51
/* Define to the full name of this package. */
52
#define PACKAGE_NAME "atomes"
53
54
/* Define to the full name and version of this package. */
55
#define PACKAGE_STRING "atomes 1.2.0"
56
57
/* Define to the one symbol short name of this package. */
58
#define PACKAGE_TARNAME "atomes"
59
60
/* Define to the home page for this package. */
61
#define PACKAGE_URL "https://atomes.ipcms.fr"
62
63
/* Define to the version of this package. */
64
#define PACKAGE_VERSION "1.2.0"
65
66
/* Version number of package */
67
#define VERSION "1.2.0"
config.h
Generated by
1.12.0