diff lib-src/Makefile.in.in @ 56:c0965ff3b039 r19-16-pre3

Import from CVS: tag r19-16-pre3
author cvs
date Mon, 13 Aug 2007 08:58:20 +0200
parents 05472e90ae02
children 131b0175ea99
line wrap: on
line diff
--- a/lib-src/Makefile.in.in	Mon Aug 13 08:57:57 2007 +0200
+++ b/lib-src/Makefile.in.in	Mon Aug 13 08:58:20 2007 +0200
@@ -118,29 +118,33 @@
 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \
 	makedoc.com *.[chy] $(SCRIPTS)
 
-# Additional -D flags for movemail (add to MOVE_FLAGS if desired):
-# MAIL_USE_POP		Support mail retrieval from a POP mailbox.
-# MAIL_USE_MMDF		Support MMDF mailboxes.
-# MAIL_USE_FLOCK	Use flock for file locking (see the comments
-#			about locking in movemail.c)
-# MAIL_UNLINK_SPOOL	Unlink the user spool mailbox after reading
-#			it (instead of just emptying it).
-# KERBEROS		Support Kerberized POP.
-# KRB5			Support Kerberos Version 5 pop instead of
-#			Version 4 (define this in addition to
-#			KERBEROS).
-# HESIOD		Support Hesiod lookups of user mailboxes.
-# MAILHOST		A string, the host name of the default POP
-#			mail host for the sit
+/*
+Additional -D flags for movemail (add to MOVE_FLAGS if desired):
+MAIL_USE_POP		Support mail retrieval from a POP mailbox.
+MAIL_USE_MMDF		Support MMDF mailboxes.
+MAIL_USE_FLOCK		Use flock for file locking (see the comments
+			about locking in movemail.c)
+MAIL_UNLINK_SPOOL	Unlink the user spool mailbox after reading
+			it (instead of just emptying it).
+KERBEROS		Support Kerberized POP.
+KRB5			Support Kerberos Version 5 pop instead of
+			Version 4 (define this in addition to
+			KERBEROS).
+HESIOD		Support Hesiod lookups of user mailboxes.
+MAILHOST		A string, the host name of the default POP
+			mail host for the sit
+*/
 
 MOVE_FLAGS=
-#
-# Additional libraries for movemail:
-# For KERBEROS
-# MOVE_LIBS= -lkrb -ldes -lcom_err
-# For KERBEROS + KRB5
-# MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
-# Add "-lhesiod" if HESIOD is defined.
+
+/*
+Additional libraries for movemail:
+For KERBEROS
+MOVE_LIBS= -lkrb -ldes -lcom_err
+For KERBEROS + KRB5
+MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
+Add "-lhesiod" if HESIOD is defined.
+*/
 
 MOVE_LIBS=
 
@@ -149,6 +153,9 @@
 /* From here on, comments must be done in C syntax. (see comment above
    about this.) */
 
+/* Apparently the above comment is bogus.  There is no place where
+shell-style comments are allowed.  -slb */
+
 #define NO_SHORTNAMES
 #define THIS_IS_YMAKEFILE
 #define NOT_C_CODE