Yaroslav Tykhiy a278e092d3 If ftpd is run with an -h option (hide host-specific info,)
don't reveal the info in reply to the SYST command.

Get rid of using the "unix" macro at the same time.  It was a rather
poor way to check if the system was Unix since there were quite a
few Unix clones out there whose cc didn't define "unix" (e.g.,
NetBSD.)  It was also sensitive to the C standard used, which caused
unnecessary trouble:  With -std=c99, it should have been "__unix__",
and so on.

PR:		bin/50690
Submitted by:	Alex Semenyaka <alexs _at_ snark.ratmir.ru>
MFC after:	1 week
2003-06-16 11:30:23 +00:00
..
2003-06-15 03:08:37 +00:00
2002-02-06 16:38:40 +00:00
2003-06-14 19:32:52 +00:00
2002-07-06 19:19:48 +00:00
2002-07-06 19:19:48 +00:00
2002-07-06 19:19:48 +00:00
2003-06-08 12:40:50 +00:00
2003-05-04 00:43:39 +00:00
2002-07-15 18:51:57 +00:00
2002-07-15 18:51:57 +00:00
2003-06-08 12:38:18 +00:00
2003-05-04 00:59:13 +00:00