[1657] in Moira

home help back first fref pref prev next nref lref last post

change to moira.h

daemon@ATHENA.MIT.EDU (Qing Dong)
Thu Aug 17 16:39:25 2000

Message-Id: <200008172039.QAA23134@melbourne-city-street.MIT.EDU>
Date: Thu, 17 Aug 2000 16:39:22 -0400
To: moiradev@mit.edu
From: Qing Dong <dongq@MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

I had to make the following small 
change to moira.h to get the moira
client to build under windows. 

Thanks. 

Qing

Index: moira.h
===================================================================
RCS file:
\\xy-work-afs\all\athena.mit.edu\astaff\project\moiradev\repository/moira/in
clude/moira.h,v
retrieving revision 1.28
diff -c -r1.28 moira.h
*** moira.h	2000/03/15 22:44:15	1.28
--- moira.h	2000/08/17 20:28:45
***************
*** 12,17 ****
--- 12,20 ----
  #ifndef strcasecmp
  #define strcasecmp      stricmp
  #endif
+ #ifndef snprintf
+ #define snprintf 	_snprintf
+ #endif
  #endif /*_WIN32 */
  
  /* return values from queries (and error codes) */



home help back first fref pref prev next nref lref last post