dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/ildb ildb_input.c,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildb ildb_input.c,1.3,1.4
Date: Tue, 17 Jun 2003 01:08:52 -0400

Update of /cvsroot/dotgnu-pnet/pnet/ildb
In directory subversions:/tmp/cvs-serv20109/ildb

Modified Files:
        ildb_input.c 
Log Message:


#include fixes for non-cygwin win32 builds.


Index: ildb_input.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildb/ildb_input.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ildb_input.c        25 Jun 2002 01:35:46 -0000      1.3
--- ildb_input.c        17 Jun 2003 05:08:50 -0000      1.4
***************
*** 32,35 ****
--- 32,36 ----
   * Determine if we have the readline and history libraries.
   */
+ #if !defined(IL_WIN32_NATIVE)
  #if defined(HAVE_LIBREADLINE) && defined(HAVE_READLINE_READLINE_H)
  #include <readline/readline.h>
***************
*** 38,41 ****
--- 39,43 ----
  #include <readline/history.h>
  #define       ILDB_USE_HISTORY
+ #endif
  #endif
  #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]