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

Skip to content

Commit fe16cc0

Browse files
committed
Release 1.0.2.
1 parent 44b4cb1 commit fe16cc0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Mac/Include/config.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/* config.h.in. Generated automatically from configure.in by autoheader. */
22

3-
/* Define if on Macintosh, compiling with THINK C. */
4-
#define THINK_C
5-
6-
/* Define if on Macintosh, compiling with anyu C compiler. */
3+
/* Define if on Macintosh, compiling with any C compiler. */
74
#define macintosh
85

6+
#define HAVE_STDARG_PROTOTYPES 1
7+
98
/* Define if on AIX 3.
109
System headers sometimes define this.
1110
We just want to avoid a redefinition error message. */
@@ -142,6 +141,9 @@
142141
/* Define if you have setsid. */
143142
#undef HAVE_SETSID
144143

144+
/* Define if you have setvbuf. */
145+
#define HAVE_SETVBUF 1
146+
145147
/* Define if you have siginterrupt. */
146148
#undef HAVE_SIGINTERRUPT
147149

0 commit comments

Comments
 (0)