1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 19:42:32 +01:00

Latest fixes for released 0.51.0

This commit is contained in:
dan
1999-01-29 08:11:17 +00:00
parent d694d6fe1c
commit 931a37b124
56 changed files with 2916 additions and 2383 deletions

View File

@@ -66,12 +66,6 @@
* set by configure */
#define NLSDIR "/usr/local/lib/locale"
/* package name */
#define PACKAGE "WindowMaker"
/* package version */
#define VERSION "0.51.0"
/* define if you want GNOME stuff support */
/* #undef GNOME_STUFF */
@@ -159,7 +153,7 @@
#define HAVE_STRERROR 1
/* Define if you have the strncasecmp function. */
#define HAVE_STRNCASECMP 1
/* #undef HAVE_STRNCASECMP */
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
@@ -184,3 +178,10 @@
/* Define if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Name of package */
#define PACKAGE "WindowMaker"
/* Version number of package */
#define VERSION "0.51.0"