From 5f5d5d07c3ea8bead4241d6cce9ee14be226610b Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 21 Nov 2023 02:26:46 +0100 Subject: started working on windows support --- src/config.h.in | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 7020488..48c15d1 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,8 +1,5 @@ /* src/config.h.in. Generated from configure.ac by autoheader. */ -/* Enable ncurses */ -#undef ENABLE_NCURSES - /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR @@ -36,6 +33,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* test */ +#undef HAVE_W32API_H + /* Name of package */ #undef PACKAGE @@ -62,23 +62,32 @@ backward compatibility; new code need not use it. */ #undef STDC_HEADERS +/* test */ +#undef STRICT + /* Version number of package */ #undef VERSION -/* Linux OS */ -#undef VIMENE_LINUX - -/* OS */ -#undef VIMENE_OS - -/* Windows OS */ -#undef VIMENE_WINDOWS +/* test */ +#undef WINVER /* Define for Solaris 2.5.1 so the uint32_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ #undef _UINT32_T +/* test */ +#undef __GNUWIN32__ + +/* test */ +#undef __WIN95__ + +/* test */ +#undef __WINDOWS__ + +/* test */ +#undef __WXMSW__ + /* Define to the type of an unsigned integer type of width exactly 32 bits if such a type exists and the standard includes do not define it. */ #undef uint32_t -- cgit v1.2.3