diff lib-src/fakemail.c @ 16218:32f82ca8b41f

Replaced all BSD with BSD_SYSTEM.
author Karl Heuer <kwzh@gnu.org>
date Tue, 17 Sep 1996 02:37:17 +0000
parents 6e026dc3f1b1
children 36704f455f32
line wrap: on
line diff
--- a/lib-src/fakemail.c	Mon Sep 16 19:00:18 1996 +0000
+++ b/lib-src/fakemail.c	Tue Sep 17 02:37:17 1996 +0000
@@ -22,7 +22,7 @@
 #define NO_SHORTNAMES
 #include <../src/config.h>
 
-#if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
+#if defined (BSD_SYSTEM) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
 /* This program isnot used in BSD, so just avoid loader complaints.  */
 int
 main ()