]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Mar 2003 14:34:34 +0000 (14:34 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Mar 2003 14:34:34 +0000 (14:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@370 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/acconfig.h
bacula/autoconf/config.h.in
bacula/autoconf/configure.in
bacula/configure
bacula/src/baconfig.h

index f6936c6ad4a017d2db83dda3a98098ed2a2d4a72..160594e0ddd3c0c4cc3189e2f12f9950c18012dc 100644 (file)
 #undef HAVE_GETHOSTBYNAME_R
 
 #undef HAVE_INET_PTON
+
+#undef HAVE_SOCKLEN_T
  
 #undef HAVE_BIGENDIAN
index 7f2c5f5607ba1d9a80fb6745c670e5bc1c55a326..2e2116d2a8daa523af7cbcee93954b1cb182f747 100644 (file)
@@ -21,8 +21,8 @@
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef ssize_t
 
-/* Set if socklen_t defined */
-#undef HAVE_SOCKLEN_T
+/* Set if socklen_t is not defined  in sys/types.h */
+#undef socklen_t
 
 /* Define if you want to use MySQL */
 #undef HAVE_MYSQL
 
 #undef HAVE_INET_PTON
 
+#undef HAVE_SOCKLEN_T
+
  
 #undef HAVE_BIGENDIAN
 
 
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
+
index f74515a1ec8f8c4c4fb5bc4f872f98ec6038422f..2bcccced3fc717ff72268f40af59a8d49cae85df 100644 (file)
@@ -1164,7 +1164,7 @@ llu="llu"
 PFILES="platforms/Makefile"
 PSCMD="ps -e"
 WIN32=
-hostname=`hostname`
+hostname=`uname -n`
 case "$DISTNAME" in
 aix)
        DISTVER=`uname -r`
@@ -1239,7 +1239,6 @@ irix)
        DISTVER=`uname -r`
        TAPEDRIVE="/dev/rmt/0cbn"
        PSCMD="ps -e -o pid,comm"
-       hostname=`/usr/bsd/hostname -s`
        PFILES="${PFILES} \
            platforms/irix/Makefile \
            platforms/irix/bacula-fd \
index 69f84d2c22cce2431272183b7432a7ae7a5423ca..bbcf53672deadd4ccefa716e0a8637779438cdf5 100755 (executable)
@@ -9298,7 +9298,7 @@ llu="llu"
 PFILES="platforms/Makefile"
 PSCMD="ps -e"
 WIN32=
-hostname=`hostname`
+hostname=`uname -n`
 case "$DISTNAME" in
 aix)
        DISTVER=`uname -r`
@@ -9373,7 +9373,6 @@ irix)
        DISTVER=`uname -r`
        TAPEDRIVE="/dev/rmt/0cbn"
        PSCMD="ps -e -o pid,comm"
-       hostname=`/usr/bsd/hostname -s`
        PFILES="${PFILES} \
            platforms/irix/Makefile \
            platforms/irix/bacula-fd \
index c36f2dee6898b7764e5461548eb8b05223576df5..7bf7bc64bdecf55b821e747df73554c5200402ce 100644 (file)
@@ -386,11 +386,9 @@ extern "C" int getdomainname(char *name, size_t len);
 #endif
 
 #ifdef HAVE_AIX_OS
-#define crid_t int
-#define class_id_t unsigned int
 #endif
  
-
+/* This probably should be done on a machine by machine basic, but it works */
 #define ALIGN_SIZE (sizeof(double))
 #define BALIGN(x) (((x) + ALIGN_SIZE - 1) & ~(ALIGN_SIZE -1))