diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2004-10-22 07:03:52 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2004-10-22 07:03:52 +0000 |
commit | e9103b323e27684d43063d086896e64cd3099dc0 (patch) | |
tree | 51cc944f73eda886a7e0cdc45571ae9deecc0a39 /dmake/config.h.in | |
parent | 69db9cfd59dbfbb6ba73e63091392c4c8962eb1d (diff) |
INTEGRATION: CWS dmake43 (1.11.16); FILE MERGED
2004/10/12 18:47:46 vq 1.11.16.1: #i31647# Regenerate the autotools files with autogen.sh.
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r-- | dmake/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index 7fa3e09e53a1..d7232fb4d9fe 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -126,6 +126,9 @@ /* Define to 1 if you have the <wait.h> header file. */ #undef HAVE_WAIT_H +/* Name of package */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -159,6 +162,9 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME +/* Version number of package */ +#undef VERSION + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |