Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ddd0ad

Browse files
committed
derived from new configure.in
1 parent 36bc680 commit 8ddd0ad

2 files changed

Lines changed: 447 additions & 451 deletions

File tree

config.h.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
#endif
99

1010
/* Define if type char is unsigned and you are not using gcc. */
11+
#ifndef __CHAR_UNSIGNED__
1112
#undef __CHAR_UNSIGNED__
13+
#endif
1214

1315
/* Define to empty if the keyword does not work. */
1416
#undef const
@@ -278,6 +280,9 @@
278280
/* Define if you have the <sys/utsname.h> header file. */
279281
#undef HAVE_SYS_UTSNAME_H
280282

283+
/* Define if you have the <sys/wait.h> header file. */
284+
#undef HAVE_SYS_WAIT_H
285+
281286
/* Define if you have the <thread.h> header file. */
282287
#undef HAVE_THREAD_H
283288

0 commit comments

Comments
 (0)