Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for ep/Attic/config.h.in between version 1.1 and 1.2

version 1.1, 2001/09/21 19:04:13 version 1.2, 2002/02/20 20:16:39
Line 33 
Line 33 
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define if you have the <ncurses.h> header file.  */
   #undef HAVE_NCURSES_H
   
 /* Name of package */  /* Name of package */
 #undef PACKAGE  #undef PACKAGE
   
 /* Version number of package */  /* Version number of package */
 #undef VERSION  #undef VERSION
   
   /* Define if you have <ncurses.h> and will menu */
 #include "main.h"  #if defined(HAVE_NCURSES_H) && MENU
   #  define HAVE_MENU             1
 #if defined(HAVE_LIBNCURSES) && HAVE_MENU  
 #  define MENU          1  
 #else  #else
 #  define MENU          0  #  define HAVE_MENU             0
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top