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 44b4cb1 commit fe16cc0Copy full SHA for fe16cc0
1 file changed
Mac/Include/config.h
@@ -1,11 +1,10 @@
1
/* config.h.in. Generated automatically from configure.in by autoheader. */
2
3
-/* Define if on Macintosh, compiling with THINK C. */
4
-#define THINK_C
5
-
6
-/* Define if on Macintosh, compiling with anyu C compiler. */
+/* Define if on Macintosh, compiling with any C compiler. */
7
#define macintosh
8
+#define HAVE_STDARG_PROTOTYPES 1
+
9
/* Define if on AIX 3.
10
System headers sometimes define this.
11
We just want to avoid a redefinition error message. */
@@ -142,6 +141,9 @@
142
141
/* Define if you have setsid. */
143
#undef HAVE_SETSID
144
+/* Define if you have setvbuf. */
145
+#define HAVE_SETVBUF 1
146
147
/* Define if you have siginterrupt. */
148
#undef HAVE_SIGINTERRUPT
149
0 commit comments