Change XOPEN to 600

pull/155/head
Michael Black 2019-12-10 14:50:24 -06:00
rodzic ae13db1ce5
commit 3220c37ff2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
9 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -21,7 +21,7 @@
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
# include "config.h"

Wyświetl plik

@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
# include "config.h"

Wyświetl plik

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -28,7 +28,7 @@
* (403) PCR1500 fw 2.0, proto 2.0 (usb) by KM3T
*
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"

Wyświetl plik

@ -65,7 +65,7 @@
* This backend supports the Ten-Tec Orion (565) and Orion II (566) transceivers.
* \n This backend tested mostly with firmware versions 1.372 and 2.062a
*/
#define _XOPEN_SOURCE 500
#define _XOPEN_SOURCE 600
#ifdef HAVE_CONFIG_H
#include "config.h"