mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
initial commit
This commit is contained in:
13
libpcp/platform.h
Normal file
13
libpcp/platform.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _HAVE_PCP_PLATFORM_H
|
||||
#define _HAVE_PCP_PLATFORM_H
|
||||
|
||||
#if defined(CONFIG_H_FILE)
|
||||
#include CONFIG_H_FILE
|
||||
#elif defined(HAVE_CONFIG_H)
|
||||
#include "config.h"
|
||||
#else
|
||||
#error Need either CONFIG_H_FILE or HAVE_CONFIG_H defined.
|
||||
#endif
|
||||
|
||||
#endif /* !_HAVE_PCP_PLATFORM_H */
|
||||
|
||||
Reference in New Issue
Block a user