[BACK]Return to config.hin CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Annotation of OpenXM_contrib/gnuplot/config.hin, Revision 1.1.1.2

1.1       maekawa     1: /* config.hin.  Generated automatically from configure.in by autoheader.  */
                      2:
                      3: /* Define to empty if the keyword does not work.  */
                      4: #undef const
                      5:
                      6: /* Define if you have the ANSI # stringizing operator in cpp. */
                      7: #undef HAVE_STRINGIZE
                      8:
                      9: /* Define if you have <unistd.h>.  */
                     10: #undef HAVE_UNISTD_H
                     11:
                     12: /* Define as __inline if that's what the C compiler calls it.  */
                     13: #undef inline
                     14:
                     15: /* Define as the return type of signal handlers (int or void).  */
                     16: #undef RETSIGTYPE
                     17:
                     18: /* Define to `unsigned' if <sys/types.h> doesn't define.  */
                     19: #undef size_t
                     20:
                     21: /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
                     22: #undef STAT_MACROS_BROKEN
                     23:
                     24: /* Define if you have the ANSI C header files.  */
                     25: #undef STDC_HEADERS
                     26:
                     27: /* Define if the X Window System is missing or not being used.  */
                     28: #undef X_DISPLAY_MISSING
                     29:
                     30: /* Define to `long' if <sys/types.h> doesn't define.  */
                     31: #undef time_t
                     32:
                     33: /* Define if you have the atexit function.  */
                     34: #undef HAVE_ATEXIT
                     35:
                     36: /* Define if you have the bcopy function.  */
                     37: #undef HAVE_BCOPY
                     38:
                     39: /* Define if you have the bzero function.  */
                     40: #undef HAVE_BZERO
                     41:
                     42: /* Define if you have the erf function.  */
                     43: #undef HAVE_ERF
                     44:
                     45: /* Define if you have the erfc function.  */
                     46: #undef HAVE_ERFC
                     47:
                     48: /* Define if you have the gamma function.  */
                     49: #undef HAVE_GAMMA
                     50:
                     51: /* Define if you have the getcwd function.  */
                     52: #undef HAVE_GETCWD
                     53:
                     54: /* Define if you have the index function.  */
                     55: #undef HAVE_INDEX
                     56:
                     57: /* Define if you have the lgamma function.  */
                     58: #undef HAVE_LGAMMA
                     59:
                     60: /* Define if you have the memcpy function.  */
                     61: #undef HAVE_MEMCPY
                     62:
                     63: /* Define if you have the memmove function.  */
                     64: #undef HAVE_MEMMOVE
                     65:
                     66: /* Define if you have the memset function.  */
                     67: #undef HAVE_MEMSET
                     68:
                     69: /* Define if you have the on_exit function.  */
                     70: #undef HAVE_ON_EXIT
                     71:
                     72: /* Define if you have the pclose function.  */
                     73: #undef HAVE_PCLOSE
                     74:
                     75: /* Define if you have the popen function.  */
                     76: #undef HAVE_POPEN
                     77:
                     78: /* Define if you have the rindex function.  */
                     79: #undef HAVE_RINDEX
                     80:
1.1.1.2 ! maekawa    81: /* Define if you have the select function.  */
        !            82: #undef HAVE_SELECT
        !            83:
1.1       maekawa    84: /* Define if you have the setvbuf function.  */
                     85: #undef HAVE_SETVBUF
                     86:
                     87: /* Define if you have the sleep function.  */
                     88: #undef HAVE_SLEEP
                     89:
                     90: /* Define if you have the snprintf function.  */
                     91: #undef HAVE_SNPRINTF
                     92:
                     93: /* Define if you have the strchr function.  */
                     94: #undef HAVE_STRCHR
                     95:
                     96: /* Define if you have the strerror function.  */
                     97: #undef HAVE_STRERROR
                     98:
                     99: /* Define if you have the strncasecmp function.  */
                    100: #undef HAVE_STRNCASECMP
                    101:
                    102: /* Define if you have the strnicmp function.  */
                    103: #undef HAVE_STRNICMP
                    104:
                    105: /* Define if you have the strrchr function.  */
                    106: #undef HAVE_STRRCHR
                    107:
                    108: /* Define if you have the strstr function.  */
                    109: #undef HAVE_STRSTR
                    110:
                    111: /* Define if you have the sysinfo function.  */
                    112: #undef HAVE_SYSINFO
                    113:
                    114: /* Define if you have the tcgetattr function.  */
                    115: #undef HAVE_TCGETATTR
                    116:
                    117: /* Define if you have the <errno.h> header file.  */
                    118: #undef HAVE_ERRNO_H
                    119:
                    120: /* Define if you have the <float.h> header file.  */
                    121: #undef HAVE_FLOAT_H
                    122:
                    123: /* Define if you have the <libc.h> header file.  */
                    124: #undef HAVE_LIBC_H
                    125:
                    126: /* Define if you have the <limits.h> header file.  */
                    127: #undef HAVE_LIMITS_H
                    128:
                    129: /* Define if you have the <locale.h> header file.  */
                    130: #undef HAVE_LOCALE_H
                    131:
                    132: /* Define if you have the <malloc.h> header file.  */
                    133: #undef HAVE_MALLOC_H
                    134:
                    135: /* Define if you have the <math.h> header file.  */
                    136: #undef HAVE_MATH_H
                    137:
                    138: /* Define if you have the <sgtty.h> header file.  */
                    139: #undef HAVE_SGTTY_H
                    140:
                    141: /* Define if you have the <stdlib.h> header file.  */
                    142: #undef HAVE_STDLIB_H
                    143:
                    144: /* Define if you have the <string.h> header file.  */
                    145: #undef HAVE_STRING_H
                    146:
                    147: /* Define if you have the <sys/bsdtypes.h> header file.  */
                    148: #undef HAVE_SYS_BSDTYPES_H
                    149:
                    150: /* Define if you have the <sys/select.h> header file.  */
                    151: #undef HAVE_SYS_SELECT_H
                    152:
                    153: /* Define if you have the <sys/socket.h> header file.  */
                    154: #undef HAVE_SYS_SOCKET_H
                    155:
                    156: /* Define if you have the <sys/stat.h> header file.  */
                    157: #undef HAVE_SYS_STAT_H
                    158:
                    159: /* Define if you have the <sys/systeminfo.h> header file.  */
                    160: #undef HAVE_SYS_SYSTEMINFO_H
                    161:
                    162: /* Define if you have the <sys/time.h> header file.  */
                    163: #undef HAVE_SYS_TIME_H
                    164:
                    165: /* Define if you have the <sys/timeb.h> header file.  */
                    166: #undef HAVE_SYS_TIMEB_H
                    167:
                    168: /* Define if you have the <sys/types.h> header file.  */
                    169: #undef HAVE_SYS_TYPES_H
                    170:
                    171: /* Define if you have the <sys/utsname.h> header file.  */
                    172: #undef HAVE_SYS_UTSNAME_H
                    173:
                    174: /* Define if you have the <termios.h> header file.  */
                    175: #undef HAVE_TERMIOS_H
                    176:
                    177: /* Define if you have the <time.h> header file.  */
                    178: #undef HAVE_TIME_H
                    179:
