|
|
|
|
@ -1,55 +1,70 @@
|
|
|
|
|
Index: configure
|
|
|
|
|
--- configure.orig 2015-01-18 17:47:26.000000000 +0100
|
|
|
|
|
+++ configure 2015-01-19 11:33:45.425664902 +0100
|
|
|
|
|
@@ -21140,6 +21140,7 @@
|
|
|
|
|
--- configure.orig 2019-02-09 17:23:00.000000000 +0100
|
|
|
|
|
+++ configure 2019-02-10 09:34:05.084007000 +0100
|
|
|
|
|
@@ -22266,6 +22266,7 @@
|
|
|
|
|
#if HAVE_UNISTD_H
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
+ #include <getopt.h>
|
|
|
|
|
+ #include "getopt.h"
|
|
|
|
|
}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
@@ -21172,6 +21173,7 @@
|
|
|
|
|
@@ -22298,6 +22299,7 @@
|
|
|
|
|
#if HAVE_UNISTD_H
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
+ #include <getopt.h>
|
|
|
|
|
+ #include "getopt.h"
|
|
|
|
|
}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
@@ -22183,13 +22185,10 @@
|
|
|
|
|
#if HAVE_STDIO_H
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#endif
|
|
|
|
|
@@ -22331,13 +22333,7 @@
|
|
|
|
|
#if HAVE_STDIO_H
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#endif
|
|
|
|
|
- #if HAVE_GETOPT_H
|
|
|
|
|
- #include <getopt.h>
|
|
|
|
|
- #else
|
|
|
|
|
#if HAVE_UNISTD_H
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
- #if HAVE_UNISTD_H
|
|
|
|
|
- #include <unistd.h>
|
|
|
|
|
- #endif
|
|
|
|
|
- #endif
|
|
|
|
|
+ #include "getopt.h"
|
|
|
|
|
}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
@@ -22219,13 +22218,10 @@
|
|
|
|
|
#if HAVE_STDIO_H
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#endif
|
|
|
|
|
@@ -24251,13 +24247,7 @@
|
|
|
|
|
#if HAVE_STDIO_H
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#endif
|
|
|
|
|
- #if HAVE_GETOPT_H
|
|
|
|
|
- #include <getopt.h>
|
|
|
|
|
- #else
|
|
|
|
|
#if HAVE_UNISTD_H
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
- #if HAVE_UNISTD_H
|
|
|
|
|
- #include <unistd.h>
|
|
|
|
|
- #endif
|
|
|
|
|
- #endif
|
|
|
|
|
+ #include "getopt.h"
|
|
|
|
|
}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
@@ -24287,13 +24277,7 @@
|
|
|
|
|
#if HAVE_STDIO_H
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#endif
|
|
|
|
|
- #if HAVE_GETOPT_H
|
|
|
|
|
- #include <getopt.h>
|
|
|
|
|
- #else
|
|
|
|
|
- #if HAVE_UNISTD_H
|
|
|
|
|
- #include <unistd.h>
|
|
|
|
|
- #endif
|
|
|
|
|
- #endif
|
|
|
|
|
+ #include "getopt.h"
|
|
|
|
|
}
|
|
|
|
|
int
|
|
|
|
|
main ()
|
|
|
|
|
Index: src/dar_suite/getopt_decision.h
|
|
|
|
|
--- src/dar_suite/getopt_decision.h.orig 2013-08-25 19:09:49.000000000 +0200
|
|
|
|
|
+++ src/dar_suite/getopt_decision.h 2015-01-19 11:37:34.487195977 +0100
|
|
|
|
|
--- src/dar_suite/getopt_decision.h.orig 2019-02-09 16:13:32.000000000 +0100
|
|
|
|
|
+++ src/dar_suite/getopt_decision.h 2019-02-10 09:32:52.580265000 +0100
|
|
|
|
|
@@ -29,18 +29,7 @@
|
|
|
|
|
|
|
|
|
|
#include "../my_config.h"
|
|
|
|
|
|