version 1.38 | | version 1.39 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: init.c,v 1.38 2002/11/14 00:47:36 garbled Exp $"; | | * "$Id: init.c,v 1.39 2002/11/26 07:44:28 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
printf("Use_calloc:\t<false>\n"); | | printf("Use_calloc:\t<false>\n"); |
#endif | | #endif |
| | |
#ifdef USE_SWAP_STATS | | |
printf("Use_swap_stats:\t<true>\n"); | | |
#else | | |
printf("Use_swap_stats:\t<false>\n"); | | |
#endif | | |
| | |
#ifdef X_EDITOR | | #ifdef X_EDITOR |
printf("Editor:\t\t%s\n",X_EDITOR); | | printf("Editor:\t\t%s\n",X_EDITOR); |
#endif | | #endif |