]> granicus.if.org Git - graphviz/commitdiff
Turn on new hierarchical layout in neato
authorerg <devnull@localhost>
Mon, 18 Jul 2005 16:00:46 +0000 (16:00 +0000)
committererg <devnull@localhost>
Mon, 18 Jul 2005 16:00:46 +0000 (16:00 +0000)
lib/neatogen/defs.h

index 8579c5638bfae4d6d1204d6a0a4ecd9461002cab..ddc7b3bdc6aab588b8004d09f94eb38117d7f241 100644 (file)
@@ -77,6 +77,7 @@ extern "C" {
     typedef unsigned char bool;
 #define true TRUE
 #define false FALSE
+#define DIGCOLA 1
 
 #ifdef USE_STYLES
     typedef enum { regular, invisible } Style;