Przeglądaj źródła

* autoconf/Makefile.in fixes
* .indent.pro change


svn: 994

Bryan Drewery 22 lat temu
rodzic
commit
ae08ef3b33
4 zmienionych plików z 235 dodań i 102 usunięć
  1. 2 2
      Makefile.in
  2. 1 0
      autotools/includes/acinclude.m4
  3. 9 0
      config.h.in
  4. 223 100
      configure

+ 2 - 2
Makefile.in

@@ -14,8 +14,8 @@ CFG = @CFG@
 PACKNAME = @PACKNAME@
 DISTRIB = @PACKNAME@-@VERSION@
 CCDEPMODE = @CCDEPMODE@
-LEAFEXEC = leaf
-HUBEXEC = hub
+LEAFEXEC = leaf@EXEEXT@
+HUBEXEC = hub@EXEEXT@
 DISTROFILES = config.h.in doc/ misc/ scripts/ ChangeLog Makefile.in build configure pack/ src/
 EXCLUDES = $(CFG) misc/ind doc/DEVEL src/Makefile src/compat/Makefile src/mod/Makefile \
            src/crypto/Makefile src/crypto/.deps src/crypto/.cvsignore \

+ 1 - 0
autotools/includes/acinclude.m4

@@ -254,6 +254,7 @@ case "$egg_cv_var_system_type" in
     esac
     EGG_CYGWIN=yes
     AC_DEFINE(CYGWIN_HACKS, 1, [Define if running under cygwin])
+    AC_DEFINE(WIN32_LEAN_AND_MEAN, 1, [Define if windows])
   ;;
   IRIX)
     IRIX=yes

+ 9 - 0
config.h.in

@@ -248,6 +248,9 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Define to 1 if the C compiler supports function prototypes. */
+#undef PROTOTYPES
+
 /* Define to the type of arg 1 for `select'. */
 #undef SELECT_TYPE_ARG1
 
@@ -287,6 +290,9 @@
 /* Define if you want ipv6 support */
 #undef USE_IPV6
 
+/* Define if windows */
+#undef WIN32_LEAN_AND_MEAN
+
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #undef WORDS_BIGENDIAN
@@ -313,6 +319,9 @@
 # undef __CHAR_UNSIGNED__
 #endif
 
+/* Define like PROTOTYPES; this can be used by system headers. */
+#undef __PROTOTYPES
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
 

Plik diff jest za duży
+ 223 - 100
configure


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików