summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h
diff options
context:
space:
mode:
authortjenssen <tim.jenssen@nokia.com>2012-03-13 13:38:26 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 17:35:19 +0100
commitfea754a77e599328c0a7d0801792ae1b5bc155fc (patch)
tree74d1b6fe4c43ca93e71585ea0719ec0e342ea90b /installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h
parentc1da312f182ad1b81a1f0ce627e4f9b3eddbf92b (diff)
remove old 7zip version
Change-Id: I8fa14b3132599ddd164633ad932eff4ef7734c74 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h')
-rw-r--r--installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h61
1 files changed, 0 insertions, 61 deletions
diff --git a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h b/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h
deleted file mode 100644
index 0683b6a13..000000000
--- a/installerbuilder/libinstaller/3rdparty/p7zip_9.04/unix/CPP/myWindows/config.h
+++ /dev/null
@@ -1,61 +0,0 @@
-
-#if !defined(__DJGPP__)
-
-#ifndef __CYGWIN__
- #define FILESYSTEM_IS_CASE_SENSITIVE 1
-#endif
-
- #if !defined(ENV_MACOSX) && !defined(ENV_BEOS)
-
- /* <wchar.h> */
- /* HAVE_WCHAR__H and not HAVE_WCHAR_H to avoid warning with wxWidgets */
- #define HAVE_WCHAR__H
-
- /* <wctype.h> */
- #define HAVE_WCTYPE_H
-
- /* mbrtowc */
-/* #ifndef __hpux */
-/* #define HAVE_MBRTOWC */
-/* #endif */
-
- /* towupper */
- #define HAVE_TOWUPPER
-
- #endif /* !ENV_MACOSX && !ENV_BEOS */
-
- #if !defined(ENV_BEOS)
- #define HAVE_GETPASS
- #endif
-
- /* lstat, readlink and S_ISLNK */
- #define HAVE_LSTAT
-
- /* <locale.h> */
- #define HAVE_LOCALE
-
- /* mbstowcs */
- #define HAVE_MBSTOWCS
-
- /* wcstombs */
- #define HAVE_WCSTOMBS
-
-#endif /* !__DJGPP__ */
-
-#ifndef ENV_BEOS
-#define HAVE_PTHREAD
-#endif
-
-#if defined(ENV_MACOSX)
-#define LOCALE_IS_UTF8
-#endif
-
-#ifdef LOCALE_IS_UTF8
-#undef HAVE_LOCALE
-#undef HAVE_MBSTOWCS
-#undef HAVE_WCSTOMBS
-/* #undef HAVE_MBRTOWC */
-#endif
-
-#define MAX_PATHNAME_LEN 1024
-