* 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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user