1999-01-16 03:21:25 +03:00
|
|
|
/* PACKAGE name */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
|
|
/* Package VERSION number */
|
|
|
|
#undef VERSION
|
|
|
|
|
2001-01-08 06:28:58 +03:00
|
|
|
/* VERSION number for DC target*/
|
|
|
|
#undef DC_VERSION
|
|
|
|
|
|
|
|
/* COPYRIGHT notice for DC target */
|
|
|
|
#undef DC_COPYRIGHT
|
|
|
|
|
|
|
|
/* COPYRIGHT notice for BC target */
|
|
|
|
#undef BC_COPYRIGHT
|
1999-01-16 03:21:25 +03:00
|
|
|
|
|
|
|
/* Define to use the readline library. */
|
|
|
|
#undef READLINE
|
|
|
|
|
2001-01-08 06:28:58 +03:00
|
|
|
/* Define to use the BSD libedit library. */
|
|
|
|
#undef LIBEDIT
|
|
|
|
|
1999-01-16 03:21:25 +03:00
|
|
|
/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
|
|
|
|
#undef ptrdiff_t
|
|
|
|
|