summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/perllib.c b/win32/perllib.c
index 5bd7ee83d7..3acfca1204 100644
--- a/win32/perllib.c
+++ b/win32/perllib.c
@@ -17,19 +17,15 @@
char *staticlinkmodules[] = {
"DynaLoader",
/* other similar records will be included from "perllibst.h" */
-#ifdef WITH_STATIC
#define STATIC1
#include "perllibst.h"
-#endif
NULL,
};
EXTERN_C void boot_DynaLoader (pTHX_ CV* cv);
/* other similar records will be included from "perllibst.h" */
-#ifdef WITH_STATIC
#define STATIC2
#include "perllibst.h"
-#endif
static void
xs_init(pTHX)
@@ -38,10 +34,8 @@ xs_init(pTHX)
dXSUB_SYS;
newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
/* other similar records will be included from "perllibst.h" */
-#ifdef WITH_STATIC
#define STATIC3
#include "perllibst.h"
-#endif
}
#ifdef PERL_IMPLICIT_SYS