* Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.

Add variables and targets to control binary and source distributions.
	Add variables and targets to control snapshot distribution.
	* profile/gmon.h: Add missing #endif for #ifndef.
	* profile/ChangeLog: Merge entries here and remove.
	* profile/Makefile.in: Add variables and targets to control
	distribution.
	* README: Add.
	* TODO: ditto.
	* config.guess: ditto.
	* config.sub: ditto.
	* mkinstalldirs: ditto.
	* install-sh: ditto.
	* configure: regenerate.
	* profile/configure: ditto.
This commit is contained in:
Earnie Boyd
2000-11-22 01:51:53 +00:00
parent 08eac2aedd
commit cc100085ed
12 changed files with 3124 additions and 94 deletions

View File

@@ -51,13 +51,14 @@
#include <profile.h>
#ifdef __MINGW32__
#if !defined _BSDTYPES_DEFINED
#ifndef _BSDTYPES_DEFINED
typedef unsigned char u_char;
typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
#define _BSDTYPES_DEFINED
#endif
#endif /* _BSDTYPES_DEFINED */
#endif /* __MINGW32__*/
/*
* Structure prepended to gmon.out profiling data file.