diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-27 13:09:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-27 13:09:55 +0000 |
commit | 9872e1320c3b1606676f607041ff38b1d95e4332 (patch) | |
tree | e345eb77a4a674cbfdae0b0566e58a106dfb382e /source3 | |
parent | 975f67c55af85d4b6013edb6c92bc768970c1b98 (diff) | |
download | samba-9872e1320c3b1606676f607041ff38b1d95e4332.tar.gz samba-9872e1320c3b1606676f607041ff38b1d95e4332.tar.xz samba-9872e1320c3b1606676f607041ff38b1d95e4332.zip |
C99 test for snprintf
(This used to be commit fcd100eec51034cc4ea1e781e971b6dd65801b31)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index dc2d69bcce..0e488f14f6 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -63,6 +63,7 @@ #undef HAVE_VOLATILE #undef HAVE_BROKEN_READDIR +#undef HAVE_C99_VSNPRINTF #undef HAVE_ERRNO_DECL #undef HAVE_LONGLONG #undef HAVE_OFF64_T |