]> granicus.if.org Git - graphviz/commitdiff
Remove all usage of _PACKAGE_ast and PACKAGE_ast
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 31 Oct 2016 13:36:47 +0000 (14:36 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Wed, 7 Dec 2016 13:52:37 +0000 (14:52 +0100)
These two defines are never set in the configuration or code. Manually
setting them causes the build to fail. Therefore all usage of these
defines can be removed.

17 files changed:
cmd/lefty/common.h
cmd/lefty/dot2l/dotparse.y
cmd/lefty/internal.c
lib/cgraph/cgraph.h
lib/neatogen/matinv.c
lib/sfio/sfexit.c
lib/sfio/sfhdr.h
lib/sfio/sfio.h
lib/sfio/sfmode.c
lib/sfio/sfpkrd.c
lib/sfio/sfpopen.c
lib/sfio/sftmp.c
lib/sfio/vthread.h
lib/vmalloc/malloc.c
lib/vmalloc/vmalloc.h
lib/vmalloc/vmexit.c
lib/vmalloc/vmhdr.h

index aafe68c63b99d6449a03d545a1b99721abf5eaba..7d34fd98170349c213aff6eac0b714835e5e6b48 100644 (file)
@@ -39,10 +39,6 @@ extern "C" {
 #define FEATURE_X11 1
 #endif
 
-#ifdef _PACKAGE_ast
-#include <ast.h>
-#define HAVE_STRERROR 1
-#else
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
@@ -55,7 +51,6 @@ extern "C" {
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
-#endif
 
 #include <inttypes.h>
 #include <math.h>
index 38fa60a284a845cf4ebcc99c62fa641333615bca..31a651b776dad1e0791a39fc6427507a3eca090f 100644 (file)
@@ -12,9 +12,6 @@
  *************************************************************************/
 
 %{
-#if defined(_PACKAGE_ast)
-#include <ast.h>
-#endif
 #include <stdio.h>
 
 typedef void *Tobj;
index 7703174783bfda0e44b47250b3ce2cc334e5b4ff..4974125445d0b1390241695cfc4cc9e871bde3b9 100644 (file)
@@ -75,9 +75,6 @@ int Iparsegraphlabel (int, Tonm_t *);
 int Ireadgraph (int, Tonm_t *);
 int Iwritegraph (int, Tonm_t *);
 #endif
-#ifdef _PACKAGE_ast
-int Imatch (int, Tonm_t *);
-#endif
 #ifdef FEATURE_CS
 int C2Lreadcsmessage (int, Tonm_t *);
 #endif
@@ -151,9 +148,6 @@ Ifunc_t Ifuncs[] = {
     { "readgraph",       Ireadgraph,       1, 2 },
     { "writegraph",      Iwritegraph,      3, 3 },
 #endif
-#ifdef _PACKAGE_ast
-    { "match", Imatch, 2, 2 },
-#endif
 #ifdef FEATURE_CS
     { "readcsmessage", C2Lreadcsmessage, 1, 1 },
 #endif
@@ -827,17 +821,6 @@ int Iwritegraph (int argc, lvar_t *argv) {
 }
 #endif
 
-#ifdef _PACKAGE_ast
-/* ast related functions */
-
-int Imatch (int argc, lvar_t *argv) {
-    if (!T_ISSTRING (argv[0].o) || !T_ISSTRING (argv[1].o))
-        return L_FAILURE;
-    rtno = Tinteger (strmatch (Tgetstring (argv[0].o), Tgetstring (argv[1].o)));
-    return L_SUCCESS;
-}
-#endif
-
 static void growbufp (int newsize) {
     if (!(bufp = realloc (
         bufp, ((newsize + BUFINCR - 1) / BUFINCR) * BUFINCR * BUFSIZE
index 23376229f7a51d4bcf2b912737e935b904b60800..bb3ddffaf458e0d2de012c2803bf77bcb71bc744 100644 (file)
@@ -245,17 +245,6 @@ struct Agraph_s {
     Agclos_t *clos;            /* shared resources */
 };
 
-
-#if defined(_PACKAGE_ast)
-/* fine control of object callbacks */
-#   if defined(_BLD_cgraph) && defined(__EXPORT__)
-#      define extern  __EXPORT__
-#   endif
-#   if !defined(_BLD_cgraph) && defined(__IMPORT__)
-#      define extern  __IMPORT__
-#   endif
-#endif
-
 extern void agpushdisc(Agraph_t * g, Agcbdisc_t * disc, void *state);
 extern int agpopdisc(Agraph_t * g, Agcbdisc_t * disc);
 extern int agcallbacks(Agraph_t * g, int flag);        /* return prev value */
@@ -418,11 +407,6 @@ extern agusererrf agseterrf(agusererrf);
 #define TAILPORT_ID            "tailport"
 #define HEADPORT_ID            "headport"
 
-#if defined(_PACKAGE_ast)
-#   if !defined(_BLD_cgraph) && defined(__IMPORT__)
-#      define extern  __IMPORT__
-#   endif
-#endif
 #if defined(_MSC_VER) && !defined(CGRAPH_EXPORTS)
 #define extern __declspec(dllimport)
 #endif
index 0f3bf1f017edea72921a918143b10eee55d44b7e..35b56df2a6ce73649f121d4e3c6fda4fdce10316 100644 (file)
  *     n    - the order of the matrices A and Ainv
  */
 
-#if defined(_PACKAGE_ast)
-#include <ast.h>
-#else
-#endif
 #include <stdlib.h>
 #include "render.h"
 extern int lu_decompose(double **a, int n);
index b7678f72b66c29de2c2286ba2478d0fcaca70f7a..0be4d1a28dfbf38d2f7925a7262ee11a38f55925 100644 (file)
 **     Written by Kiem-Phong Vo
 */
 
-#if PACKAGE_ast
-int _AST_already_has_them;
-#else
-
 #if !_lib_atexit
 #if _lib_onexit
 
@@ -158,5 +154,4 @@ waitpid(int pid, int *status, int options)
 
 #endif /*_lib_waitpid*/
 
-#endif                         /*!PACKAGE_ast */
 #endif
index 7aca87afb00b529aff59f0d422d69f7eab2326b2..02d6db375c124194516b2bd40a7964d16214075b 100644 (file)
@@ -33,24 +33,6 @@ extern "C" {
 /* note that the macro vt_threaded has effect on vthread.h */
 #include       <vthread.h>
 
-/* file system info */
-#if defined(_PACKAGE_ast)
-
-#include       <ast.h>
-#include       <ast_time.h>
-#include       <ast_tty.h>
-#include       <ls.h>
-
-#if _mem_st_blksize_stat
-#define _stat_blksize  1
-#endif
-
-#if _lib_localeconv && _hdr_locale
-#define _lib_locale    1
-#endif
-
-#else                          /*!defined(_PACKAGE_ast) */
-
 #if defined(__mips) && __mips == 2 && !defined(_NO_LARGEFILE64_SOURCE)
 #define _NO_LARGEFILE64_SOURCE  1
 #endif
@@ -124,8 +106,6 @@ extern "C" {
 #include       <unistd.h>
 #endif
 
-#endif /*defined(_PACKAGE_ast)*/
-
 #include       <errno.h>
 #include       <ctype.h>
 
@@ -379,7 +359,7 @@ extern "C" {
 #define ESPIPE 29
 #endif
 /* see if we can use memory mapping for io */
-#if !defined(_PACKAGE_ast) && defined(_mmap_worthy)
+#if defined(_mmap_worthy)
 #      ifdef _LARGEFILE64_SOURCE
 #              undef   mmap
 #      endif
@@ -740,13 +720,8 @@ extern "C" {
 
 #define        SF_RADIX        64      /* maximum integer conversion base */
 
-#if defined(_PACKAGE_ast)
-#define SF_MAXINT      INT_MAX
-#define SF_MAXLONG     LONG_MAX
-#else
 #define SF_MAXINT      ((int)(((uint)~0) >> 1))
 #define SF_MAXLONG     ((long)(((ulong)~0L) >> 1))
-#endif
 
 #define SF_MAXCHAR     ((uchar)(~0))
 
@@ -844,9 +819,6 @@ extern "C" {
 #define max(x,y)       ((x) > (y) ? (x) : (y))
 
 /* fast functions for memory copy and memory clear */
-#if defined(_PACKAGE_ast)
-#define memclear(s,n)  memzero(s,n)
-#else
 #if _lib_bcopy && !_lib_memcpy
 #define memcpy(to,fr,n)        bcopy((fr),(to),(n))
 #endif
@@ -855,7 +827,6 @@ extern "C" {
 #else
 #define memclear(s,n)  memset((s),'\0',(n))
 #endif
-#endif /*defined(_PACKAGE_ast)*/
 
 /* note that MEMCPY advances the associated pointers */
 #define MEMCPY(to,fr,n) \
@@ -916,8 +887,6 @@ extern "C" {
     extern int munmap(void *, size_t);
 #endif
 
-#if !defined(_PACKAGE_ast)
-
 #ifdef WIN32
 #undef SF_ERROR
 #include <io.h>
@@ -981,8 +950,6 @@ extern "C" {
     extern int open(const char *, int, ...);
 #endif
 
-#endif                         /* defined(_PACKAGE_ast) */
-
 #endif /*_SFHDR_H*/
 #ifdef __cplusplus
 }
index ddd7666561a9052e6822f091d98b60c97882d0e8..fe2ac1884b9d6f0f7d25b85f9543cf78bbbbba9b 100644 (file)
@@ -25,9 +25,6 @@ extern "C" {
 **     Written by Kiem-Phong Vo
 */
 
-#if defined(_PACKAGE_ast)
-#include       <ast_std.h>
-#else
 #include       <ast_common.h>
 
 #include <stdarg.h>
@@ -93,8 +90,6 @@ extern "C" {
 #endif
 #endif
 
-#endif                         /* defined(_PACKAGE_ast) */
-
 /* Sfoff_t should be large enough for largest file address */
 
 
index f629dbdf54ed60d29ccd5aa567c8d61054a6bbe3..4ffeeb079f3bc64aca9a936daf0fa7d66109027d 100644 (file)
@@ -34,14 +34,8 @@ static char *Version = "\n@(#)sfio (AT&T Labs - kpv) 2001-02-01\0\n";
 */
 
 /* the below is for protecting the application from SIGPIPE */
-#if defined(_PACKAGE_ast)
-#include               <sig.h>
-#include               <wait.h>
-#define Sfsignal_f     Sig_handler_t
-#else
 #include               <signal.h>
 typedef void (*Sfsignal_f) (int);
-#endif
 static int _Sfsigp = 0;                /* # of streams needing SIGPIPE protection */
 
 /* done at exiting time */
@@ -233,18 +227,12 @@ int _sfpclose(reg Sfio_t * f)
            CLOSE(p->file);
 
        /* wait for process termination */
-#if defined(_PACKAGE_ast)
-       sigcritical(1);
-#endif
 #ifndef WIN32
        while ((pid = waitpid(p->pid, &status, 0)) == -1
               && errno == EINTR);
 #endif
        if (pid < 0)
            status = -1;
-#if defined(_PACKAGE_ast)
-       sigcritical(0);
-#endif
 
 #ifdef SIGPIPE
        vtmtxlock(_Sfmutex);
index d38ed84e315c1efa4051611653f1c67bef701d66..d0176fe0d8cea271c45007388f4b4141703fe9eb 100644 (file)
  *************************************************************************/
 
 #include       "sfhdr.h"
-#if !defined(_PACKAGE_ast)
 #ifndef FIONREAD
 #if _sys_ioctl
 #include       <sys/ioctl.h>
 #endif
 #endif
-#endif
 
 /*     Read/Peek a record from an unseekable device
 **
index dbf17d75f22c2cdd0f7951936800b70e5a004335..55810d7e720ca1b40cb12480c24500a173319c08 100644 (file)
 **     Written by Kiem-Phong Vo.
 */
 
-#if defined(_PACKAGE_ast)
-#include       <proc.h>
-#else
-
 #define EXIT_NOTFOUND  127
 
 #define READ           0
@@ -118,8 +114,6 @@ static void execute(const char *argcmd)
     _exit(EXIT_NOTFOUND);
 }
 
-#endif /*defined(_PACKAGE_ast)*/
-
 #ifndef WIN32
 /**
  * @param f
@@ -128,46 +122,6 @@ static void execute(const char *argcmd)
  */
 Sfio_t *sfpopen(Sfio_t * f, const char *command, const char *mode)
 {
-#if defined(_PACKAGE_ast)
-    reg Proc_t *proc;
-    reg int sflags;
-    reg long flags;
-    reg int bits;
-    char *av[4];
-
-    if (!command || !command[0] || !(sflags = _sftype(mode, NiL, NiL)))
-       return 0;
-
-    if (f == (Sfio_t *) (-1)) {        /* stdio compatibility mode */
-       f = NIL(Sfio_t *);
-       bits = SF_STDIO;
-    } else
-       bits = 0;
-
-    flags = 0;
-    if (sflags & SF_READ)
-       flags |= PROC_READ;
-    if (sflags & SF_WRITE)
-       flags |= PROC_WRITE;
-    av[0] = "sh";
-    av[1] = "-c";
-    av[2] = (char *) command;
-    av[3] = 0;
-    if (!(proc = procopen(0, av, 0, 0, flags)))
-       return 0;
-    if (!(f = sfnew(f, NIL(void *), (size_t) SF_UNBOUND,
-                   (sflags & SF_READ) ? proc->rfd : proc->wfd, sflags)) ||
-       ((f->bits |= bits),
-        _sfpopen(f, (sflags & SF_READ) ? proc->wfd : -1, proc->pid)) < 0)
-    {
-       if (f)
-           sfclose(f);
-       procclose(proc);
-       return 0;
-    }
-    procfree(proc);
-    return f;
-#else
     reg int pid, fd, pkeep, ckeep, sflags;
     int stdio, parent[2], child[2];
     Sfio_t sf;
@@ -285,6 +239,5 @@ Sfio_t *sfpopen(Sfio_t * f, const char *command, const char *mode)
        }
        return NIL(Sfio_t *);
     }
-#endif /*defined(_PACKAGE_ast)*/
 }
 #endif
index 3616432a410248fdf3efb1102c422d52ee19d71a..52a63757dbbb8d0c0870f9f5971ec1e303ac5f2d 100644 (file)
@@ -122,7 +122,6 @@ static int _rmtmp(Sfio_t * f, char *file)
     return 0;
 }
 
-#if !defined(_PACKAGE_ast)
 #include       <time.h>
 #define                TMPDFLT         "/tmp"
 static char **Tmppath, **Tmpcur;
@@ -167,15 +166,12 @@ char **_sfgetpath(char *path)
     return dirs;
 }
 
-#endif                         /*!defined(_PACKAGE_ast) */
-
 static int _tmpfd(Sfio_t * f)
 {
     reg char *file;
     reg int fd;
     int t;
 
-#if !defined(_PACKAGE_ast)
     /* set up path of dirs to create temp files */
     if (!Tmppath && !(Tmppath = _sfgetpath("TMPPATH"))) {
        if (!(Tmppath = (char **) malloc(2 * sizeof(char *))))
@@ -196,12 +192,10 @@ static int _tmpfd(Sfio_t * f)
        Tmpcur += 1;
     if (!Tmpcur || !Tmpcur[0])
        Tmpcur = Tmppath;
-#endif                         /*!defined(_PACKAGE_ast) */
 
     file = NIL(char *);
     fd = -1;
     for (t = 0; t < 10; ++t) { /* compute a random name */
-#if !defined(_PACKAGE_ast)
        static ulong Key, A;
        if (A == 0 || t > 0) {  /* get a quasi-random coefficient */
            reg int r;
@@ -216,9 +210,6 @@ static int _tmpfd(Sfio_t * f)
        Key = A * Key + 987654321;
        file = sfprints("%s/sf%3.3.32lu.%3.3.32lu",
                        Tmpcur[0], (Key >> 15) & 0x7fff, Key & 0x7fff);
-#else
-       file = pathtmp(file, NiL, "sf", NiL);
-#endif                         /*!defined(_PACKAGE_ast) */
 
        if (!file)
            return -1;
@@ -245,9 +236,6 @@ static int _tmpfd(Sfio_t * f)
 
     if (fd >= 0)
        _rmtmp(f, file);
-#if defined(_PACKAGE_ast)
-    free(file);
-#endif /*defined(_PACKAGE_ast)*/
 
     return fd;
 }
index a186943ce9cfa2270a3e96f90595067e4b849786..b06d96232e1bdf9d4a20397dfc51bcf37f2f3287 100644 (file)
@@ -30,12 +30,6 @@ extern "C" {
 #include       <ast_common.h>
 #include       <errno.h>
 
-/* ast doesn't do threads yet */
-#if defined(_PACKAGE_ast) && !defined(vt_threaded)
-#define vt_threaded     0
-#endif
-
-
 #if !defined(vt_threaded) || (defined(vt_threaded) && vt_threaded == 1)
 #define _may_use_threads       1
 #else
index ff5a6b79d9655cd75066c4a21229da67464c0806..d50ff97ab0de501fd1874b396a7193f15ccba8e8 100644 (file)
@@ -143,11 +143,7 @@ static int createfile(char *file)
     }
 
     *next = '\0';
-#if defined(_PACKAGE_ast)
-    return open(buf, O_WRONLY | O_CREAT | O_TRUNC, CREAT_MODE);
-#else
     return creat(buf, CREAT_MODE);
-#endif
 }
 
 static void pfprint(void)
index e66a230c8de68ad97fa739d897f72c72364a977e..9424ae39dedcef02a2165420b35e3a9f6d8c4c98 100644 (file)
@@ -25,11 +25,7 @@ extern "C" {
 
 #define VMALLOC_VERSION        19990805L
 
-#if defined(_PACKAGE_ast)
-#include       <ast_std.h>
-#else
 #include       <ast_common.h>
-#endif
 
     typedef struct _vmalloc_s Vmalloc_t;
     typedef struct _vmstat_s Vmstat_t;
index de00734864ed4d0180c84d0adb529bb8b64e9086..05837911b4884f5fbd43390071854e5d6cadd445 100644 (file)
@@ -17,7 +17,7 @@
 **     Any required functions for process exiting.
 **     Written by Kiem-Phong Vo, kpv@research.att.com (05/25/93).
 */
-#if defined(_PACKAGE_ast) || _lib_atexit
+#if  _lib_atexit
 int Vm_atexit_already_defined;
 #else
 
@@ -64,4 +64,4 @@ void exit(int type)
 
 #endif                         /* _lib_onexit || _lib_on_exit */
 
-#endif                         /*!PACKAGE_ast */
+#endif                         /*_lib_atexit */
index 551c53f16817752c4d12a02604df62d06d69aa12..22fefc3845333c4e3143c5d62b9579b2a8d667c7 100644 (file)
@@ -31,30 +31,9 @@ extern "C" {
 **     Written by Kiem-Phong Vo, kpv@research.att.com, 01/16/94.
 */
 
-
-#if defined(_PACKAGE_ast)
-
-#if defined(__STDPP__directive) && defined(__STDPP__hide)
-    __STDPP__directive pragma pp:hide getpagesize
-#else
-#define getpagesize    ______getpagesize
-#endif
-
-#include       <ast.h>
-
-#if defined(__STDPP__directive) && defined(__STDPP__hide)
-    __STDPP__directive pragma pp:nohide getpagesize
-#else
-#undef getpagesize
-#endif
-
-#else
-
 #include       <ast_common.h>
 #include       "FEATURE/vmalloc"
 
-#endif /*defined(_PACKAGE_ast)*/
-
 #undef free
 #undef malloc
 #undef realloc
@@ -432,9 +411,6 @@ extern "C" {
 
      extern Vmextern_t _Vmextern;
 
-
-#if !defined(_PACKAGE_ast)
-
     extern size_t getpagesize(void);
 
 #ifndef WIN32
@@ -463,8 +439,6 @@ extern "C" {
 #endif
     extern void _cleanup(void);
 
-#endif                         /*!PACKAGE_ast */
-
 /* for vmdcsbrk.c */
 #if !_typ_ssize_t
     typedef int ssize_t;