update config.h.old and windows config.h to note DISABLE_LTDL;
fix windows and old makefiles to handle new source files.
/* Set to 0 if you don't want the old codegens */
#define ENABLE_CODEGENS 1
+/* Define if you don't want on-demand plugin loading */
+/* #define DISABLE_LTDL 1 */
+
/* Set if you want the new gvrender codegens */
#define ENABLE_GVRENDER 0
* AT&T Research, Florham Park NJ *
**********************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glob.h>
#endif
-#include "config.h"
#include "types.h"
#include "macros.h"
#include "gvc.h"
Sometime in the future it may become the basis for a thread.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
-#include "config.h"
#include "types.h"
#include "macros.h"
#include "graph.h"
* AT&T Research, Florham Park NJ *
**********************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <stdio.h>
#include <stdlib.h>
-#include "config.h"
#include "types.h"
#include "gvc.h"
* AT&T Research, Florham Park NJ *
**********************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "config.h"
#include "types.h"
#include "macros.h"
#include "gvc.h"
/* Set to 1 if you want the new gvrender codegens */
#define ENABLE_GVRENDER 0
+/* Define if you don't want on-demand plugin loading */
+#define DISABLE_LTDL 1
+
/* Define if you want the gd renderers (png, gif, etc ) */
#define GD_RENDER 1