From c761f463e075b98a3fd721aaec7f0ece76a7d2dc Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Mon, 12 Jul 1999 18:16:36 +0000 Subject: [PATCH] Added include "config.h" to top of file --- src/boxes.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/boxes.c b/src/boxes.c index 0e90b7f..9523fd9 100644 --- a/src/boxes.c +++ b/src/boxes.c @@ -3,7 +3,7 @@ * Date created: March 18, 1999 (Thursday, 15:09h) * Author: Thomas Jensen * tsjensen@stud.informatik.uni-erlangen.de - * Version: $Id: boxes.c,v 1.23 1999/06/30 12:16:38 tsjensen Exp tsjensen $ + * Version: $Id: boxes.c,v 1.24 1999/06/30 12:37:25 tsjensen Exp tsjensen $ * Language: ANSI C * Platforms: sunos5/sparc, for now * World Wide Web: http://home.pages.de/~jensen/boxes/ @@ -34,6 +34,9 @@ * Revision History: * * $Log: boxes.c,v $ + * Revision 1.24 1999/06/30 12:37:25 tsjensen + * Added [lcr] "shorthand" to -a option + * * Revision 1.23 1999/06/30 12:16:38 tsjensen * Removed entire select_design stuff, because the parser now returns much * smaller data structures. The first design pointed to by designs is always @@ -154,6 +157,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +#include "config.h" #include #include #include @@ -172,7 +176,7 @@ extern int optind, opterr, optopt; /* for getopt() */ static const char rcsid_boxes_c[] = - "$Id: boxes.c,v 1.23 1999/06/30 12:16:38 tsjensen Exp tsjensen $"; + "$Id: boxes.c,v 1.24 1999/06/30 12:37:25 tsjensen Exp tsjensen $"; /* _\|/_