diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-09-17 02:37:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-09-17 02:37:17 +0000 |
commit | e397a0172fe822eb80080184f5961a26916c9626 (patch) | |
tree | cf50a152e1a9a811b5ccbb14e266fb677f2637db /lib-src/fakemail.c | |
parent | 7c5a1541f34c8eec8f5e1e7db66819cb6a23496a (diff) | |
download | emacs-e397a0172fe822eb80080184f5961a26916c9626.tar.gz |
Replaced all BSD with BSD_SYSTEM.
Diffstat (limited to 'lib-src/fakemail.c')
-rw-r--r-- | lib-src/fakemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index d9af25d7dae..1deeec352b2 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */ #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 () |