comparison src/sysdll.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6330739388db
children aabb7f5b1c81
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
21 21
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 #include <config.h> 23 #include <config.h>
24 #endif 24 #endif
25 25
26 #include <stdlib.h>
27 #include <assert.h>
28 #include <string.h>
29 #include <stdio.h>
30 #include "sysdll.h" 26 #include "sysdll.h"
31 27
32 /* This whole file is conditional upon HAVE_DLL */ 28 /* This whole file is conditional upon HAVE_DLL */
33 #ifdef HAVE_SHLIB 29 #ifdef HAVE_SHLIB
34 30