Mercurial > dropbear
diff dropbearconvert.c @ 30:223b0f5f8dce
Switching to the magical new Makefile, and new dbmulti style
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jul 2004 14:44:43 +0000 |
parents | fe6bca95afa7 |
children | 0bf5cebe622c |
line wrap: on
line diff
--- a/dropbearconvert.c Tue Jul 27 13:32:54 2004 +0000 +++ b/dropbearconvert.c Tue Jul 27 14:44:43 2004 +0000 @@ -53,8 +53,8 @@ "standard input or standard output.\n", progname); } -#if defined(DBMULTI_CONVERT) || !defined(DROPBEAR_MULTI) -#if defined(DBMULTI_CONVERT) && defined(DROPBEAR_MULTI) +#if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI) +#if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI) int dropbearconvert_main(int argc, char ** argv) { #else int main(int argc, char ** argv) {