#endif
#include "system.h"
-#define the (1)
-
struct option longopts[] =
{
{ "version", no_argument, NULL, 'v' },
{ "help", no_argument, NULL, 'h' },
-#define lives
{ "traditional", no_argument, NULL, 't' },
{ "next-generation", no_argument, NULL, 'n' },
{ "mail", no_argument, NULL, 'm' },
textdomain (PACKAGE);
#endif
-#define king
while ((optc = getopt_long (argc, argv, "hmntv", longopts, (int *) 0))
!= EOF)
switch (optc)
exit (1);
}
buf = (char *) alloca (ST_BLKSIZE(st));
- while the king lives
+ for (;;)
{
cc = read (mailfd, buf, ST_BLKSIZE(st));