atomes
1.1.17
atomes: an atomic scale modeling tool box
Toggle main menu visibility
Main Page
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Data Types
Data Types List
Data Type Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Subroutines
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
y
z
▼
atomes
►
atomes: code source documentation
►
Modules
►
Data Types
▼
Files
▼
File List
►
calc
►
curve
►
fortran
►
gui
►
opengl
►
project
►
startup-testing
►
workspace
►
affero.h
►
bind.h
►
config.h
►
global.c
►
global.h
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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 1
24
25
/* Atomes patch version */
26
#define ATOMES_PATCH_VERSION 17
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.1.17"
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.1.17"
65
66
/* Version number of package */
67
#define VERSION "1.1.17"
config.h
Generated by
1.10.0