Deleted Added
full compact
configure (32785) configure (34461)
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.10
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.

--- 1768 unchanged lines hidden (view full) ---

1777echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
1778if test $ac_cv_struct_st_blksize = yes; then
1779 cat >> confdefs.h <<\EOF
1780#define HAVE_ST_BLKSIZE 1
1781EOF
1782
1783fi
1784
1#! /bin/sh
2
3# Guess values for system-dependent variables and create Makefiles.
4# Generated automatically using autoconf version 2.10
5# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
6#
7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.

--- 1768 unchanged lines hidden (view full) ---

1777echo "$ac_t""$ac_cv_struct_st_blksize" 1>&6
1778if test $ac_cv_struct_st_blksize = yes; then
1779 cat >> confdefs.h <<\EOF
1780#define HAVE_ST_BLKSIZE 1
1781EOF
1782
1783fi
1784
1785for ac_func in mkdir rename strstr dup2 strerror valloc waitpid vasprintf strtoul
1785for ac_func in mkdir rename strstr dup2 strerror valloc waitpid memmove vasprintf strtoul
1786do
1787echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1788if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1789 echo $ac_n "(cached) $ac_c" 1>&6
1790else
1791 cat > conftest.$ac_ext <<EOF
1792#line 1793 "configure"
1793#include "confdefs.h"

--- 1455 unchanged lines hidden (view full) ---

3249if test "$ac_cv_func_crypt" = yes; then
3250 cat >> confdefs.h <<\EOF
3251#define AUTH_SERVER_SUPPORT 1
3252EOF
3253
3254fi
3255fi # enable_server
3256
1786do
1787echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
1788if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
1789 echo $ac_n "(cached) $ac_c" 1>&6
1790else
1791 cat > conftest.$ac_ext <<EOF
1792#line 1793 "configure"
1793#include "confdefs.h"

--- 1455 unchanged lines hidden (view full) ---

3249if test "$ac_cv_func_crypt" = yes; then
3250 cat >> confdefs.h <<\EOF
3251#define AUTH_SERVER_SUPPORT 1
3252EOF
3253
3254fi
3255fi # enable_server
3256
3257cat >> confdefs.h <<\EOF
3258#define PRESERVE_PERMISSIONS_SUPPORT 1
3259EOF
3260
3261
3257echo $ac_n "checking for cygwin32""... $ac_c" 1>&6
3258if eval "test \"`echo '$''{'ccvs_cv_sys_cygwin32'+set}'`\" = set"; then
3259 echo $ac_n "(cached) $ac_c" 1>&6
3260else
3261 cat > conftest.$ac_ext <<EOF
3262echo $ac_n "checking for cygwin32""... $ac_c" 1>&6
3263if eval "test \"`echo '$''{'ccvs_cv_sys_cygwin32'+set}'`\" = set"; then
3264 echo $ac_n "(cached) $ac_c" 1>&6
3265else
3266 cat > conftest.$ac_ext <<EOF
3262#line 3263 "configure"
3267#line 3268 "configure"
3263#include "confdefs.h"
3264
3265int main() { return 0; }
3266int t() {
3267return __CYGWIN32__;
3268; return 0; }
3269EOF
3268#include "confdefs.h"
3269
3270int main() { return 0; }
3271int t() {
3272return __CYGWIN32__;
3273; return 0; }
3274EOF
3270if { (eval echo configure:3271: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3275if { (eval echo configure:3276: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3271 rm -rf conftest*
3272 ccvs_cv_sys_cygwin32=yes
3273else
3274 rm -rf conftest*
3275 ccvs_cv_sys_cygwin32=no
3276fi
3277rm -f conftest*
3278

--- 341 unchanged lines hidden ---
3276 rm -rf conftest*
3277 ccvs_cv_sys_cygwin32=yes
3278else
3279 rm -rf conftest*
3280 ccvs_cv_sys_cygwin32=no
3281fi
3282rm -f conftest*
3283

--- 341 unchanged lines hidden ---