wmaker-eukara/dockapps/wmnd/config.h

173 lines
4.3 KiB
C

/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
*/
#define HAVE_DECL_GETOPT 1
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
*/
#define HAVE_DECL_STRDUP 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the `X11' library (-lX11). */
#define HAVE_LIBX11 1
/* Define to 1 if you have the `Xext' library (-lXext). */
#define HAVE_LIBXEXT 1
/* Define to 1 if you have the `Xpm' library (-lXpm). */
#define HAVE_LIBXPM 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the <net/ppp_defs.h> header file. */
#define HAVE_NET_PPP_DEFS_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* shameless(tm) */
#define NDEBUG 42
/* Name of package */
#define PACKAGE "wmnd"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "wavexx@users.sf.net"
/* Define to the full name of this package. */
#define PACKAGE_NAME "wmnd"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "wmnd 0.4.17"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wmnd"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.4.17"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
/* The size of `unsigned long', as computed by sizeof. */
#define SIZEOF_UNSIGNED_LONG 8
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/* charts drawing mode */
#define USE_DRW_CHARTS /**/
/* lines drawing mode */
#define USE_DRW_LINES /**/
/* mgraph drawing mode */
#define USE_DRW_MGRAPH /**/
/* needle drawing mode */
#define USE_DRW_NEEDLE /**/
/* sepgraphs drawing mode */
#define USE_DRW_SEPGRAPHS /**/
/* traditional drawing mode */
#define USE_DRW_TRADITIONAL /**/
/* twisted drawing mode */
#define USE_DRW_TWISTED /**/
/* waveform drawing mode */
#define USE_DRW_WAVEFORM /**/
/* wmnet drawing mode */
#define USE_DRW_WMNET /**/
/* wmwave drawing mode */
#define USE_DRW_WMWAVE /**/
/* enable freebsd sysctl driver */
/* #undef USE_FREEBSD_SYSCTL */
/* Generic SNMP module */
#define USE_GENERIC_SNMP "generic_snmp"
/* IRIX Performance Co-Pilot */
/* #undef USE_IRIX_PCP */
/* enable linux proc driver */
#define USE_LINUX_PROC "linux_proc"
/* enable nebsd ioctl driver */
/* #undef USE_NETBSD_IOCTL */
/* solaris streams pppd */
/* #undef USE_SOLARIS_FPPPD */
/* enable solaris kstat driver */
/* #undef USE_SOLARIS_KSTAT */
/* fallback driver */
#define USE_TESTING_DUMMY "testing_dummy"
/* trend support */
#define USE_TREND /**/
/* Version number of package */
#define VERSION "0.4.17"
/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* BSD function declarations */
/* #undef _BSD_SOURCE */
/* XOPEN function declarations */
/* #undef _XOPEN_SOURCE */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to `int' if <sys/types.h> does not define. */
/* #undef pid_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */