X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fafp_options.c;h=f06bfb373665ca9bc4ff25c8be20501ceb04619e;hb=f254fd618b53e97cc5382b23709d4f3de1e70b41;hp=932e6a657ea5215faa3ca69f7ec371425d62f2ef;hpb=4ce7381227326afbc0f50ee0608fab712689d465;p=netatalk.git diff --git a/etc/afpd/afp_options.c b/etc/afpd/afp_options.c index 932e6a65..f06bfb37 100644 --- a/etc/afpd/afp_options.c +++ b/etc/afpd/afp_options.c @@ -93,6 +93,9 @@ static void show_version( void ) #endif #ifdef CNID_BACKEND_TDB printf( "tdb " ); +#endif +#ifdef CNID_BACKEND_MYSQL + printf( "mysql " ); #endif puts( "" ); }