~ibmcharmers/charms/xenial/ibm-db2/devel

« back to all changes in this revision

Viewing changes to .tox/py35/lib/python3.5/config-3.5m-x86_64-linux-gnu/Setup.local

  • Committer: Rajith Venkata
  • Date: 2017-02-22 09:37:48 UTC
  • Revision ID: rajith.pv@in.ibm.com-20170222093748-fibtdsahuug31ra5
2ndcheckin for IBM-DB2 charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Edit this file for local setup changes
 
2
array arraymodule.c     # array objects
 
3
math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
 
4
_struct _struct.c       # binary structure packing/unpacking
 
5
_random _randommodule.c # Random number generator
 
6
_elementtree _elementtree.c -lexpat     # elementtree accelerator
 
7
_pickle _pickle.c       # pickle accelerator
 
8
_datetime _datetimemodule.c     # datetime accelerator
 
9
_bisect _bisectmodule.c # Bisection algorithms
 
10
_heapq _heapqmodule.c   # Heap queue algorithm
 
11
unicodedata unicodedata.c    # static Unicode character database
 
12
fcntl fcntlmodule.c     # fcntl(2) and ioctl(2)
 
13
spwd spwdmodule.c               # spwd(3)
 
14
grp grpmodule.c         # grp(3)
 
15
select selectmodule.c   # select(2); not on ancient System V
 
16
_socket socketmodule.c
 
17
_posixsubprocess _posixsubprocess.c  # POSIX subprocess module helper
 
18
_md5 md5module.c
 
19
_sha1 sha1module.c
 
20
_sha256 sha256module.c
 
21
_sha512 sha512module.c
 
22
syslog syslogmodule.c           # syslog daemon interface
 
23
binascii binascii.c
 
24
zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
 
25
pyexpat pyexpat.c -lexpat