1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

done updating libpcap and pcre

This commit is contained in:
fyodor
2005-09-11 10:55:03 +00:00
parent d821d2cd44
commit e93e746aa4
17 changed files with 12456 additions and 3179 deletions

View File

@@ -100,16 +100,58 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath=".\get.c">
RelativePath=".\pcre_chartables.c">
</File>
<File
RelativePath=".\maketables.c">
RelativePath=".\pcre_compile.c">
</File>
<File
RelativePath=".\pcre.c">
RelativePath=".\pcre_config.c">
</File>
<File
RelativePath=".\study.c">
RelativePath=".\pcre_dfa_exec.c">
</File>
<File
RelativePath=".\pcre_exec.c">
</File>
<File
RelativePath=".\pcre_fullinfo.c">
</File>
<File
RelativePath=".\pcre_get.c">
</File>
<File
RelativePath=".\pcre_globals.c">
</File>
<File
RelativePath=".\pcre_info.c">
</File>
<File
RelativePath=".\pcre_maketables.c">
</File>
<File
RelativePath=".\pcre_printint.c">
</File>
<File
RelativePath=".\pcre_refcount.c">
</File>
<File
RelativePath=".\pcre_study.c">
</File>
<File
RelativePath=".\pcre_tables.c">
</File>
<File
RelativePath=".\pcre_try_flipped.c">
</File>
<File
RelativePath=".\pcre_version.c">
</File>
<File
RelativePath=".\pcre_xclass.c">
</File>
<File
RelativePath=".\pcreposix.c">
</File>
</Filter>
<Filter
@@ -117,7 +159,10 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
RelativePath=".\internal.h">
RelativePath=".\pcre.h">
</File>
<File
RelativePath=".\pcre_internal.h">
</File>
<File
RelativePath=".\pcre_win.h">
@@ -125,6 +170,12 @@
<File
RelativePath=".\pcre_winconfig.h">
</File>
<File
RelativePath=".\pcreposix.h">
</File>
<File
RelativePath=".\ucp.h">
</File>
</Filter>
<Filter
Name="Resource Files"

View File

@@ -48,17 +48,7 @@ make changes to pcre.in. */
/* Win32 uses DLL by default; it needs special stuff for exported functions. */
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
# define PCRE_DATA_SCOPE __declspec(dllexport)
# endif
# else
# ifndef PCRE_STATIC
# define PCRE_DATA_SCOPE extern __declspec(dllimport)
# endif
# endif
#endif
/* Removed -- Fyodor */
/* For other operating systems, we use the standard "extern". */

View File

@@ -1,3 +1,4 @@
#define EXPORT
#define HAVE_STRERROR 1
#define HAVE_MEMMOVE 1