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

Skip to content

Commit 8e09a9f

Browse files
committed
Add HAVE_OLD_CPP to list of known defines
1 parent fc8ebb1 commit 8e09a9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

acconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
/* Define this if your time.h defines altzone */
2626
#undef HAVE_ALTZONE
2727

28+
/* Define this if you have a K&R style C preprocessor */
29+
#undef HAVE_OLD_CPP
30+
2831
/* Define if your compiler supports function prototypes */
2932
#undef HAVE_PROTOTYPES
3033

0 commit comments

Comments
 (0)