diff options
author | Jeremy Allison <jra@samba.org> | 1998-11-19 23:42:57 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-11-19 23:42:57 +0000 |
commit | 2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad (patch) | |
tree | 52261bf11aadd78ba73d8e81416f81d58fb0f62e /source/include/config.h.in | |
parent | 1ef6d3bd63722afe9c376793a6ea72046d1a0602 (diff) | |
download | samba-2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad.tar.gz samba-2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad.tar.xz samba-2d62dc26f4e3a171ecbe56f33d94db2fea0ef0ad.zip |
Makefile.in: Added passing of CPPFLAGS into Makefile.
configure
configure.in
include/config.h.in: Fixes for AIX4.x. AIX *will not*
enable large file support of *any* description unless
either -D_LARGE_FILES or -D_LARGE_FILES_API are defined.
I chose "-D_LARGE_FILES" as this leads to cleaner code...
Also fixed bug where getpwnam was listed as getpw(a)nam in configure.in.
Jeremy.
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index d49a77ccb2f..c030ea53a66 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -442,8 +442,8 @@ /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM -/* Define if you have the getpwanam function. */ -#undef HAVE_GETPWANAM +/* Define if you have the getpwnam function. */ +#undef HAVE_GETPWNAM /* Define if you have the getrlimit function. */ #undef HAVE_GETRLIMIT |