33 lines
1.1 KiB
C
33 lines
1.1 KiB
C
/* config.h. Generated from config.h.in by configure. */
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
to 0 otherwise. */
|
|
#define HAVE_MALLOC 1
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "nest-sanity-checks"
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#define PACKAGE_BUGREPORT "https://git.h.hackclub.app/9pfs/nest-sanity-checks/issues"
|
|
|
|
/* Define to the full name of this package. */
|
|
#define PACKAGE_NAME "nest-sanity-checks"
|
|
|
|
/* Define to the full name and version of this package. */
|
|
#define PACKAGE_STRING "nest-sanity-checks 0.0.1-dev"
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
#define PACKAGE_TARNAME "nest-sanity-checks"
|
|
|
|
/* Define to the home page for this package. */
|
|
#define PACKAGE_URL ""
|
|
|
|
/* Define to the version of this package. */
|
|
#define PACKAGE_VERSION "0.0.1-dev"
|
|
|
|
/* Version number of package */
|
|
#define VERSION "0.0.1-dev"
|
|
|
|
/* Define to rpl_malloc if the replacement function should be used. */
|
|
/* #undef malloc */
|