aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-21 06:27:30 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-21 06:27:30 +0100
commit3b39fef2914bd0094d1f0ff578e0a9e022355399 (patch)
tree8bb945da113f5ba3393eddb1b430ffb1d7c55fc6 /src/config.h.in
parent7b2bb469c13702498a49d6a8a9cf1bd2a4efcfff (diff)
downloadengine-3b39fef2914bd0094d1f0ff578e0a9e022355399.tar.gz
cleanups
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 48c15d1..a83c6ff 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -33,9 +33,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* test */
-#undef HAVE_W32API_H
-
/* Name of package */
#undef PACKAGE
@@ -62,32 +59,17 @@
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
-/* test */
-#undef STRICT
-
/* Version number of package */
#undef VERSION
-/* test */
-#undef WINVER
-
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> 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 */
+/* Compile for Windows */
#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