diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/NTMakefile | 5 | ||||
| -rw-r--r-- | include/config.h.in | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/include/NTMakefile b/include/NTMakefile index 85ea4e270921..f3749fa4e1bd 100644 --- a/include/NTMakefile +++ b/include/NTMakefile @@ -34,6 +34,7 @@ RELDIR=include SUBDIRS=kadm5 hcrypto gssapi !include ../windows/NTMakefile.w32 +!include ../windows/NTMakefile.version !include ../windows/NTMakefile.config INCFILES= \ @@ -50,7 +51,7 @@ $(OBJ)\bits.exe: $(OBJ)\bits.obj $(EXECONLINK) $(EXEPREP_NODIST) -$(INCDIR)\config.h: config.h.w32 ..\windows\NTMakefile.config NTMakefile +$(INCDIR)\config.h: config.h.w32 ..\windows\NTMakefile.config ..\windows\NTMakefile.version NTMakefile $(PERL) << < config.h.w32 > $@ while(<>) { @@ -105,7 +106,7 @@ while(<>) { << -$(INCDIR)\version.h: ..\windows\NTMakefile.config NTMakefile +$(INCDIR)\version.h: ..\windows\NTMakefile.version NTMakefile $(CP) << $@ const char *heimdal_long_version = "@(#)$$Version: $(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION) by $(USERNAME) on $(COMPUTERNAME) ($(CPU)-pc-windows) $$"; const char *heimdal_version = "$(VER_PACKAGE_NAME) $(VER_PACKAGE_VERSION)"; diff --git a/include/config.h.in b/include/config.h.in index 4bd0782249c3..a2e7daeebc02 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -502,9 +502,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* Define if you have the function `initgroups'. */ #undef HAVE_INITGROUPS -/* Define to 1 if you have the `initstate' function. */ -#undef HAVE_INITSTATE - /* Define if you have the function `innetgr'. */ #undef HAVE_INNETGR @@ -776,9 +773,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* Define to 1 if you have the `setsockopt' function. */ #undef HAVE_SETSOCKOPT -/* Define to 1 if you have the `setstate' function. */ -#undef HAVE_SETSTATE - /* Define to 1 if you have the `setutent' function. */ #undef HAVE_SETUTENT @@ -1542,6 +1536,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES +/* Define to get POSIX getpwnam_r in some systems. */ +#undef _POSIX_PTHREAD_SEMANTICS + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |
