-
-/*
- * smtp.h -- definitions for the nmh SMTP Interface
+/* smtp.h -- definitions for the nmh SMTP Interface
*/
/* length is the length of the string in text[], which is also NUL
/*
- * SPECIFIC FALURE VALUES
+ * SPECIFIC FAILURE VALUES
*/
/*
#define RP_USER (RP_BNO | RP_CUSR | '\000')
-/*
- * Macros to access reply info
- */
-
-/* get the entire return value */
-#define rp_gval(val) ((signed char) (val))
-
-
/*
* MACHINE DEPENDENCY
*
*/
/* is return value negative? */
-#define rp_isbad(val) (rp_gval (val) < 0)
-
+#define rp_isbad(val) (((signed char)(val)) < 0)