blob: 5adaada39afaa922f1e8752ea43ab8d0bbd04a75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#pragma once
#include "config-linux.h"
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS
#undef HAVE_DECL_PROGRAM_INVOCATION_NAME
#undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
|