wok-6.x annotate ypserv/stuff/confpost.patch @ rev 15511
Up: thunderbird-langpack-en_US (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 19 22:24:17 2013 +0100 (2013-11-19) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@11872 | 1 diff -up ypserv-2.27/conf_post.h.qdbm ypserv-2.27/conf_post.h |
slaxemulator@11872 | 2 --- ypserv-2.27/conf_post.h.qdbm 2012-02-01 14:18:01.780846425 +0100 |
slaxemulator@11872 | 3 +++ ypserv-2.27/conf_post.h 2012-02-01 14:18:01.780846425 +0100 |
slaxemulator@11872 | 4 @@ -0,0 +1,10 @@ |
slaxemulator@11872 | 5 +/* Define common preprocessor symbol for HAVE_LIBGDBM and HAVE_LIBQDBM, since |
slaxemulator@11872 | 6 + * libraries gdbm and qdbm have same symbol names. */ |
slaxemulator@11872 | 7 +#undef HAVE_COMPAT_LIBGDBM |
slaxemulator@11872 | 8 +#ifdef HAVE_LIBGDBM |
slaxemulator@11872 | 9 +#define HAVE_COMPAT_LIBGDBM |
slaxemulator@11872 | 10 +#endif |
slaxemulator@11872 | 11 +#ifdef HAVE_LIBQDBM |
slaxemulator@11872 | 12 +#define HAVE_COMPAT_LIBGDBM |
slaxemulator@11872 | 13 +#endif |
slaxemulator@11872 | 14 + |