diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-01 23:11:59 +0000 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-01 23:11:59 +0000 |
| commit | 9751403aeb161a49287582fab5965d33801bd76c (patch) | |
| tree | 2c567c9eace65834f8980f856a031ccaa7086658 /config.h.in | |
| parent | 58a402d36d5014c6dd06b8c8845671b85f0d1916 (diff) | |
| download | nimisewi_c-9751403aeb161a49287582fab5965d33801bd76c.tar.gz nimisewi_c-9751403aeb161a49287582fab5965d33801bd76c.zip | |
changed build system to cmake (yeah, it's pretty big and complex, but i kindav0.2.0
like it).
added "-v" and "--version" flags to nimisewi, that are outputting version
information and compile features.
updated readme with new build instructions.
FossilOrigin-Name: 2ca71b4636bf84c76232e040f8ad5e8769a5381f7f99b76360233e6e6c78d686
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 88 |
1 files changed, 3 insertions, 85 deletions
diff --git a/config.h.in b/config.h.in index f4c2600..c0ff135 100644 --- a/config.h.in +++ b/config.h.in @@ -1,85 +1,3 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define to 1 if you have the <bsd/string.h> header file. */ -#undef HAVE_BSD_STRING_H - -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - -/* Define to 1 if you have the <inttypes.h> header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - -/* Define to 1 if you have the `pledge' function. */ -#undef HAVE_PLEDGE - -/* Define to 1 if you have the <stdint.h> header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the <stdio.h> header file. */ -#undef HAVE_STDIO_H - -/* Define to 1 if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the <string.h> header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strlcat' function. */ -#undef HAVE_STRLCAT - -/* Define to 1 if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the <sys/time.h> header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if all of the C90 standard headers exist (not just the ones - required in a freestanding environment). This macro is provided for - backward compatibility; new code need not use it. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc - -/* Define as a signed integer type capable of holding a process identifier. */ -#undef pid_t - -/* Define to `unsigned int' if <sys/types.h> does not define. */ -#undef size_t +#define NIMISEWI_VERSION "@nimisewi_VERSION@" +#define PACKAGE_STRING "@CMAKE_PROJECT_NAME@" " " NIMISEWI_VERSION +#define PACKAGE_DESCRIPTION "@nimisewi_DESCRIPTION@" |
