]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/configure
Removed syscall.
[pciutils.git] / lib / configure
index b5f9fadbe285116fcdf5342fc354c24418203506..74284bb78870bc89a70de8ca38ec3578f599b452 100755 (executable)
@@ -46,15 +46,9 @@ case $sys in
                                                ok=1
                                                ;;
                                alpha|ia64)     echo >>$c '#define HAVE_64BIT_ADDRESS'
-#                                              echo_n " syscalls"
-#                                              echo >>$c '#define HAVE_PM_SYSCALLS'
-#                                              ok=1
                                                ;;
                                sparc|sparc64)  echo >>$c '#define HAVE_64BIT_ADDRESS'
                                                echo >>$c '#define HAVE_LONG_ADDRESS'
-#                                              echo_n " syscalls"
-#                                              echo >>$c '#define HAVE_PM_SYSCALLS'
-#                                              ok=1
                                                ;;
                esac
                ;;
@@ -87,8 +81,5 @@ if [ -z "$ok" ] ; then
        echo "WARNING: No real configuration access method is available."
 fi
 echo >>$c "#define PATH_PCI_IDS \"$prefix/share/pci.ids\""
-if [ -f header.h ] ; then
-       echo >>$c '#define HAVE_OWN_HEADER_H'
-fi
 echo >>$c "#define PCILIB_VERSION \"$version\""
 sed '/^#define [^ ]*$/!d;s/^#define \(.*\)/\1=1/' <$c >config.mk