summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-23 14:25:00 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-09-23 14:45:17 +1000
commit73bdb2a6c2f04c22780e2441a3e671722b16dfab (patch)
tree88371d8489372f17269b7941389ce366f80b269e /source3
parent41b9cb32ce82a33b5dd8f5bd00d05ac0708a5a4d (diff)
downloadsamba-73bdb2a6c2f04c22780e2441a3e671722b16dfab.tar.gz
samba-73bdb2a6c2f04c22780e2441a3e671722b16dfab.tar.bz2
samba-73bdb2a6c2f04c22780e2441a3e671722b16dfab.zip
lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM
Removing this unbuilt file allows removing BROKEN_GETGRNAM which was only ever defined per-OS, not based on an actual test. Andrew Bartlett
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0490e8ce90..440d89511a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1363,7 +1363,6 @@ DSO_EXPORTS=""
SONAMEFLAG="-Wl,-h,"
fi
AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block])
- AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*sunos*) AC_DEFINE(SUNOS4,1,[Whether the host os is sunos4])
BLDSHARED="true"
@@ -1371,7 +1370,6 @@ DSO_EXPORTS=""
SONAMEFLAG="-Wl,-h,"
PICFLAG="-KPIC" # Is this correct for SunOS
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
- AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*netbsd* | *freebsd* | *dragonfly* )
BLDSHARED="true"
@@ -1380,7 +1378,6 @@ DSO_EXPORTS=""
SONAMEFLAG="-Wl,-soname,"
PICFLAG="-fPIC -DPIC"
AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block])
- AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*openbsd*) BLDSHARED="true"
LDSHFLAGS="-shared"
@@ -1388,7 +1385,6 @@ DSO_EXPORTS=""
SONAMEFLAG="-Wl,-soname,"
PICFLAG="-fPIC"
AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block])
- AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
;;
*irix*) BLDSHARED="true"
LDSHFLAGS="-Wl,-set_version,sgi1.0 -shared"
@@ -1469,7 +1465,6 @@ DSO_EXPORTS=""
PICFLAG="-fPIC"
fi
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
- AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
for flags in "-expect_unresolved '*'" "-Wl,-expect_unresolved,'*'" ; do
saved_ldflags="$LDFLAGS"
AC_MSG_CHECKING([if $flags works])