~ctwm/ctwm/trunk

443.1.2 by Matthew Fuller
Switch deftwmrc builder back to building a .c file, with a .h bringing
1
/*
2
 * Compiled-in default config
3
 */
4
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
5
#ifndef _CTWM_DEFTWMRC_H
6
#define _CTWM_DEFTWMRC_H
443.1.2 by Matthew Fuller
Switch deftwmrc builder back to building a .c file, with a .h bringing
7
8
extern const char *defTwmrc[];
9
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
10
#endif /* _CTWM_DEFTWMRC_H */