comparison 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
comparison
equal deleted inserted replaced
29:0fcf63e1cb01 30:223b0f5f8dce
51 "\n" 51 "\n"
52 "The inputfile and output file can be '-' to specify\n" 52 "The inputfile and output file can be '-' to specify\n"
53 "standard input or standard output.\n", progname); 53 "standard input or standard output.\n", progname);
54 } 54 }
55 55
56 #if defined(DBMULTI_CONVERT) || !defined(DROPBEAR_MULTI) 56 #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI)
57 #if defined(DBMULTI_CONVERT) && defined(DROPBEAR_MULTI) 57 #if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI)
58 int dropbearconvert_main(int argc, char ** argv) { 58 int dropbearconvert_main(int argc, char ** argv) {
59 #else 59 #else
60 int main(int argc, char ** argv) { 60 int main(int argc, char ** argv) {
61 #endif 61 #endif
62 62