mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-7112 Move icucfg.h include statement below other includes.
X-SVN-Rev: 27232
This commit is contained in:
parent
77943db476
commit
ef43891334
1 changed files with 8 additions and 8 deletions
|
@ -37,14 +37,6 @@
|
|||
******************************************************************************
|
||||
*/
|
||||
|
||||
/**
|
||||
* Simple things (presence of functions, etc) should just go in configure.in and be added to
|
||||
* icucfg.h via autoheader.
|
||||
*/
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "icucfg.h"
|
||||
#endif
|
||||
|
||||
/* Define _XOPEN_SOURCE for Solaris and friends. */
|
||||
/* NetBSD needs it to be >= 4 */
|
||||
#if !defined(_XOPEN_SOURCE)
|
||||
|
@ -144,6 +136,14 @@ Cleanly installed Solaris can use this #define.
|
|||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Simple things (presence of functions, etc) should just go in configure.in and be added to
|
||||
* icucfg.h via autoheader.
|
||||
*/
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include "icucfg.h"
|
||||
#endif
|
||||
|
||||
/* Define the extension for data files, again... */
|
||||
#define DATA_TYPE "dat"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue