Changeset 898 for trunk/server/lib/replace
- Timestamp:
- Mar 29, 2016, 3:02:47 PM (9 years ago)
- Location:
- trunk/server/lib/replace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/replace/getpass.m4
r414 r898 16 16 ],[],libreplace_cv_REPLACE_GETPASS=yes,libreplace_cv_REPLACE_GETPASS=no) 17 17 CPPFLAGS="$SAVE_CPPFLAGS" 18 19 # on OS/2 libc getpass is ok, no need to replace 20 case "$host_os" in 21 *os2*) 22 libreplace_cv_REPLACE_GETPASS=no 23 ;; 24 esac 18 25 ]) 26 19 27 if test x"$libreplace_cv_REPLACE_GETPASS" = x"yes"; then 20 28 AC_DEFINE(REPLACE_GETPASS,1,[Whether getpass should be replaced]) -
trunk/server/lib/replace/libreplace_cc.m4
r745 r898 56 56 case "$host_os" in 57 57 *irix6*) AC_ADD_INCLUDE(<standards.h>) 58 ;; 59 *os2*) 60 # mmap on OS/2 is not complete, so disable is... 61 AC_DEFINE(MMAP_BLACKLIST, 1, [Whether MMAP is broken]) 58 62 ;; 59 63 *hpux*)
Note:
See TracChangeset
for help on using the changeset viewer.