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.9 by orrisroot, Mon Mar 13 15:12:15 2006 UTC revision 1.10 by orrisroot, Fri Aug 25 15:02:05 2006 UTC
# Line 34  Line 34 
34  /* Define to 1 if you have the <float.h> header file. */  /* Define to 1 if you have the <float.h> header file. */
35  #undef HAVE_FLOAT_H  #undef HAVE_FLOAT_H
36    
37  /* Define to 1 if you have the `flock' function. */  /* Define to 1 if you have the `flockf' function. */
38  #undef HAVE_FLOCK  #undef HAVE_FLOCKF
39    
40  /* Define to 1 if you have the `floor' function. */  /* Define to 1 if you have the `floor' function. */
41  #undef HAVE_FLOOR  #undef HAVE_FLOOR
# Line 129  Line 129 
129  /* Define if you have POSIX threads libraries and header files. */  /* Define if you have POSIX threads libraries and header files. */
130  #undef HAVE_PTHREAD  #undef HAVE_PTHREAD
131    
132    /* Define to 1 if you have the <pthread.h> header file. */
133    #undef HAVE_PTHREAD_H
134    
135  /* Define to 1 if you have the `putenv' function. */  /* Define to 1 if you have the `putenv' function. */
136  #undef HAVE_PUTENV  #undef HAVE_PUTENV
137    
# Line 247  Line 250 
250  /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
251  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
252    
253    /* Define to 1 if you have the `vasprintf' function. */
254    #undef HAVE_VASPRINTF
255    
256  /* Define to 1 if you have the `vfork' function. */  /* Define to 1 if you have the `vfork' function. */
257  #undef HAVE_VFORK  #undef HAVE_VFORK
258    
# Line 268  Line 274 
274  /* Define to 1 if `vfork' works. */  /* Define to 1 if `vfork' works. */
275  #undef HAVE_WORKING_VFORK  #undef HAVE_WORKING_VFORK
276    
277    /* Define to 1 if you have the `wvsprintf' function. */
278    #undef HAVE_WVSPRINTF
279    
280  /* Define to 1 if the system has the type `_Bool'. */  /* Define to 1 if the system has the type `_Bool'. */
281  #undef HAVE__BOOL  #undef HAVE__BOOL
282    
283    /* Define to 1 if you have the `_vscprintf' function. */
284    #undef HAVE__VSCPRINTF
285    
286  /* Define to 1 if `lstat' dereferences a symlink specified with a trailing  /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
287     slash. */     slash. */
288  #undef LSTAT_FOLLOWS_SLASHED_SYMLINK  #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
# Line 323  Line 335 
335     `char[]'. */     `char[]'. */
336  #undef YYTEXT_POINTER  #undef YYTEXT_POINTER
337    
338    /* Enable GNU extensions on systems that have them.  */
339    #ifndef _GNU_SOURCE
340    # undef _GNU_SOURCE
341    #endif
342    
343  /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
344  #undef const  #undef const
345    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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