summaryrefslogtreecommitdiff
path: root/beecrypt/beecrypt.win.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-06-02 15:58:04 +0000
committerjbj <devnull@localhost>2003-06-02 15:58:04 +0000
commit3ea8d7b1979c3bb88bffece0087f858b7a4678a7 (patch)
treee2e3d4d3485e180095fec906b49779880b6fdd0e /beecrypt/beecrypt.win.h
parentf5c14e57bc86454af679c407e9799d51706bd833 (diff)
downloadlibrpm-tizen-3ea8d7b1979c3bb88bffece0087f858b7a4678a7.tar.gz
librpm-tizen-3ea8d7b1979c3bb88bffece0087f858b7a4678a7.tar.bz2
librpm-tizen-3ea8d7b1979c3bb88bffece0087f858b7a4678a7.zip
Yet another merge to beecrypt-3.0.0..
CVS patchset: 6881 CVS date: 2003/06/02 15:58:04
Diffstat (limited to 'beecrypt/beecrypt.win.h')
-rw-r--r--beecrypt/beecrypt.win.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/beecrypt/beecrypt.win.h b/beecrypt/beecrypt.win.h
index 82ca2624e..a3f97bba4 100644
--- a/beecrypt/beecrypt.win.h
+++ b/beecrypt/beecrypt.win.h
@@ -52,9 +52,10 @@
#endif
#if defined(_MSC_VER) || __MWERKS__
+#include <stdlib.h>
+#include <string.h>
+
#define HAVE_ERRNO_H 1
-#define HAVE_STRING_H 1
-#define HAVE_STDLIB_H 1
#define HAVE_CTYPE_H 1
#define HAVE_FCNTL_H 1
#define HAVE_TIME_H 1
@@ -87,9 +88,6 @@
#endif
#if __MWERKS__
-#define HAVE_UNISTD_H 1
-#define HAVE_MALLOC_H 1
-
#define HAVE_SYS_STAT_H 0
#define HAVE_LONG_LONG 1
@@ -109,9 +107,6 @@ typedef unsigned long uint32_t;
typedef unsigned long long uint64_t;
#elif defined(_MSC_VER)
-#define HAVE_UNISTD_H 0
-#define HAVE_MALLOC_H 1
-
#define HAVE_SYS_STAT_H 1
#define HAVE_LONG_LONG 0