Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5 by orrisroot, Mon Oct 24 15:03:11 2005 UTC revision 1.6 by orrisroot, Sun Oct 30 09:54:48 2005 UTC
# Line 145  Line 145 
145  /* Define to 1 if you have the `setlocale' function. */  /* Define to 1 if you have the `setlocale' function. */
146  #undef HAVE_SETLOCALE  #undef HAVE_SETLOCALE
147    
148    /* Define to 1 if the system has the type `sig_t'. */
149    #undef HAVE_SIG_T
150    
151  /* Define to 1 if you have the `snprintf' function. */  /* Define to 1 if you have the `snprintf' function. */
152  #undef HAVE_SNPRINTF  #undef HAVE_SNPRINTF
153    
# Line 345  Line 348 
348    
349  /* Define as `fork' if `vfork' does not work. */  /* Define as `fork' if `vfork' does not work. */
350  #undef vfork  #undef vfork
351    
352    #ifndef HAVE_SIG_T
353    typedef RETSIGTYPE (*sig_t) ();
354    #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26