Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bc680 commit 8ddd0adCopy full SHA for 8ddd0ad
2 files changed
config.h.in
@@ -8,7 +8,9 @@
8
#endif
9
10
/* Define if type char is unsigned and you are not using gcc. */
11
+#ifndef __CHAR_UNSIGNED__
12
#undef __CHAR_UNSIGNED__
13
+#endif
14
15
/* Define to empty if the keyword does not work. */
16
#undef const
@@ -278,6 +280,9 @@
278
280
/* Define if you have the <sys/utsname.h> header file. */
279
281
#undef HAVE_SYS_UTSNAME_H
282
283
+/* Define if you have the <sys/wait.h> header file. */
284
+#undef HAVE_SYS_WAIT_H
285
+
286
/* Define if you have the <thread.h> header file. */
287
#undef HAVE_THREAD_H
288
0 commit comments