summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-10-06 09:28:30 +0200
committerAurelien Foret <aurelien@archlinux.org>2005-10-06 09:28:30 +0200
commit4ee51bdf46144d4586843e490b3bb1fd23ffd585 (patch)
treea1223ace4e73f0d1d41db6f3ef638d4863a74cba /config.h
parenteffbe50ffd811f4c289e5cb264c7b01303f57d19 (diff)
downloadpacman-4ee51bdf46144d4586843e490b3bb1fd23ffd585.tar.gz
pacman-4ee51bdf46144d4586843e490b3bb1fd23ffd585.tar.xz
Added a CYGWIN define to include header files required to build in a Cygwin environment
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 703fe6fa..e59a0e58 100644
--- a/config.h
+++ b/config.h
@@ -2,4 +2,4 @@
#define HAVE_LOCALE_H 1
#define HAVE_SETLOCALE 1
#define HAVE_STRVERSCMP 1
-
+#undef CYGWIN