Skip to content

Commit b881c36

Browse files
committed
Regenerated for release 1.9.2.
1 parent 5413e58 commit b881c36

37 files changed

+2538
-2105
lines changed

aclocal.m4

Lines changed: 396 additions & 82 deletions
Large diffs are not rendered by default.

config.h.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@
128128
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
129129
#undef HAVE_LANGINFO_CODESET
130130

131-
/* Define to 1 if you have the <limits.h> header file. */
132-
#undef HAVE_LIMITS_H
133-
134131
/* Define to 1 if you have the <locale.h> header file. */
135132
#undef HAVE_LOCALE_H
136133

@@ -146,6 +143,9 @@
146143
/* Define to 1 if you have the <memory.h> header file. */
147144
#undef HAVE_MEMORY_H
148145

146+
/* Define to 1 if you have the `readlink' function. */
147+
#undef HAVE_READLINK
148+
149149
/* Define to 1 if you have the <search.h> header file. */
150150
#undef HAVE_SEARCH_H
151151

@@ -277,3 +277,6 @@
277277

278278
/* Define to a replacement function name for realpath(). */
279279
#undef realpath
280+
281+
/* Define as a signed type of the same size as size_t. */
282+
#undef ssize_t

config.h.msvc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@
127127
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
128128
#undef HAVE_LANGINFO_CODESET
129129

130-
/* Define to 1 if you have the <limits.h> header file. */
131-
#define HAVE_LIMITS_H 1
132-
133130
/* Define to 1 if you have the <locale.h> header file. */
134131
#define HAVE_LOCALE_H 1
135132

@@ -145,6 +142,9 @@
145142
/* Define to 1 if you have the <memory.h> header file. */
146143
#define HAVE_MEMORY_H 1
147144

145+
/* Define to 1 if you have the `readlink' function. */
146+
#undef HAVE_READLINK
147+
148148
/* Define to 1 if you have the <search.h> header file. */
149149
#define HAVE_SEARCH_H 1
150150

@@ -275,3 +275,6 @@
275275

276276
/* Define to a replacement function name for realpath(). */
277277
#undef realpath
278+
279+
/* Define as a signed type of the same size as size_t. */
280+
#undef ssize_t

0 commit comments

Comments
 (0)