summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2013-05-04 21:39:27 +0000
commitfec6336699f34758d3e6cb41b2edf902fedb9035 (patch)
tree8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /config.h.cmake
parent7dbffd7e2b0067e834801617c5c486e3177f6709 (diff)
downloadlibical-fec6336699f34758d3e6cb41b2edf902fedb9035.tar.gz
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
+