1.1.1.2 ! maekawa   180: /* Define if you have the <unistd.h> header file.  */
        !           181: #undef HAVE_UNISTD_H
        !           182:
1.1       maekawa   183: /* Define if you have the <values.h> header file.  */
                    184: #undef HAVE_VALUES_H
                    185:
1.1.1.2 ! maekawa   186: /* Define if you have the m library (-lm).  */
        !           187: #undef HAVE_LIBM
        !           188:
1.1       maekawa   189: /* Name of package */
                    190: #undef PACKAGE
                    191:
                    192: /* Version number of package */
                    193: #undef VERSION
                    194:
                    195: /* Define if compiler has function prototypes */
                    196: #undef PROTOTYPES
1.1.1.2 ! maekawa   197:
        !           198: /*  Define if you are using the X11 window system.  */
        !           199: #undef X11
        !           200:
        !           201: /*  Define if this is an MSDOS system.  */
        !           202: #undef MSDOS
        !           203:
        !           204: /*  Define if this system uses a 32-bit DOS extender (djgpp/emx).  */
        !           205: #undef DOS32
        !           206:
        !           207: /*  Define if you want to use libgrx20 with MSDOS/djgpp.  */
        !           208: #undef DJSVGA
        !           209:
        !           210: /*  Define if you want to use a newer version of libgrx under MSDOS/djgpp.  */
        !           211: #undef GRX21
        !           212:
        !           213: /*  Define if <errno.h> declares errno.  */
        !           214: #undef EXTERN_ERRNO
        !           215:
        !           216: /*  Define if you do have the popen and pclose functions.  */
        !           217: #undef PIPES
        !           218:
        !           219: /*  First arg for select().  */
        !           220: #undef fd_set_size_t
        !           221:
        !           222: /*  Define if the type in arguments 2-4 to select() is fd_set.  */
        !           223: #undef fd_set
        !           224:
        !           225: /*  Define if the type in arguments 2-4 to select() is fd_set.  */
        !           226: #undef SELECT_FD_SET_CAST
        !           227:
        !           228: /*  Define if this is a Linux system with SuperVGA library.  */
        !           229: #undef LINUXVGA
        !           230:
        !           231: /*  Define if you are using the GNU readline library.  */
        !           232: #undef HAVE_LIBREADLINE
        !           233:
        !           234: /*  Define if you want to use the included readline function.  */
        !           235: #undef READLINE
        !           236:
        !           237: /*  Define if you want to use the standard Unix plot library.  */
        !           238: #undef UNIXPLOT
        !           239:
        !           240: /*  Define if you have the <plotcompat.h> header file.  */
        !           241: #undef HAVE_PLOTCOMPAT_H
        !           242:
        !           243: /*  Define if you want to use the GNU version of the Unix plot library.  */
        !           244: #undef GNUGRAPH
        !           245:
        !           246: /*  Define if your libplot.a is from GNU plotutils.  */
        !           247: #undef GNU_PLOTUTILS
        !           248:
        !           249: /*  Define if you have Thomas Boutell's gd library.  */
        !           250: #undef HAVE_LIBGD
        !           251:
        !           252: /*  Define if you have the png library.  */
        !           253: #undef HAVE_LIBPNG
        !           254:
        !           255: /*  Define if you want to use the CGI terminal under SCO.  */
        !           256: #undef CGI
        !           257:
        !           258: /*  Define if you want to use the sunview terminal (sun).  */
        !           259: #undef SUN
        !           260:
        !           261: /*  Define if you do not want to read .gnuplot in the current directory.  */
        !           262: #undef NOCWDRC
        !           263:
        !           264: /*  Define if you want to use the IRIS terminal on IRIS4D series computers.  */
        !           265: #undef IRIS
        !           266:
        !           267: /*  Define if you want to use the MGR Window system.  */
        !           268: #undef MGR
        !           269:
        !           270: /*  Define if you want to use the Redwood Graphics Interface Protocol.  */
        !           271: #undef RGIP
1.1       maekawa   272:

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