comparison src/sysdll.c @ 430:a5df635868b2 r21-2-23

Import from CVS: tag r21-2-23
author cvs
date Mon, 13 Aug 2007 11:29:08 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
429:8305706cbb93 430:a5df635868b2
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>
26 #include "sysdll.h" 27 #include "sysdll.h"
27 28
28 /* This whole file is conditional upon HAVE_SHLIB */ 29 /* This whole file is conditional upon HAVE_SHLIB */
29 #ifdef HAVE_SHLIB 30 #ifdef HAVE_SHLIB
30 31