Debianization. Socket target options. Internet binding.
[fwd] / conf.h
diff --git a/conf.h b/conf.h
index f9e25e9..7b656e0 100644 (file)
--- a/conf.h
+++ b/conf.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: conf.h,v 1.7 2002/02/22 23:42:56 mdw Exp $
+ * $Id: conf.h,v 1.8 2003/11/25 14:08:23 mdw Exp $
  *
  * Configuration parsing
  *
@@ -29,6 +29,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: conf.h,v $
+ * Revision 1.8  2003/11/25 14:08:23  mdw
+ * Debianization.  Socket target options.  Internet binding.
+ *
  * Revision 1.7  2002/02/22 23:42:56  mdw
  * `fw'-specific configuration code moved out.  This file might become part
  * of a library some day.
@@ -232,7 +235,7 @@ extern int conf_prefix(scanner */*sc*/, const char */*p*/);
      * because the option wasn't accepted.                             \
      */                                                                        \
                                                                        \
-     goto _conf_reject;                                                        \
+    goto _conf_reject;                                                 \
   _conf_reject:                                                                \
     if (_conf_state == CS_PLAIN)                                       \
       _conf_state = CS_UNKNOWN;                                                \