summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake12
1 files changed, 7 insertions, 5 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 72181a0..b177736 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -68,6 +68,9 @@
/* Define to 1 if you have the <sys/endian.h> header file. */
#cmakedefine HAVE_SYS_ENDIAN_H 1
+/* Define to 1 if you have the `setenv' function. */
+#cmakedefine HAVE_SETENV 1
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine HAVE_SYS_STAT_H 1
@@ -152,9 +155,8 @@
#define size_t int
#endif
-/* some windows flags */
-#ifdef WIN32
-#define strncasecmp strnicmp
-#define strcasecmp stricmp
-#define snprintf _snprintf
+#cmakedefine HAVE_PID_T 1
+#if !HAVE_PID_T
+typedef int pid_t;
#endif
+