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 44fa566 commit aff6906Copy full SHA for aff6906
1 file changed
acconfig.h
@@ -19,6 +19,13 @@
19
/* Define if your compiler supports function prototypes */
20
#undef HAVE_PROTOTYPES
21
22
+/* Define if your compiler supports variable length function prototypes
23
+ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
24
+#undef HAVE_STDARG_PROTOTYPES
25
+
26
+/* Define to empty if the keyword does not work. */
27
+#undef signed
28
29
/* Define for SOLARIS 2.x */
30
#undef SOLARIS
31
0 commit comments