mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 15:31:50 +00:00
12 lines
223 B
C
12 lines
223 B
C
#ifndef __mpw_config_h__
|
|
#define __mpw_config_h__
|
|
|
|
#cmakedefine HAVE_STAT_ST_BIRTHTIME
|
|
#cmakedefine HAVE_DIRENT_D_NAMLEN
|
|
|
|
#cmakedefine HAVE_ENDIAN_H
|
|
#cmakedefine HAVE_MACHINE_ENDIAN_H
|
|
#cmakedefine HAVE_SYS_ENDIAN_H
|
|
|
|
#endif
|