X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzserver.h;h=18bde7d51cfd83f8a4dbbf65c1f7f7c4e2f7871b;hp=e8f7905612ec5bd3a192cea3ca6c5666eb9b0373;hb=3726bf6622da6a8b983bb4cbb7d654e84c3216d7;hpb=0af5d3854fbf1ca317b8dc3cf3b478728f6d4d5a diff --git a/index/zserver.h b/index/zserver.h index e8f7905..18bde7d 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zserver.h,v $ - * Revision 1.42 1999-05-26 07:49:13 adam + * Revision 1.43 1999-07-14 10:59:27 adam + * Changed functions isc_getmethod, isams_getmethod. + * Improved fatal error handling (such as missing EXPLAIN schema). + * + * Revision 1.42 1999/05/26 07:49:13 adam * C++ compilation. * * Revision 1.41 1999/05/12 13:08:06 adam @@ -149,16 +153,7 @@ * */ - -#ifndef USE_TIMES -#ifdef __linux__ -#define USE_TIMES 1 -#else -#define USE_TIMES 0 -#endif -#endif - -#if USE_TIMES +#if HAVE_SYS_TIMES_H #include #endif @@ -210,7 +205,7 @@ struct zebra_info { ZebraLockHandle server_lock_cmt; ZebraLockHandle server_lock_org; char *server_path_prefix; -#if USE_TIMES +#if HAVE_SYS_TIMES_H struct tms tms1; struct tms tms2; #endif @@ -220,7 +215,6 @@ struct zebra_info { Passwd_db passwd_db; }; - struct rank_control { char *name; void *(*create)(ZebraHandle zh);