diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-25 00:06:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-25 00:06:54 +0000 |
commit | 9a55a687de80f41235f0e4a74910c6528df3902a (patch) | |
tree | 869fae13c2cc18c4b6d3f4fd383e0bb9544b1fcb /config_h.in | |
parent | 4ecea33a988c00caa98cacf934e61e361d94e8af (diff) | |
download | src-9a55a687de80f41235f0e4a74910c6528df3902a.tar.gz src-9a55a687de80f41235f0e4a74910c6528df3902a.zip |
Import byacc 20140422vendor/byacc/20140422
Notes
Notes:
svn path=/vendor/byacc/dist/; revision=266637
svn path=/vendor/byacc/20140422/; revision=266638; tag=vendor/byacc/20140422
Diffstat (limited to 'config_h.in')
-rw-r--r-- | config_h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_h.in b/config_h.in index 6d47167602a3..c7d6d910857b 100644 --- a/config_h.in +++ b/config_h.in @@ -30,6 +30,9 @@ /* Define to 1 if mkstemp() is available and working. */ #undef HAVE_MKSTEMP +/* Define to 1 if vsnprintf() is available and working. */ +#undef HAVE_VSNPRINTF + /* Define to maximum table size (default: 32500) */ #undef MAXTABLE |