comparison lib-src/sorted-doc.c @ 42412:83c1951257f1

Include <config.h>.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 29 Dec 2001 22:24:28 +0000
parents 661375cd8c4c
children d8a417105504
comparison
equal deleted inserted replaced
42411:c67f88ae0e05 42412:83c1951257f1
21 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 Boston, MA 02111-1307, USA. 22 Boston, MA 02111-1307, USA.
23 23
24 This version sorts the output by function name. */ 24 This version sorts the output by function name. */
25 25
26 #include "config.h" 26 #ifdef HAVE_CONFIG_H
27 #include <config.h>
28 #endif
29
27 #include <stdio.h> 30 #include <stdio.h>
28 #include <ctype.h> 31 #include <ctype.h>
29 #ifndef HAVE_STDLIB_H /* config.h includes stdlib. */ 32 #ifndef HAVE_STDLIB_H /* config.h includes stdlib. */
30 extern char *malloc (); 33 extern char *malloc ();
31 #endif 34 #endif