Print this page
XXXX update sendmail to 8.14.9
   1 /*
   2  * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers.
   3  *      All rights reserved.
   4  *
   5  * By using this file, you agree to the terms and conditions set
   6  * forth in the LICENSE file which can be found at the top level of
   7  * the sendmail distribution.
   8  */
   9 
  10 #pragma ident   "%Z%%M% %I%     %E% SMI"
  11 
  12 #include <sm/gen.h>
  13 SM_IDSTR(Id, "@(#)$Id: test.c,v 1.16 2002/01/08 17:54:40 ca Exp $")
  14 
  15 /*
  16 **  Abstractions for writing libsm test programs.
  17 */
  18 
  19 #include <stdlib.h>
  20 #include <unistd.h>
  21 #include <stdio.h>
  22 #include <sm/debug.h>
  23 #include <sm/test.h>
  24 
  25 extern char *optarg;
  26 extern int optind;
  27 extern int optopt;
  28 extern int opterr;
  29 
  30 int SmTestIndex;
  31 int SmTestNumErrors;
  32 bool SmTestVerbose;
  33 


   1 /*
   2  * Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers.
   3  *      All rights reserved.
   4  *
   5  * By using this file, you agree to the terms and conditions set
   6  * forth in the LICENSE file which can be found at the top level of
   7  * the sendmail distribution.
   8  */
   9 


  10 #include <sm/gen.h>
  11 SM_IDSTR(Id, "@(#)$Id: test.c,v 1.17 2013-11-22 20:51:44 ca Exp $")
  12 
  13 /*
  14 **  Abstractions for writing libsm test programs.
  15 */
  16 
  17 #include <stdlib.h>
  18 #include <unistd.h>
  19 #include <stdio.h>
  20 #include <sm/debug.h>
  21 #include <sm/test.h>
  22 
  23 extern char *optarg;
  24 extern int optind;
  25 extern int optopt;
  26 extern int opterr;
  27 
  28 int SmTestIndex;
  29 int SmTestNumErrors;
  30 bool SmTestVerbose;
  31