win32 header fixes; cleanups.

This commit is contained in:
Ron Pedde 2006-06-16 05:50:21 +00:00
parent 00f87a0d0b
commit ce85c85aa0
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ extern void err_setlevel(int level);
extern int err_getlevel(void);
extern int err_setdebugmask(char *list);
extern int err_setlogfile(char *file);
extern int err_setruncate(char *truncate);
extern int err_settruncate(char *truncate);
/**
* Print a debugging or log message

View File

@ -59,7 +59,7 @@
#define HAVE_SQLITE_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* #define HAVE_STDINT_H 1 */
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1