Skip to content

Commit c979c08

Browse files
committed
Regenerated.
1 parent d2a22aa commit c979c08

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

config.h.msvc

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,58 @@
3434
*/
3535
#undef HAVE_DCGETTEXT
3636

37+
/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
38+
you don't. */
39+
#undef HAVE_DECL_CLEARERR_UNLOCKED
40+
41+
/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
42+
don't. */
43+
#undef HAVE_DECL_FEOF_UNLOCKED
44+
45+
/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
46+
you don't. */
47+
#undef HAVE_DECL_FERROR_UNLOCKED
48+
49+
/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
50+
you don't. */
51+
#undef HAVE_DECL_FFLUSH_UNLOCKED
52+
53+
/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
54+
you don't. */
55+
#undef HAVE_DECL_FGETS_UNLOCKED
56+
57+
/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
58+
you don't. */
59+
#undef HAVE_DECL_FPUTC_UNLOCKED
60+
61+
/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
62+
you don't. */
63+
#undef HAVE_DECL_FPUTS_UNLOCKED
64+
65+
/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
66+
you don't. */
67+
#undef HAVE_DECL_FREAD_UNLOCKED
68+
69+
/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
70+
you don't. */
71+
#undef HAVE_DECL_FWRITE_UNLOCKED
72+
73+
/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
74+
you don't. */
75+
#undef HAVE_DECL_GETCHAR_UNLOCKED
76+
77+
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
78+
don't. */
79+
#undef HAVE_DECL_GETC_UNLOCKED
80+
81+
/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
82+
you don't. */
83+
#undef HAVE_DECL_PUTCHAR_UNLOCKED
84+
85+
/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
86+
don't. */
87+
#undef HAVE_DECL_PUTC_UNLOCKED
88+
3789
/* Define to 1 if you have the declaration of `strerror', and to 0 if you
3890
don't. */
3991
#define HAVE_DECL_STRERROR 1
@@ -45,7 +97,7 @@
4597
/* Define to 1 if you have the <dlfcn.h> header file. */
4698
#undef HAVE_DLFCN_H
4799

48-
/* Define to 1 if you have the `doprnt' function. */
100+
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
49101
#undef HAVE_DOPRNT
50102

51103
/* Define if you have the declaration of environ. */
@@ -203,6 +255,11 @@
203255
# undef _ALL_SOURCE
204256
#endif
205257

258+
/* Enable GNU extensions on systems that have them. */
259+
#ifndef _GNU_SOURCE
260+
# undef _GNU_SOURCE
261+
#endif
262+
206263
/* Define to 1 if on MINIX. */
207264
#undef _MINIX
208265

lib/config.h.msvc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#undef ENABLE_EXTRA
2222

2323
/* Define to 1 if the package shall run at any location in the filesystem. */
24-
#undef ENABLE_RELOCATABLE
24+
#define ENABLE_RELOCATABLE 1
2525

2626
/* Define to a type if <wchar.h> does not define. */
2727
#undef mbstate_t

0 commit comments

Comments
 (0)