Browse CVS Repository
Diff of /satellite/satellite4/config.h.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
| 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 |
|
|
|