remove two unused defines
authorop <op@openbsd.org>
Thu, 25 May 2023 11:37:58 +0000 (11:37 +0000)
committerop <op@openbsd.org>
Thu, 25 May 2023 11:37:58 +0000 (11:37 +0000)
last PROC_COUNT use was removed with the switch to fork+exec by eric@ in
2016, CA_FILE with the removal of cert.c two years ago.

ok tb@, kn@

usr.sbin/smtpd/smtpd.h

index 125a6a5..65757e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: smtpd.h,v 1.674 2022/02/18 16:57:36 millert Exp $     */
+/*     $OpenBSD: smtpd.h,v 1.675 2023/05/25 11:37:58 op Exp $  */
 
 /*
  * Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -45,9 +45,6 @@
 
 #define CONF_FILE               "/etc/mail/smtpd.conf"
 #define MAILNAME_FILE           "/etc/mail/mailname"
-#define CA_FILE                         "/etc/ssl/cert.pem"
-
-#define PROC_COUNT              7
 
 #define MAX_HOPS_COUNT          100
 #define        DEFAULT_MAX_BODY_SIZE   (35*1024*1024)