]> granicus.if.org Git - graphviz/commitdiff
Disabled ldtl on Windows build.
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 21:36:35 +0000 (23:36 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Mon, 20 Jun 2016 21:36:35 +0000 (23:36 +0200)
lib/common/utils.c
windows/include/config.h

index 5d0783325afe13a63741185786bb558cc70d6be7..869af81b2aae718fdaa65083d092c197a30dc1f0 100644 (file)
 #include "logic.h"
 #include "gvc.h"
 
-#ifdef WIN32
-#include "libltdl/lt_system.h"
-#endif
-#ifndef _MSC_VER
 #include <unistd.h>
-#endif
 #include <ctype.h>
 
 /*
index 41d08a7da6477f01cd8a9344e4f23f1508259940..ad98526b552d8b74ff30fac840abc9b63e3c0945 100644 (file)
@@ -32,7 +32,7 @@
 #define GVPLUGIN_VERSION 6
 
 /* Define if you want on-demand plugin loading */
-#define ENABLE_LTDL 1
+/* #undef ENABLE_LTDL 1 */
 
 /* Define to 1 if you have `alloca', as a function or macro. */
 #define HAVE_ALLOCA 1