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

Skip to content

Commit aff6906

Browse files
committed
Added HAVE_STDARG_PROTOTYPES and signed
1 parent 44fa566 commit aff6906

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

acconfig.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
/* Define if your compiler supports function prototypes */
2020
#undef HAVE_PROTOTYPES
2121

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+
2229
/* Define for SOLARIS 2.x */
2330
#undef SOLARIS
2431

0 commit comments

Comments
 (0)