progname doesn't need stdbool.
+2004-08-03 Simon Josefsson <jas@extundo.com>
+
+ * modules/progname (Depends-on): Don't depend on stdbool.
+
2004-08-02 Simon Josefsson <jas@extundo.com>
* modules/getsubopt: New file.
+2004-08-03 Simon Josefsson <jas@extundo.com>
+
+ * progname.h: Don't include stdbool.h.
+
2004-08-01 Simon Josefsson <jas@extundo.com>
* xgetdomainname.c: Include stdlib.h, for free().
#ifndef _PROGNAME_H
#define _PROGNAME_H
-#include <stdbool.h>
-
/* Programs using this file should do the following in main():
set_program_name (argv[0]);
*/
lib/progname.c
Depends-on:
-stdbool
configure.ac: