[BACK]Return to acconfig.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Annotation of OpenXM_contrib/gnuplot/acconfig.h, Revision 1.1

1.1     ! maekawa     1: /* acconfig.h
        !             2:    This file is in the public domain.
        !             3:
        !             4:    Descriptive text for the C preprocessor macros that
        !             5:    the distributed Autoconf macros can define.
        !             6:    No software package will use all of them; autoheader copies the ones
        !             7:    your configure.in uses into your configuration header file templates.
        !             8:
        !             9:    The entries are in sort -df order: alphabetical, case insensitive,
        !            10:    ignoring punctuation (such as underscores).  Although this order
        !            11:    can split up related entries, it makes it easier to check whether
        !            12:    a given entry is in the file.
        !            13:
        !            14:    Leave the following blank line there!!  Autoheader needs it.  */
        !            15: 
        !            16:
        !            17: /* Define if you want to use the Apollo Graphics Primitive Resource.  */
        !            18: #undef APOLLO
        !            19:
        !            20: /* Define if you want to use the CGI terminal under SCO.  */
        !            21: #undef CGI
        !            22:
        !            23: /* Define if you want to use libgrx20 with MSDOS/djgpp.  */
        !            24: #undef DJSVGA
        !            25:
        !            26: /* Define if this system uses a 32-bit DOS extender (djgpp/emx).  */
        !            27: #undef DOS32
        !            28:
        !            29: /* Define if <errno.h> declares errno.  */
        !            30: #undef EXTERN_ERRNO
        !            31:
        !            32: /* Define if you are using the GNU readline library.  */
        !            33: #undef GNU_READLINE
        !            34:
        !            35: /* Define if your libplot.a is from GNU plotutils.  */
        !            36: #undef GNU_PLOTUTILS
        !            37:
        !            38: /* Define if you want to use the GNU version of the Unix plot library.  */
        !            39: #undef GNUGRAPH
        !            40:
        !            41: /* Define if you want to use the Apollo Graphics Primitive Resource (fixed-size window.  */
        !            42: #undef GPR
        !            43:
        !            44: /* Define if you want to use a newer version of libgrx under MSDOS/djgpp.  */
        !            45: #undef GRX21
        !            46:
        !            47: /* Define if you have Thomas Boutell's gd library.  */
        !            48: #undef HAVE_LIBGD
        !            49:
        !            50: /* Define if you have the png library.  */
        !            51: #undef HAVE_LIBPNG
        !            52:
        !            53: /* Define if you want to use the IRIS terminal on IRIS4D series computers.  */
        !            54: #undef IRIS
        !            55:
        !            56: /* Define if this is a Linux system with SuperVGA library.  */
        !            57: #undef LINUXVGA
        !            58:
        !            59: /* Define if you want to use the MGR Window system.  */
        !            60: #undef MGR
        !            61:
        !            62: /* Define if this is an MSDOS system with djgpp.  */
        !            63: #undef MSDOS
        !            64:
        !            65: /* Define if you do not want to read .gnuplot in the current directory.  */
        !            66: #undef NOCWDRC
        !            67:
        !            68: /* Define to the name of the distribution.  */
        !            69: #undef PACKAGE
        !            70:
        !            71: /* Define if you do have the popen and pclose functions.  */
        !            72: #undef PIPES
        !            73:
        !            74: /* Define if you have the function prototypes.  */
        !            75: #undef PROTOTYPES
        !            76:
        !            77: /* Define if you want to use the included readline function.  */
        !            78: #undef READLINE
        !            79:
        !            80: /* Define if you want to use the Redwood Graphics Interface Protocol.  */
        !            81: #undef RGIP
        !            82:
        !            83: /* Define if you want to use the sunview terminal (sun).  */
        !            84: #undef SUN
        !            85:
        !            86: /* Define if you want to use the unixpc terminal (ATT 3b1 or ATT 7300.  */
        !            87: #undef UNIXPC
        !            88:
        !            89: /* Define if you want to use the standard Unix plot library.  */
        !            90: #undef UNIXPLOT
        !            91:
        !            92: /* Define if you want to use the system time routines.  */
        !            93: #undef USE_SYSTEM_TIME
        !            94:
        !            95: /* Define to the version of the distribution.  */
        !            96: #undef VERSION
        !            97:
        !            98: /* Define if you are using the X11 window system.  */
        !            99: #undef X11
        !           100:
        !           101: /* Define to `long' if <sys/types.h> doesn't define.  */
        !           102: #undef time_t
        !           103:
        !           104: 
        !           105: /* Leave that blank line there!!  Autoheader needs it.
        !           106:    If you're adding to this file, keep in mind:
        !           107:    The entries are in sort -df order: alphabetical, case insensitive,
        !           108:    ignoring punctuation (such as underscores).  */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>