Skip to content

Commit c4f81e0

Browse files
Update configuration files and bump version.
1 parent 4de1919 commit c4f81e0

9 files changed

Lines changed: 5322 additions & 2731 deletions

File tree

Makefile.in

Lines changed: 198 additions & 187 deletions
Large diffs are not rendered by default.

aclocal.m4

Lines changed: 302 additions & 135 deletions
Large diffs are not rendered by default.

config.h.in

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
/* Define to 1 if you have the <string.h> header file. */
4040
#undef HAVE_STRING_H
4141

42-
/* Define to 1 if you have the `sysconf' function. */
42+
/* Define to 1 if you have the 'sysconf' function. */
4343
#undef HAVE_SYSCONF
4444

45-
/* Define to 1 if you have the `sysctl' function. */
45+
/* Define to 1 if you have the 'sysctl' function. */
4646
#undef HAVE_SYSCTL
4747

48-
/* Define to 1 if you have the `sysctlbyname' function. */
48+
/* Define to 1 if you have the 'sysctlbyname' function. */
4949
#undef HAVE_SYSCTLBYNAME
5050

5151
/* Define to 1 if you have the <sys/stat.h> header file. */
@@ -96,7 +96,7 @@
9696
/* More convenient macro for restrict. */
9797
#undef RESTRICT
9898

99-
/* Define to 1 if all of the C90 standard headers exist (not just the ones
99+
/* Define to 1 if all of the C89 standard headers exist (not just the ones
100100
required in a freestanding environment). This macro is provided for
101101
backward compatibility; new code need not use it. */
102102
#undef STDC_HEADERS
@@ -110,6 +110,15 @@
110110
/* Version number of package */
111111
#undef VERSION
112112

113+
/* Major version number. */
114+
#undef VERSION_MAJOR
115+
116+
/* Minor version number. */
117+
#undef VERSION_MINOR
118+
119+
/* Patch version number. */
120+
#undef VERSION_PATCH
121+
113122
/* Define to the equivalent of the C99 'restrict' keyword, or to
114123
nothing if this is not supported. Do not define if restrict is
115124
supported only directly. */

0 commit comments

Comments
 (0)