This file is removed, so references to this file should be removed as well.
EXTRA_DIST = $(txt) $(html) graphviz.spec.in graphviz.spec \
autogen.sh config/depcomp config/config.rpath \
builddate.h ast_common.h.in compat.h \
- Makeargs compat_getopt.h iffe config.iffe \
+ Makeargs iffe config.iffe \
m4/README m4/iconv.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 \
graphviz.7 Doxyfile.in Doxyfile features awk \
config/config_perl.pl config/config_python.py \
#include <agxbuf.h>
#include <ingraphs.h>
#include <pointset.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "general.h"
#include "SparseMatrix.h"
/* #include <QTextStream> */
#include "mainwindow.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "gvc.h"
#include "globals.h"
#include "QuadTree.h"
#include <time.h>
#include "SparseMatrix.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "string.h"
#include "make_map.h"
#include "spring_electrical.h"
#include "QuadTree.h"
#include <time.h>
#include "SparseMatrix.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "string.h"
#include "make_map.h"
#include "spring_electrical.h"
#include <agxbuf.h>
#include <ingraphs.h>
#include <pointset.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "DotIO.h"
#include "edge_bundling.h"
#include "glexpose.h"
#include "glutrender.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#ifdef G_OS_WIN32
gchar *package_prefix;
#define ND_onstack(n) (((Agnodeinfo_t*)((n)->base.data))->onstack)
#define graphName(g) (agnameof(g))
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
static FILE *inFile;
static FILE *outFile;
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include <stdlib.h>
#include "cgraph.h"
#define ND_clust(n) ((Agraph_t*)ND_ptr(n))
#define agfindnode(G,N) (agnode(G, N, 0))
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include "config.h"
#include <ctype.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "convert.h"
#include "ingraphs.h"
#include <math.h>
#include "cgraph.h"
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#ifndef HUGE
/* HUGE is not defined on 64bit HP-UX */
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#define NODES 1
#define EDGES 2
#include <unistd.h>
#endif
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#define N_NEW(n,t) (t*)malloc((n)*sizeof(t))
#include <unistd.h>
#endif
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include <cgraph.h>
#include <ctype.h>
#include <unistd.h>
#endif
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
double Defcolor[NC] = { 0.0, 0.0, 1.0 }; /* white */
int Forward = 1; /* how to propagate colors w.r.t. ranks */
#endif
#include <string.h>
#include <ctype.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "graph_generator.h"
typedef enum { unknown, grid, circle, complete, completeb,
#include "config.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include <assert.h>
#include "gvc.h"
#include "agxbuf.h"
#include "SparseMatrix.h"
#include "matrix_market.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#define MALLOC malloc
#define FREE free
#include <unistd.h>
#endif
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
char **Files;
int chkOnly;
#include "cgraph.h"
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#define INF ((unsigned int)(-1))
#endif
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
char **Files;
char *CmdName;
#include "cgraph.h"
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
static int Do_fans = 0;
static int MaxMinlen = 0;
#include <string.h>
#include <ctype.h>
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#include "cgraph.h"
#include "ingraphs.h"
#include "cgraph.h"
#include "ingraphs.h"
-#ifdef HAVE_GETOPT_H
#include <getopt.h>
-#else
-#include "compat_getopt.h"
-#endif
#define INF ((unsigned int)(-1))