diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-28 12:35:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-28 12:35:00 +0000 |
commit | fd5c6d72d333a967480be834abb611120c1ae0b6 (patch) | |
tree | 9e22d1913b87af1ae023c1b48b9af579460ee5e6 /source3/include/config.h.in | |
parent | 5671e632f834dbc8f16da66a1ad2c00928f5924c (diff) | |
download | samba-fd5c6d72d333a967480be834abb611120c1ae0b6.tar.gz samba-fd5c6d72d333a967480be834abb611120c1ae0b6.tar.xz samba-fd5c6d72d333a967480be834abb611120c1ae0b6.zip |
added asprintf test
(This used to be commit 8bda86c0bfd3693420e334a10d19bed61b131bae)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 0e488f14f6..cf1db393c3 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -432,6 +432,9 @@ /* Define if you have the _write function. */ #undef HAVE__WRITE +/* Define if you have the asprintf function. */ +#undef HAVE_ASPRINTF + /* Define if you have the atexit function. */ #undef HAVE_ATEXIT |