8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Completed the changes made by Dmitri Sibiriak.

This commit is contained in:
eku 2003-02-10 09:39:55 +00:00
parent ee695ad055
commit 116280f992
3 changed files with 21 additions and 19 deletions

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.111 2003-02-10 05:42:19 aafemt Exp $
dnl $Id: configure.in,v 1.112 2003-02-10 09:39:43 eku Exp $
dnl ############################# INITIALISATION ###############################
@ -425,9 +425,9 @@ case "$PLATFORM" in
;;
[SOLARIS|solx86])
AC_ARG_WITH(sfio,
AC_HELP_STRING([--with-sfio=PATH],[use sfio (replacement stdio on Solaris) (default=no)]),
AC_HELP_STRING([--with-sfio=PATH],
[use sfio (replacement stdio on Solaris) (default=no)]),
[ac_cv_use_sfio=$withval],[ac_cv_use_sfio=no])
if test "$ac_cv_use_sfio" = "no"; then

View File

@ -81,6 +81,7 @@
#undef HAVE_SYS_MNTTAB_H
#undef HAVE_SYS_IPC_H
#undef HAVE_SYS_FILE_H
#undef HAVE_WINSOCK2_H
/* Functions */

View File

@ -1,4 +1,4 @@
#ident "$Id: config.h.in,v 1.67 2003-02-10 05:42:20 aafemt Exp $"
#ident "$Id: config.h.in,v 1.68 2003-02-10 09:39:55 eku Exp $"
/*
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
@ -60,6 +60,7 @@
#undef HAVE_SYS_MNTTAB_H
#undef HAVE_SYS_IPC_H
#undef HAVE_SYS_FILE_H
#undef HAVE_WINSOCK2_H
/* Functions */