Changeset e1761c in git
- Timestamp:
- Apr 19, 2011, 4:56:49 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 8c99125adf3766ea3c93c4198e3f4aeed1b29b5f
- Parents:
- 72b8801dbb1081f0965bc77daff3ec9da62f800a
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-04-19 16:56:49+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:20+01:00
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r72b880 re1761c 34 34 config.status 35 35 ntl/* 36 libpolys/misc/auxiliary.h 36 37 libpolys/polys/templates/p_Procs_Generate 37 38 libpolys/polys/templates/p_Procs.inc -
libpolys/misc/auxiliary.h.in
r72b880 re1761c 26 26 #define HAVE_PLURAL 27 27 #endif 28 29 #ifndef HAVE_DL 30 #define HAVE_DL 31 #endif 32 28 33 29 34 // no factory yet... -
m4/p-procs.m4
r72b880 re1761c 60 60 fi 61 61 62 if test x$ENABLE_P_PROCS_DYNAMIC = xyes; then 63 AC_DEFINE(HAVE_DL,1,enable dynamic modules) 64 fi 65 62 66 AM_CONDITIONAL([ENABLE_P_PROCS_DYNAMIC],[test x$ENABLE_P_PROCS_DYNAMIC = xyes]) 63 67 AM_CONDITIONAL([ENABLE_P_PROCS_STATIC],[test x$ENABLE_P_PROCS_STATIC = xyes])
Note: See TracChangeset
for help on using the changeset viewer.