~ctwm/ctwm/trunk

421.1.3 by Matthew Fuller
Add a more central list of compile-time options and the ability to
1
/*
2
 * Compile-time options
3
 */
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
4
#ifndef _CTWM_CTOPTS_H
5
#define _CTWM_CTOPTS_H
421.1.3 by Matthew Fuller
Add a more central list of compile-time options and the ability to
6
7
char *ctopts_string(char *);
429 by Matthew Fuller
Add include guards to some header files that lack them, and shift some
8
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
9
#endif /* _CTWM_CTOPTS_H */