選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

10 行
250 B

--- record.c.orig Sat Jan 5 20:39:48 2002
+++ record.c Sat Jan 5 20:39:59 2002
@@ -15,6 +15,7 @@
#include <md5.h>
#ifdef HAVE_DB_185_H
#define DB_LIBRARY_COMPATIBILITY_API
+#define DB185 DB
#include <db_185.h>
#elif HAVE_DB_H
#include <db.h>