Remove `@ signs -- autoconf mangles them too badly.
authormdw <mdw>
Wed, 17 Sep 1997 10:02:07 +0000 (10:02 +0000)
committermdw <mdw>
Wed, 17 Sep 1997 10:02:07 +0000 (10:02 +0000)
acconfig.h

index d18ad29..9d7dc3e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.5 1997/09/08 13:41:36 mdw Exp $
+ * $Id: acconfig.h,v 1.6 1997/09/17 10:02:07 mdw Exp $
  *
  * Default settings for `become' config.h
  *
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: acconfig.h,v $
- * Revision 1.5  1997/09/08 13:41:36  mdw
+ * Revision 1.6  1997/09/17 10:02:07  mdw
+ * Remove `@ signs -- autoconf mangles them too badly.
+ *
+ * Revision 1.5  1997/09/08  13:41:36  mdw
  * Remove redundant entry for `HAVE_LIBEFENCE'.
  *
  * Revision 1.4  1997/09/05  11:45:17  mdw
@@ -62,7 +65,7 @@
 /* Define to be the size of an int.  */
 #define SIZEOF_INT 4
 
-/* Default login style can be @l_preserve@, @l_user@ or @l_login@ */
+/* Default login style can be `l_preserve', `l_setuser' or `l_login' */
 #define DEFAULT_LOGIN_STYLE l_preserve
 
 /* This is replaced by `/' by `configure' -- leave alone for DOSness.  */