mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
regen, added missing headers
This commit is contained in:
6
INSTALL
6
INSTALL
@@ -1,7 +1,7 @@
|
|||||||
Installation Instructions
|
Installation Instructions
|
||||||
*************************
|
*************************
|
||||||
|
|
||||||
Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
|
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
|
||||||
Inc.
|
Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
@@ -12,8 +12,8 @@ without warranty of any kind.
|
|||||||
Basic Installation
|
Basic Installation
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Briefly, the shell commands `./configure; make; make install' should
|
Briefly, the shell command `./configure && make && make install'
|
||||||
configure, build, and install this package. The following
|
should configure, build, and install this package. The following
|
||||||
more-detailed instructions are generic; see the `README' file for
|
more-detailed instructions are generic; see the `README' file for
|
||||||
instructions specific to this package. Some packages provide this
|
instructions specific to this package. Some packages provide this
|
||||||
`INSTALL' file but do not implement all of the features documented
|
`INSTALL' file but do not implement all of the features documented
|
||||||
|
|||||||
@@ -2,11 +2,13 @@ PCPEXPORT = pcp.h \
|
|||||||
pcp/crypto.h \
|
pcp/crypto.h \
|
||||||
pcp/config.h \
|
pcp/config.h \
|
||||||
pcp/defines.h \
|
pcp/defines.h \
|
||||||
|
pcp/getpass.h \
|
||||||
pcp/jenhash.h \
|
pcp/jenhash.h \
|
||||||
pcp/key.h \
|
pcp/key.h \
|
||||||
pcp/keyhash.h \
|
pcp/keyhash.h \
|
||||||
pcp/mem.h \
|
pcp/mem.h \
|
||||||
pcp/platform.h \
|
pcp/platform.h \
|
||||||
|
pcp/plist.h \
|
||||||
pcp/randomart.h \
|
pcp/randomart.h \
|
||||||
pcp/uthash.h \
|
pcp/uthash.h \
|
||||||
pcp/vault.h \
|
pcp/vault.h \
|
||||||
|
|||||||
@@ -160,9 +160,6 @@
|
|||||||
*/
|
*/
|
||||||
#undef LT_OBJDIR
|
#undef LT_OBJDIR
|
||||||
|
|
||||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|
||||||
#undef NO_MINUS_C_MINUS_O
|
|
||||||
|
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
#undef PACKAGE
|
#undef PACKAGE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user